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
I've just installed today this library but when trying to run I was getting an error:
File "/home/alr/.local/lib/python3.8/site-packages/paho/mqtt/client.py", line 979, in connect_async
if port <= 0:
TypeError: '<=' not supported between instances of 'str' and 'int'
I solved adding the port information to the connection:
I've just installed today this library but when trying to run I was getting an error:
I solved adding the port information to the connection:
The text was updated successfully, but these errors were encountered: