Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Error: Unrecognised command 16

Hi Adam,

That error occurs when a message comes from the broker that the client doesn't understand. In this case, 16 is 0x10 in hex, which suggests that the broker is sending a CONNECT message to the client, which should never happen.

Is there anything else you can share that would help diagnose what is going on?

Could you try the same Python code against a different broker, e.g. a different mosquitto public broker (test.mosquitto.org, iot.eclipse.org) or the hivemq public broker (http://www.hivemq.com/try-out/ )

Cheers,

Roger

On Mon, Sep 28, 2015 at 12:25 PM, Adam Mills <adam@xxxxxxxxxxxxx> wrote:
I am using the Python Library (v1.1) using MQTT 3.1.1
Broker is Mosquitto (cloudmqtt.com)

I keep getting
Error: Unrecognised command 16
In the logs (alot) does anyone know what it is?
Thanks
Adam

face_with_text_black

Easier parenting. Healthier kids

+61 410 389 092 | adam@xxxxxxxxxxxxx

Follow us on angel list https://angel.co/koalasafe

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top