-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error #420 #173
Comments
Same here. Was just trying it out because I've never used earthquake before but because of this error it's unusable. |
@manuelnagele might be the same as I got in #171. |
@bascht For me it keeps reconnecting once the error pops up. I have tried re-authenticating, reinstalled the gem (+dependencies) and ruby. |
@manuelnagele yep. Same here. :-/ |
from Twitter's API Docs: 420 Enhance Your Calm Is there anyway to configure a backoff to handle being rate limited? |
It seems that, by default, it try to reconnect every 30, also according to the twitter docmentation, it send an "alive" beacon every 30 second too. To many reconnection provoke the 420 error which pend the connection for 1 minute, then 2, then 4 etc ... I put 125 for more than 2 minute so even if we have 2 420 error there is still a chance. |
In the end it seems that the issue comme from the Twitter library used. It is outdated, there is no update for years and twitter politics with API has change. I am afraid that there is nothing that can be done unless a big update of the code. |
As of today I keep getting this Error. Any Ideas?
The text was updated successfully, but these errors were encountered: