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

GET Update Messages - Failed to update #27

Open
ManuBeze opened this issue Dec 18, 2019 · 2 comments
Open

GET Update Messages - Failed to update #27

ManuBeze opened this issue Dec 18, 2019 · 2 comments

Comments

@ManuBeze
Copy link

Hi guys, I'm getting this "failed to update" error in my serial monitor as soon as the ESP is connected to my WiFi.

Does anyone know how to solve this? is this a code related problem or a TelegramBot related problem?

Thanks in advance!!!

@fedrux
Copy link
Contributor

fedrux commented Dec 20, 2019

Some time ago I found the problem was that now we have to use Https connection with a SSL fingerprint. I edited the code to use the fingerprint and solve the issue. You can try to go on my github page and find the fork of this project https://github.com/fedrux/ESP8266-TelegramBot

In https://github.com/fedrux/ESP8266-TelegramBot/blob/master/src/ESP8266TelegramBOT.cpp
If not work On line 53 you should update the SHA fingerprint with the one you get connecting to telegram api from your browser.
Hope it’s helpful
Give me a update

@DimaBroi
Copy link

DimaBroi commented Feb 8, 2020

Hi @fedrux ,
how did U manage to get your SHA fingerprint ? can U point in the correct direction?

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

3 participants