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

Cannot run latest version - connection #49

Open
Adam48521 opened this issue Nov 11, 2023 · 2 comments
Open

Cannot run latest version - connection #49

Adam48521 opened this issue Nov 11, 2023 · 2 comments
Labels

Comments

@Adam48521
Copy link

Has this script been shut-down/ no longer working?
When running the demo script and identical search I get the following error.

ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

@Tayersalt
Copy link

Having a similar issue:

raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

@toby-p toby-p added the bug label Dec 1, 2023
@Echoalizer
Copy link

Having a similar issue:

raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

This happened to me too! From the requirements file (requests>=2.27.1) the requests package was downloaded with v2.31 on my machine but there seems to be a conflict with that version (I haven't tried any other between those two). Setting the version to 2.27.1 fixed it.

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

No branches or pull requests

4 participants