Dineshkarthik / telegram_media_downloader

Download media files from a telegram conversation/chat/channel up to 2GiB per file
MIT License
2.16k stars 364 forks source link

SSL: CERTIFICATE_VERIFY_FAILED #480

Open zv09 opened 1 year ago

zv09 commented 1 year ago

Describe the bug Seems all the content from telegram channel is downloading successfully. but: SSL Certificate error is occur at the end of script execution, see logs

To Reproduce Share the config: Please don't share your api_hash & api_id


file_formats:
  audio:
  - all
  document:
  - all
  video:
  - all
ids_to_retry: []
last_read_message_id: 583
media_types:
- audio
- photo
- video
- document
- voice
- video_note

**Python Version**
CPython 3.11.2 - Telegram Media Downloader 2.0.2                                                                                              
System: Darwin 18.7.0 (EN)  

**Logs**
INFO     Updated last read message_id to config file                                                                                               
Following error occured when checking for updates                                                                                                           
           <class 'ssl.SSLCertVerificationError'>, [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992) 
stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity in the past 45 days. It will be closed if no further activity occurs in the next 7 days. Thank you for your contributions.