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
with python 3.7 and client 1.6 not possible connect to server using Token (examples) .
TBDeviceMqttClient init does not have this option, require PORT and username + password
if you want connect with TOKEN connection string
client = TBDeviceMqttClient("xxx.xxx.xxx.xxx",1883,None, "TOKEN")
The text was updated successfully, but these errors were encountered:
dim123dim123
changed the title
Token connect not possible 1.6
Token connect not possible 1.4
Sep 19, 2022
with python 3.7 and client 1.6 not possible connect to server using Token (examples) .
TBDeviceMqttClient init does not have this option, require PORT and username + password
if you want connect with TOKEN connection string
client = TBDeviceMqttClient("xxx.xxx.xxx.xxx",1883,None, "TOKEN")
The text was updated successfully, but these errors were encountered: