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
It seems scrapy expects all loops on the same website are self-contained. So, instead of handling the stock iteration inside the main, we should change the spider so that it handles the error inside the spider and the moves to the next stock. This solution for this issue is related to #1, and should be executed simultaneously.
The text was updated successfully, but these errors were encountered:
It seems scrapy expects all loops on the same website are self-contained. So, instead of handling the stock iteration inside the main, we should change the spider so that it handles the error inside the spider and the moves to the next stock. This solution for this issue is related to #1, and should be executed simultaneously.
The text was updated successfully, but these errors were encountered: