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
I've recently been receiving a connection aborted request from Best Buy. It's likely that Best Buy is blocking the scrape requests even though I have a fairly lenient timeout. Is there a way to work around this to get Best Buy active again in my rotation? Example error:
[bstby_1] caught exception during request: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
The text was updated successfully, but these errors were encountered:
I found the only fix to this is to go to src/scraper/BestBuy.py and edit the file. At the very bottom, change 'requests' to 'selenium'. I hope others have a way to make it work on requests again as selenium is slow and a resource hog.
Of course that means you will have to build your own Docker image till an update is pushed to fix it.
I found the only fix to this is to go to src/scraper/BestBuy.py and edit the file. At the very bottom, change 'requests' to 'selenium'. I hope others have a way to make it work on requests again as selenium is slow and a resource hog.
Of course that means you will have to build your own Docker image till an update is pushed to fix it.
I've recently been receiving a connection aborted request from Best Buy. It's likely that Best Buy is blocking the scrape requests even though I have a fairly lenient timeout. Is there a way to work around this to get Best Buy active again in my rotation? Example error:
[bstby_1] caught exception during request: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
The text was updated successfully, but these errors were encountered: