Open Tharps22 opened 1 month ago
The reason doesn't seem to be clear but this often happens, if I recall correctly, when enabling the option of downloading the video using aria2c
as an external downloader but this is not the case as demonstrated in the attached script.
I have to guess that you may have to increase the ping time as shown in issue #11.
Traceback (most recent call last): File "/Users/thomasharpole/myenv/lib/python3.13/site-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/Users/thomasharpole/myenv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 843, i)
There aren't many Thomas Harpoles, so I assume you recognize yourself here? Took me 30 seconds... maybe you'd like to remove your name from your logs :-D?
Hello, I am looking for help. New to python, my apologies if I'm not doing correctly. I was able to download all 7980 fragments from the source video but there seems to be a issue with the final step. There is no MP4 yet in my downloaded folder. I've attached the script as a txt file. Thanks for any help!
b-cdn-drm-vod-dl.txt
=============================
and here is the error message I get:
[download] 100.0% of ~1002.53MiB at 12.28MiB/s ETA 00:00 (frag 7980/7980)ERROR: unable to download video data: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) Traceback (most recent call last): File "/Users/thomasharpole/myenv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 789, in urlopen response = self._make_request( conn, ...<10 lines>... **response_kw, ) File "/Users/thomasharpole/myenv/lib/python3.13/site-packages/urllib3/connectionpool.py", line 536, in _make_request response = conn.getresponse() File "/Users/thomasharpole/myenv/lib/python3.13/site-packages/urllib3/connection.py", line 507, in getresponse httplib_response = super().getresponse() File "/opt/homebrew/Cellar/python@3.13/3.13.0_1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/http/client.py", line 1428, in getresponse response.begin()