rightmove_webscraper.py icon indicating copy to clipboard operation
rightmove_webscraper.py copied to clipboard

Cannot run latest version - connection

Open Adam48521 opened this issue 2 years ago • 2 comments

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))

Adam48521 avatar Nov 11 '23 22:11 Adam48521

Having a similar issue:

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

Tayersalt avatar Nov 23 '23 16:11 Tayersalt

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.

Echoalizer avatar Dec 23 '23 17:12 Echoalizer