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
Edge throttles *much* more aggressively than other browsers, added
a new ResponseError subclass called EdgeThrottled and added code
to verify_response to distinguish this case from a generic
ResponseError. I'd still like to know if I ever get throttled by
Chrome, Firefox, or Safari since it's never happened before, but
it happens so much with Edge that I've just given up and ignore
these exceptions personally. Others may want to handle this
specific case differently as well.
0 commit comments