shurillu / CTBot

A simple (and easy to use) Arduino Telegram BOT Library for ESP8266/ESP32
MIT License
147 stars 34 forks source link

Unable to connect to Telegram server getNewMessage error: response with no data #47

Closed hamster66 closed 4 years ago

hamster66 commented 4 years ago

Hi again : ) Yesterday, all versions where the address 149.154.167.220 is registered stopped working :( Debugging displays message: Unable to connect to Telegram server getNewMessage error: response with no data How to fix it?

hamster66 commented 4 years ago

I fix it! New fingerptint in api.telegram.org: const uint8_t fingerprint[20] = {0xF2,0xAD,0x29,0x9C,0x34,0x48,0xDD,0x8D,0xF4,0xCF,0x52,0x32,0xF6,0x57,0x33,0x68,0x2E,0x81,0xC1,0x90 };

shurillu commented 4 years ago

Hello Hamster66, the Telegram https certificate was renewed and a new fingerprint must be updated. Using the new one (as you point out!) will make the library works again.

Good job man ;-)

Stefano