Universal-Arduino-Telegram-Bot
Universal-Arduino-Telegram-Bot copied to clipboard
SecureClient not working on [email protected]
After upgrading platform to [email protected] from 3.5.0 in platform.io, SecureClient works badly, it successfully connects for the first time, even reads and posts some msg to telegram, but after it is closed, it can never be opened once again with the error connect(): start_ssl_client: -1
Hello,
Also experiencing the same issue here.
Best regards
Same for me =)
Maybe try change this to if(true)
to see if that fixes the issue
https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot/blob/master/src/UniversalTelegramBot.cpp#L773
Hello Brian, Thank you for your fast feedback, unfortunately this is not fixing my problem, when trying to send the first message to Telegram, not even pictures I receive the following error: "[WiFiClientSecure.cpp:135] connect(): start_ssl_client: -1" In infinite loop. It is fixed if I downgrade spressif to 4.0.0. If you need further context, the project I´m working in: https://github.com/dgtaheno/Imail/ Thank you in advance for your time. Best regards.
4.3.0 - fixed
4.3.0 - fixed
Tested fixed? Must have been a bug with the 4.2 release so
Yes. I upgrde my project from 4.2 to 4.3 and error gone
Thank you all 4.2.3 fixes the issue!
Hi everyone!
Just updated my espressif32 to 5.1.0 and got the same problem. Any thoughts on why this even may occur and how to fix it manually?
Thanks in advance.
[Edit] Tried several versions (4.0.0, 4.3.0, 5.0.0, 5.1.0), did not get any positive result.