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
The retry code is great for dealing with ratelimits, but it means that now you have to wait for the client to retry the first request 10 times before it will prompt you for your username and password. This is bad, and should not be how it works.