Closed guillochon closed 2 years ago
And in both clients you have client_id="umqtt_client" the same?
That was it, working now! šµāš«
I mean maybe it's obvious to some folk, but perhaps it should be mentioned in the docs that clients cannot have the same ID on the same network? Or maybe the error message could be made more clear?
There is probably enough description in the code of the mqtt.simple2 class. A more detailed description of errors, would cause an unnecessary increase in the amount of code. And in this class of devices we try to save every byte of data.
Thank you for your comments.
This is a weird one: I have two Pico W's with I think exactly the same setup: same version of micropython, installed
simple2
androbust2
on both, and am running identical code on both. One of the Picos is working just fine, the other one is throwing these errors when I try to runcheck_msg()
:Code I am running is the following:
Because one of my two Picos is working, I'm really struggling to figure out what's going wrong. Any ideas here? I'm kind of at a loss...
Details: