Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create release for bug fixed in #6 #14

Open
lights0123 opened this issue Jul 21, 2018 · 4 comments
Open

Create release for bug fixed in #6 #14

lights0123 opened this issue Jul 21, 2018 · 4 comments

Comments

@lights0123
Copy link

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
Copy link
Author

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().

@Paul-Reed
Copy link

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

@lights0123
Copy link
Author

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

@Paul-Reed
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants