Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection Reset Error #27

Open
ValentinVV1 opened this issue Jan 17, 2024 · 0 comments
Open

Connection Reset Error #27

ValentinVV1 opened this issue Jan 17, 2024 · 0 comments

Comments

@ValentinVV1
Copy link

ValentinVV1 commented Jan 17, 2024

Hi! I am trying to download a playlist filled with music videos and I get the following errors quite often:

╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ in _error_catcher:710                                                                            │
│                                                                                                  │
│ in _raw_read:814                                                                                 │
│                                                                                                  │
│ in _fp_read:799                                                                                  │
│                                                                                                  │
│ in read:463                                                                                      │
│                                                                                                  │
│ in readinto:507                                                                                  │
│                                                                                                  │
│ in readinto:704                                                                                  │
│                                                                                                  │
│ in recv_into:1242                                                                                │
│                                                                                                  │
│ in read:1100                                                                                     │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host

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

╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ in generate:816                                                                                  │
│                                                                                                  │
│ in stream:936                                                                                    │
│                                                                                                  │
│ in read:879                                                                                      │
│                                                                                                  │
│ in _raw_read:835                                                                                 │
│                                                                                                  │
│ in __exit__:137                                                                                  │
│                                                                                                  │
│ in _error_catcher:727                                                                            │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
ProtocolError: ("Connection broken: ConnectionResetError(10054, 'An existing connection was forcibly closed by the
remote host', None, 10054, None)", ConnectionResetError(10054, 'An existing connection was forcibly closed by the remotehost', None, 10054, None))

During handling of the above exception, another exception occurred:

╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ in <module>:83                                                                                   │
│                                                                                                  │
│ in run:291                                                                                       │
│                                                                                                  │
│ in download:34                                                                                   │
│                                                                                                  │
│ in generate:818                                                                                  │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
ChunkedEncodingError: ("Connection broken: ConnectionResetError(10054, 'An existing connection was forcibly closed by
the remote host', None, 10054, None)", ConnectionResetError(10054, 'An existing connection was forcibly closed by the
remote host', None, 10054, None))
[9872] Failed to execute script 'manzana' due to unhandled exception!

Do you know what might cause it? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant