mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.83k stars 971 forks source link

[twitter]error download and miss media file #5159

Open maplestory03 opened 9 months ago

maplestory03 commented 9 months ago

[downloader.http][warning] HTTPSConnectionPool(host='pbs.twimg.com', port=443): Max retries exceeded with url: /media/xxxxxx?format=jpg&name=orig (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (1/5) [downloader.http][warning] HTTPSConnectionPool(host='video.twimg.com', port=443): Max retries exceeded with url: /ext_tw_video/xxxxxxx/pu/vid/720x1280/xxxxxxxx.mp4?tag=12 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))) (1/5)

Is this the reason for Twitter itself? When there is a download error, can it write it to the error log and download it from the error log tweet the next time. It may miss some media if don't see the process output. This situation has occurred and the retry cannot be successful. But a new restart is will download normally. I use -e but it can't write which tweet url is error

Hrxn commented 9 months ago

Don't think it's Twitter..

Issue might be with your network settings, your ISP, or any other processes interfering in TLS\SSL (virus scanner etc. can do this, actually)

And set up a logging configuration to be notified if/when anything fails.