Skip to content

Hi Connexion broken #8

Description

@tutorialevideo

Hi i get this all the time. can you share a update?
Thank you for your help.
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/urllib3/response.py", line 710, in _error_catcher
page parsed (1/0)
page parsed (2/29)
page parsed (3/29)
page parsed (4/29)
page parsed (5/29)
page parsed (6/29)
page parsed (7/29)
page parsed (8/29)
page parsed (9/29)
page parsed (10/29)
page parsed (11/29)
page parsed (12/29)
page parsed (13/29)
page parsed (14/29)
page parsed (15/29)
page parsed (16/29)
page parsed (17/29)
page parsed (18/29)
page parsed (19/29)
page parsed (20/29)
page parsed (21/29)
page parsed (22/29)
page parsed (23/29)
page parsed (24/29)
page parsed (25/29)
page parsed (26/29)
page parsed (27/29)
page parsed (28/29)
page parsed (29/29)
listing page(1) media(['GH010518.MP4', 'GH010517.MP4', 'GH010516.MP4', 'GH010515.MP4', 'GH010514.MP4', 'GH010513.MP4', 'GH010512.MP4', 'GOPR0511.JPG', 'GOPR0510.JPG', '', 'GOPR0509.JPG', 'GH010508.MP4', 'GH010507.MP4', 'GH010506.MP4', 'GH010505.MP4'])
downloading to ./download/1_page.zip
yield
File "/usr/local/lib/python3.10/site-packages/urllib3/response.py", line 1073, in read_chunked
self._update_chunk_length()
File "/usr/local/lib/python3.10/site-packages/urllib3/response.py", line 1008, in _update_chunk_length
raise InvalidChunkLength(self, line) from None
urllib3.exceptions.InvalidChunkLength: InvalidChunkLength(got length b'', 0 bytes read)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/usr/local/lib/python3.10/site-packages/urllib3/response.py", line 933, in stream
yield from self.read_chunked(amt, decode_content=decode_content)
File "/usr/local/lib/python3.10/site-packages/urllib3/response.py", line 1061, in read_chunked
with self._error_catcher():
File "/usr/local/lib/python3.10/contextlib.py", line 153, in exit
self.gen.throw(typ, value, traceback)
File "/usr/local/lib/python3.10/site-packages/urllib3/response.py", line 727, in _error_catcher
raise ProtocolError(f"Connection broken: {e!r}", e) from e
urllib3.exceptions.ProtocolError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/app/main.py", line 197, in
main()
File "/app/main.py", line 193, in main
gpp.download_media_ids(ids, filepath, progress_mode=args.progress_mode)
File "/app/main.py", line 135, in download_media_ids
for chunk in resp.iter_content(chunk_size=8192):
File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions