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==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.")
89
+
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