You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
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.
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))
The text was updated successfully, but these errors were encountered: