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
This fixes those problems + some others that prevent it from working, just in case you didn't figure it out yet! (only changes for the currently for-sale houses, not the sold ones)
When running the code after forking, I immediately got the following error:
AttributeError: 'FundaSpider' object has no attribute '_rules'
I solved it by adding the following line to init():
super(FundaSoldSpider, self).__init__(place=place)
The error stopped appearing, but now the following lines show up during scraping, giving an empty json file in the end.
there are the following possibilities:
I'm am not sure which one it is, anyone have any idea on how to get the scraper to work?
The text was updated successfully, but these errors were encountered: