You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the _request_raw method, the port parameter is not explicitly cast to an integer. If port is provided as a string, Python will raise a TypeError: can't convert str to int.
Maybe it can be fix like this: