Open Feindfluglp opened 4 years ago
the esp make after this stack overflow, restart.
I'm also seeing stack overflows on certain events such as subscriber, Bits works fine though.
I have found if I comment out the Emote and Badges information it becomes stable if that helps anyone. If I quit being lazy and find the exact issue I'll post it. I have a feeling it's a NULL pointer or something similar in the data.
Could you please tell me where you commented the Emote and Badge informations ? I'm experiencing the same problem. Here is tthe message I get:
`Connecting to: wss://irc-ws.chat.twitch.tv:443 Successfully connected to: wss://irc-ws.chat.twitch.tv:443 Handshaking with Twitch.. Read to go! Connected to channel: amen0thes as User: Imh0tep Prime Tier 1 Tier 2 Tier 3
--------------- CUT HERE FOR EXCEPTION DECODER ---------------
Exception (28): epc1=0x40211a76 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
stack>>>
`
Thanks :)
I'm not sure commenting them out has resolved the issue for me, are you guys doing other intensive operations or have any delay()s in your code? I was trying to drive LEDs on a strip that had delay() in them but if I run the code with only the Twitch IRC API doing things it seemed to be way more stable.. Going to try using tasks and dual core ESP32 CPU and see if that helps at all..
hello, in the file have you change "#include "twitch_irc_api.h" to "#include "../include/twitch_irc_api.h" the file its not in the include folder.
and a problem whit stack overflow. the funktion "onUserNotice" its not running and make a stack overflow. in a channel whit mutch user. her ist the stack overflow message in serial monitor: