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 connection is set up in validateConfig() but if this receives Error verifying credentials: Error: HTTP Error 429: Too Many Requests when it calls verifyTwitterCredentials() then it will throw an uncaught exception (rather than waiting), similarly with other functions.
The text was updated successfully, but these errors were encountered:
The connection is set up in
validateConfig()
but if this receivesError verifying credentials: Error: HTTP Error 429: Too Many Requests
when it callsverifyTwitterCredentials()
then it will throw an uncaught exception (rather than waiting), similarly with other functions.The text was updated successfully, but these errors were encountered: