We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I need define specific USER for connect to UBIDOTS, it is a TOKEN, but when try I get error: TypeError: object of type 'NoneType' has no len()
I change the last five number of my token, but is similar of this:
USER = 'BBFF-YqUfgtaby7Gs4W4pSTIMZnyDa00000'
I probed with:
client = MQTTClient(client_id, hostname, PORT, USER)
I hope that you can understand me, really Im new in python.
Im working with digi 3G Global Cellular, and if I quit the USER, all works.
If you can help me I really apreciate it. Thanks for all.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I need define specific USER for connect to UBIDOTS, it is a TOKEN, but when try I get error: TypeError: object of type 'NoneType' has no len()
I change the last five number of my token, but is similar of this:
USER = 'BBFF-YqUfgtaby7Gs4W4pSTIMZnyDa00000'
I probed with:
client = MQTTClient(client_id, hostname, PORT, USER)
I hope that you can understand me, really Im new in python.
Im working with digi 3G Global Cellular, and if I quit the USER, all works.
If you can help me I really apreciate it. Thanks for all.
The text was updated successfully, but these errors were encountered: