ESP8266MQTTClient icon indicating copy to clipboard operation
ESP8266MQTTClient copied to clipboard

Create release for bug fixed in #6

Open lights0123 opened this issue 7 years ago • 4 comments

Because a new release has not been published, installing this library via the Arduino IDE results in the WDT reset error as described in #6.

lights0123 avatar Jul 21 '18 23:07 lights0123

Nevermind about that, there appears to be a different error now. I have noticed the following error when running the MQTTClient example:

....

Panic /home/benschattinger/.arduino15/packages/esp8266/hardware/esp8266/2.4.1/cores/esp8266/abi.cpp:92 __throw_bad_function_call

ctx: cont 
sp: 3fff06a0 end: 3fff08c0 offset: 01b0

>>>stack>>>
3fff0850:  3fffdad0 00000004 3ffef7cc 40206209  
3fff0860:  3ffe8cd1 00000000 3ffef7cc 40206b64  
3fff0870:  3ffe8a49 00000000 3ffef7cc 402038fd  
3fff0880:  3fffdad0 00000000 3ffef430 40203cdd  
3fff0890:  00000000 00000000 3ffef885 402030f5  
3fff08a0:  feefeffe 00000000 3ffef885 40206d00  
3fff08b0:  feefeffe feefeffe 3ffef8a0 40100710  
<<<stack<<<

 ets Jan  8 2013,rst cause:2, boot mode:(1,6)


 ets Jan  8 2013,rst cause:4, boot mode:(1,6)

wdt reset

Attempting to use the ESP Exception Decoder results in a Decode failed message. I have also tried to comment out all of the .on callbacks, and the error seems to occur when calling mqtt.handle().

lights0123 avatar Jul 21 '18 23:07 lights0123

I'm seeing the same issue too! It's a shame as there aren't many ESP MQTT client libraries that support QoS>0

Paul-Reed avatar Jul 31 '18 18:07 Paul-Reed

@Paul-Reed I'm using this fork of PubSubClient. It handles any QoS level just fine.

lights0123 avatar Jul 31 '18 18:07 lights0123

Thanks @lights0123 I'll take a look. I'm currently using the original PubSubClient which isn't really being developed further, and really need at least QoS 1.

Paul-Reed avatar Jul 31 '18 20:07 Paul-Reed