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 am receving a urllib.error.HTTPError: HTTP Error 403: Forbidden
that could be solved if we use a proxy to send the request.
However it seems there is no direct implementation on using http proxy, but there's already issue on this topic opened years ago #86 and #114 and which they have their PRs.
I am receving a
urllib.error.HTTPError: HTTP Error 403: Forbidden
that could be solved if we use a proxy to send the request.
However it seems there is no direct implementation on using http proxy, but there's already issue on this topic opened years ago
#86 and #114 and which they have their PRs.
A solution was given with this PR
A solution then is:
The text was updated successfully, but these errors were encountered: