Aypac / Arduino-TR-064-SOAP-Library

Arduino library for the TR-064 protocol, most commonly used by the Fritz!Box router API
Other
63 stars 21 forks source link

Example Home_Indicator crashes with Fatal exception 28 message #70

Open svesaja opened 9 months ago

svesaja commented 9 months ago

Hi everybody, I just got in touch with the TR-064-SOAP-Library. I thought it would be a good idea to start with one of the offered examples. Unfortunately I run into troubles just in the beginning: My ESP8266 crashes with the message below and restarts.

[SETUP] WAIT 4... [SETUP] WAIT 3... [SETUP] WAIT 2... [SETUP] WAIT 1... Initialize TR-064 connection

Fatal exception 28(LoadProhibitedCause): epc1=0x4000e140, epc2=0x00000000, epc3=0x00000000, excvaddr=0x0000000f, depc=0x00000000

--------------- CUT HERE FOR EXCEPTION DECODER ---------------

Exception (28): epc1=0x4000e140 epc2=0x00000000 epc3=0x00000000 excvaddr=0x0000000f depc=0x00000000

stack>>>

ctx: cont sp: 3ffffdc0 end: 3fffffd0 offset: 0150 3fffff10: 3fff190c 0000000f 3fff0ffc 401009dc
3fffff20: 3ffe937f 3ffe9365 3fffff58 3fff11f8
3fffff30: 0000013c 3fff1204 3ffef340 40205d3a
3fffff40: 3fff0f00 000b000f 00004c52 3fff190c
3fffff50: 002e402f 83000001 3fff1600 002e002f
3fffff60: 00000001 3fff1600 001c001f 00000001
3fffff70: 3ffef364 00000001 00000064 40208a08
3fffff80: 00001388 3ffef340 3ffef340 00000001
3fffff90: 00000000 3ffef340 3ffefe24 40201f52
3fffffa0: feefeffe feefeffe feefeffe 3ffefecc
3fffffb0: 3fffdad0 00000000 3ffefea0 40208484
3fffffc0: feefeffe feefeffe 3fffdab0 40100d89
<<<stack<<<

My Exception Decoder does not work after switching from IDE1.8 to IDE2.2.1. Beside this I have problems at the moment to understand the informations generated by the Exception Decoder.

Help is appreciated Take care -svesaja

bdynamic commented 8 months ago

Same here using IDE Version 2.2.1 I heard that unfortunately a valid working code can be strongly dependent on the IDE Version, hence the question: Which IDE Version should it work with?

DM10 commented 6 months ago

Hello,

I have the same problem with IDE Version 1.8.13
Please help.

Thanks!