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
if 'proxy' in request.meta:
if request.meta["exception"] is False:
return
If we have used proxy in start requests function then this issue arises which makes sense because exception is not defined in meta up to this point for our first request.
I guess most of us either use a random proxy or custom proxy. So no one ever bothered about it.
I think the line 83 is important because it enables to change proxies in each retry or after exception.
I see this is caused by the line no 83.
If we have used proxy in start requests function then this issue arises which makes sense because exception is not defined in meta up to this point for our first request.
I guess most of us either use a random proxy or custom proxy. So no one ever bothered about it.
I think the line 83 is important because it enables to change proxies in each retry or after exception.
Also to change the proxy in retry. Comment out this in process_exception. #15
The text was updated successfully, but these errors were encountered: