Closed michrag closed 4 years ago
Don't know if it is related, but running the demo (after having removed a line from demo.launch like explained here, i get the following error:
[INFO] [1604420450.125915]: MQTT connected [ERROR] [1604420468.085236]: sequence item 0: expected str instance, bytes found
Any ideas?
Hey Otacon5555, I had the same issue and fixed it in my fork. Give it a try and let me know if you come across any problems. BR, Chris
Thank you very much mayershoc, your fork is working fine for me!
I'll close this issue then and use your version. Thank again!
Had to substitute
basestring
withstr
inapp.py
andbridge.py
to make it work with python3. I could push the commit if you let me. Thanks.