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
Currently when running a concurrent scrape if an error is thrown its simply caught and returned as is. Meaning generally there is significant context loss about the URL actually being requested, headers used etc...
Right now I don't see an easy way to get this information while running requests concurrently.
I would have made a pull request regarding this, however I see that in this repo typed errors exist, and its not clear to me exactly which typed error should be returned in the case of the requesting site returning an HTTP error. If you let me know which error class should be used, I can implement a pull request.
Additionally if I am wrong please feel free to call me out, not trying to create more work, just looking for a way to get a URL in the error response.