owntracks / talk

Questions, talk about OwnTracks
32 stars 4 forks source link

Subscribing error (MQTT) #94

Closed ketan0220 closed 3 years ago

ketan0220 commented 4 years ago

I tried sending a subscribe message to a subtopic, and it showed this (attached) error. Publishing works fine. I'm using Thingsboard. Messages sent from Thingsboard to devices (ios) are successful, however, the error mentioned popped out in the device.

I'm new in this matter so any kind of help is appreciated.

Error

ckrey commented 4 years ago

We do not have experience with Thingsboard.

Please note that Thingsboard does not have a full MQTT implementation, but points out some limitations e.g. it does not support QoS 2. No idea what happens if you try to subscribe with QoS 2 https://thingsboard.io/docs/reference/mqtt-api/

Some MQTT implementations are incorrect. The MQTT library we use does strict checking according to the MQTT protocol specification. e.g. https://github.com/novastone-media/MQTT-Client-Framework/issues/369

Please check all your MQTT related settings, try subscribing with a different tool (e.g. mosquitto_sub) with the same settings, and report problem to Thingsboard

ckrey commented 3 years ago

@ketan0220 any news from your side?

jpmens commented 3 years ago

Closed for inactivity.