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
elifresponse.status_code==400: raiseexceptions.HTTPException("the scope, client id or client secret is invalid/don't match.")
158
163
elifresponse.status_code==429: raiseexceptions.RateLimited(f"You are being Rate Limited. Retry after: {response.json()['retry_after']}", retry_after=response.json()['retry_after'])
elifresponse.status_code==401: raiseexceptions.Forbidden(f"this AccessToken does not have the nessasary scope.")
175
+
elifresponse.status_code==429: raiseexceptions.RateLimited(f"You are being Rate Limited. Retry after: {response.json()['retry_after']}", retry_after=response.json()['retry_after'])
0 commit comments