toby-p / rightmove_webscraper.py

Python class to scrape data from rightmove.co.uk and return listings in a pandas DataFrame object
MIT License
252 stars 112 forks source link

Cannot run latest version - connection #49

Open Adam48521 opened 10 months ago

Adam48521 commented 10 months ago

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 commented 9 months ago

Having a similar issue:

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

Echoalizer commented 8 months ago

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.