s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
888 stars 209 forks source link

Timed out connecting to server: api.telegram.org #439

Closed andreasbaumde closed 3 months ago

andreasbaumde commented 4 months ago

Hi, I'm using the ESP32-CAM (OV2640) with ESP32-CAM-MB as a bundle. I'd like to use the Telegram feature, but I'm getting the following error:

[01:00:07.188 WARN getLocalNTP] Not yet synced with NTP
[01:00:19.100 WARN remoteServerConnect] Timed out connecting to server: api.telegram.org, Err: Unknown server error
[01:00:29.300 WARN prepTelegram] Failed to communicate with Telegram server 

I have read in other issues that you can disable other features to save some memory for TLS. Which features could I restrict further? I only need Motion Detection, FTP, and Telegram. Thanks in advance.

andreasbaumde commented 3 months ago

Any recommendations? @s60sc

s60sc commented 3 months ago

I'm converting to arduino-esp32 v3 which may be more memory efficient