i am tech illiterate so im hoping one of you knows wtf went wrong here
C:\Users\Dell>twitch-dl download 1927977121 -q source -f mpeg4 -o "{date}_{channel}_{title_slug}.{format}"
←[2mLooking up video...←[0m
Found: ←[94mDubathon Day 5: The day we make the IRS hate us | !dubathon !merch←[0m by ←[93m5up←[0m
Output: ←[94m2023-09-17_5up_dubathon_day_5_the_day_we_make_the_irs_hate_us_dubathon_merch.mpeg4←[0m
←[2mFetching access token...←[0m
←[2mFetching playlists...←[0m
←[2mFetching playlist...←[0m
Downloading 9379 VODs using 5 workers to C:\Users\Dell\AppData\Local\Temp\twitch-dl\465f7fb0939e0af320a0_5up_42773893547_1694965977\chunked
Downloaded 122/9379 VODs ←[94m1%←[0m of ←[94m~69.9GB←[0m at ←[94m34.0MB/s←[0m ETA ←[94m34:38←[0m Task {task_id} failed. Retrying. Maybe.
Traceback (most recent call last):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_exceptions.py", line 10, in map_exceptions
yield
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_backends\anyio.py", line 34, in read
return await self._stream.receive(max_bytes=max_bytes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\streams\tls.py", line 198, in receive
data = await self._call_sslobject_method(self._ssl_object.read, max_bytes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\streams\tls.py", line 140, in _call_sslobject_method
data = await self.transport_stream.receive()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\_backends\_asyncio.py", line 1112, in receive
raise self._protocol.exception from None
anyio.BrokenResourceError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_transports\default.py", line 66, in map_httpcore_exceptions
yield
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_transports\default.py", line 366, in handle_async_request
resp = await self._pool.handle_async_request(req)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\connection_pool.py", line 262, in handle_async_request
raise exc
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\connection_pool.py", line 245, in handle_async_request
response = await connection.handle_async_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\connection.py", line 103, in handle_async_request
return await self._connection.handle_async_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\http11.py", line 133, in handle_async_request
raise exc
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\http11.py", line 111, in handle_async_request
) = await self._receive_response_headers(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\http11.py", line 176, in _receive_response_headers
event = await self._receive_event(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\http11.py", line 212, in _receive_event
data = await self._network_stream.read(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_backends\anyio.py", line 31, in read
with map_exceptions(exc_map):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\contextlib.py", line 155, in __exit__
self.gen.throw(value)
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_exceptions.py", line 14, in map_exceptions
raise to_exc(exc) from exc
httpcore.ReadError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\http.py", line 106, in download_with_retries
return await download(client, task_id, source, target, progress, token_bucket)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\http.py", line 77, in download
async with client.stream("GET", source) as response:
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\contextlib.py", line 204, in __aenter__
return await anext(self.gen)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_client.py", line 1573, in stream
response = await self.send(
^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_client.py", line 1617, in send
response = await self._send_handling_auth(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_client.py", line 1645, in _send_handling_auth
response = await self._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_client.py", line 1682, in _send_handling_redirects
response = await self._send_single_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_client.py", line 1719, in _send_single_request
response = await transport.handle_async_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_transports\default.py", line 365, in handle_async_request
with map_httpcore_exceptions():
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\contextlib.py", line 155, in __exit__
self.gen.throw(value)
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_transports\default.py", line 83, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ReadError
Task {task_id} failed. Retrying. Maybe.
Traceback (most recent call last):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_exceptions.py", line 10, in map_exceptions
yield
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_backends\anyio.py", line 34, in read
return await self._stream.receive(max_bytes=max_bytes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\streams\tls.py", line 198, in receive
data = await self._call_sslobject_method(self._ssl_object.read, max_bytes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\streams\tls.py", line 140, in _call_sslobject_method
data = await self.transport_stream.receive()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\_backends\_asyncio.py", line 1110, in receive
raise ClosedResourceError from None
anyio.ClosedResourceError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_transports\default.py", line 66, in map_httpcore_exceptions
yield
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_transports\default.py", line 249, in __aiter__
async for part in self._httpcore_stream:
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\connection_pool.py", line 347, in __aiter__
async for part in self._stream:
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\http11.py", line 337, in __aiter__
raise exc
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\http11.py", line 329, in __aiter__
async for chunk in self._connection._receive_response_body(**kwargs):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\http11.py", line 198, in _receive_response_body
event = await self._receive_event(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\http11.py", line 212, in _receive_event
data = await self._network_stream.read(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_backends\anyio.py", line 31, in read
with map_exceptions(exc_map):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\contextlib.py", line 155, in __exit__
self.gen.throw(value)
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_exceptions.py", line 14, in map_exceptions
raise to_exc(exc) from exc
httpcore.ReadError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\http.py", line 106, in download_with_retries
return await download(client, task_id, source, target, progress, token_bucket)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\http.py", line 80, in download
async for chunk in response.aiter_bytes(chunk_size=CHUNK_SIZE):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_models.py", line 927, in aiter_bytes
async for raw_bytes in self.aiter_raw():
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_models.py", line 985, in aiter_raw
async for raw_stream_bytes in self.stream:
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_client.py", line 146, in __aiter__
async for chunk in self._stream:
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_transports\default.py", line 248, in __aiter__
with map_httpcore_exceptions():
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\contextlib.py", line 155, in __exit__
self.gen.throw(value)
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_transports\default.py", line 83, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ReadError
Downloaded 122/9379 VODs ←[94m1%←[0m of ←[94m~69.9GB←[0m at ←[94m34.0MB/s←[0m ETA ←[94m34:37←[0m Traceback (most recent call last):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_exceptions.py", line 10, in map_exceptions
yield
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_backends\anyio.py", line 34, in read
return await self._stream.receive(max_bytes=max_bytes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\streams\tls.py", line 198, in receive
data = await self._call_sslobject_method(self._ssl_object.read, max_bytes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\streams\tls.py", line 140, in _call_sslobject_method
data = await self.transport_stream.receive()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\_backends\_asyncio.py", line 1112, in receive
raise self._protocol.exception from None
anyio.BrokenResourceError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_transports\default.py", line 66, in map_httpcore_exceptions
yield
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_transports\default.py", line 366, in handle_async_request
resp = await self._pool.handle_async_request(req)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\connection_pool.py", line 262, in handle_async_request
raise exc
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\connection_pool.py", line 245, in handle_async_request
response = await connection.handle_async_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\connection.py", line 103, in handle_async_request
return await self._connection.handle_async_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\http11.py", line 133, in handle_async_request
raise exc
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\http11.py", line 111, in handle_async_request
) = await self._receive_response_headers(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\http11.py", line 176, in _receive_response_headers
event = await self._receive_event(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_async\http11.py", line 212, in _receive_event
data = await self._network_stream.read(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_backends\anyio.py", line 31, in read
with map_exceptions(exc_map):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\contextlib.py", line 155, in __exit__
self.gen.throw(value)
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpcore\_exceptions.py", line 14, in map_exceptions
raise to_exc(exc) from exc
httpcore.ReadError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\http.py", line 106, in download_with_retries
return await download(client, task_id, source, target, progress, token_bucket)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\http.py", line 77, in download
async with client.stream("GET", source) as response:
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\contextlib.py", line 204, in __aenter__
return await anext(self.gen)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_client.py", line 1573, in stream
response = await self.send(
^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_client.py", line 1617, in send
response = await self._send_handling_auth(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_client.py", line 1645, in _send_handling_auth
response = await self._send_handling_redirects(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_client.py", line 1682, in _send_handling_redirects
response = await self._send_single_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_client.py", line 1719, in _send_single_request
response = await transport.handle_async_request(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_transports\default.py", line 365, in handle_async_request
with map_httpcore_exceptions():
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\contextlib.py", line 155, in __exit__
self.gen.throw(value)
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\httpx\_transports\default.py", line 83, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ReadError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Scripts\twitch-dl.exe\__main__.py", line 7, in <module>
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\console.py", line 321, in main
args.func(args)
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\commands\download.py", line 170, in download
download_one(video_id, args)
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\commands\download.py", line 176, in download_one
return _download_video(video_id, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\commands\download.py", line 316, in _download_video
asyncio.run(download_all(sources, targets, args.max_workers, rate_limit=args.rate_limit))
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 664, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\http.py", line 129, in download_all
await asyncio.gather(*tasks)
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\http.py", line 109, in download_with_retries
progress.abort(task_id)
File "C:\Users\Dell\AppData\Local\Programs\Python\Python312\Lib\site-packages\twitchdl\progress.py", line 81, in abort
raise ValueError(f"Task {task_id}: cannot abort, not started")
ValueError: Task 126: cannot abort, not started
i am tech illiterate so im hoping one of you knows wtf went wrong here