-
Notifications
You must be signed in to change notification settings - Fork 71
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
Error Message: Exception (29) #11
Comments
Happy new year. |
What should i do to avoid it? Just clear it? Because the longest I tried to send was "\Lampe ein" and the problem even occured before i started the Bot.
Mfg Balazs Bence
From: fubax
Sent: Sunday, January 1, 17:45
Subject: Re: [Gianbacchio/ESP8266-TelegramBot] Error Message: Exception (29) (#11)
To: Gianbacchio/ESP8266-TelegramBot
Cc: Ryoram, Author
Happy new year.
I think you send a command with lots of characters to your bot.
For example when I turn off my device and send more than 45 "/on" command to the bot and then turn on device again ,I get similar error after 'GET Update Messages'.
-
You are receiving this because you authored the thread.
Reply to this email directly, view it <#11 (comment)> on<#11 (comment)> <#11 (comment)> GitHub<#11 (comment)>, or mute the <https://github.com/notifications/unsubscribe-auth/AXsc-wqqYz2ucWX-5X9mhz6Px0oV8brYks5rN9gdgaJpZM4LYUvh> thread<https://github.com/notifications/unsubscribe-auth/AXsc-wqqYz2ucWX-5X9mhz6Px0oV8brYks5rN9gdgaJpZM4LYUvh>.
|
So the problem is something else. |
I don’t know why but now it works, thanks :D
I just let it bot.message[0][0]= ” ” run for a while and it worked afterwards!
From: fubax [mailto:[email protected]]
Sent: Dienstag, 03. Jänner 2017 15:10
To: Gianbacchio/ESP8266-TelegramBot <[email protected]>
Cc: Ryoram <[email protected]>; Author <[email protected]>
Subject: Re: [Gianbacchio/ESP8266-TelegramBot] Error Message: Exception (29) (#11)
What should i do to avoid it? Just clear it? Because the longest I tried to send was "\Lampe ein" and the problem even occured before i started the Bot.
So the problem is something else.
Do you modify the original code or library?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#11 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AXsc--HoKt23rQxi0MsEh4WULf2dKM4Vks5rOla5gaJpZM4LYUvh>.
|
Glad to hear it |
I get the Message:
WiFi connected
IP address:
192.168.0.27
GET Update Messages
Exception (29):
epc1=0x4000dfa9 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
ctx: cont
sp: 3fff1200 end: 3fff1560 offset: 01a0
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld
I think it has to do with the bot.getUpdate command, because if i delete it then i don't get a error message. Plz Help :)
The text was updated successfully, but these errors were encountered: