gallery-dl icon indicating copy to clipboard operation
gallery-dl copied to clipboard

[twitter]error download and miss media file

Open maplestory03 opened this issue 6 months ago • 1 comments

[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

maplestory03 avatar Feb 04 '24 09:02 maplestory03

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.

Hrxn avatar Feb 04 '24 15:02 Hrxn