Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
"Over the limit for this type of request, please wait a while and try again"
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
James Peter  
View profile  
 More options Oct 5 2010, 4:56 am
From: James Peter <zemaj....@gmail.com>
Date: Tue, 5 Oct 2010 01:56:17 -0700 (PDT)
Local: Tues, Oct 5 2010 4:56 am
Subject: "Over the limit for this type of request, please wait a while and try again"
Hi folks,

Our service has been down for over 3 days now due to broken API calls.

Still waiting on any information from Twitter about what's going on,
but still in the dark.

About 3 days ago we started receiving messages (incorrectly in the new
error structure) saying "Over the limit for this type of request,
please wait a while and try again" with error code 33 when calling
friendships/destroy. According to the API docs, this call is not rate
limited http://dev.twitter.com/doc/post/friendships/destroy All our
API requests are authenticated with the requesting user.

This happens after about 100 calls. It makes our app completely
unusable. I'm guessing it's a bug, but after 3 days I'm wondering if
anyone else is seeing this problem. As the errors are returned in the
new error structure they didn't appear in our logs at first, so you
might be experiencing this problem and not noticing. The new error
structure returns a set of error messages under "errors" instead of
just a string under "error".

James


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Taylor Singletary  
View profile  
 More options Oct 5 2010, 10:13 am
From: Taylor Singletary <taylorsinglet...@twitter.com>
Date: Tue, 5 Oct 2010 07:13:44 -0700
Local: Tues, Oct 5 2010 10:13 am
Subject: Re: [twitter-dev] "Over the limit for this type of request, please wait a while and try again"

Hi James,

I'll re-post this in the group thread as well.

Due to potential abuse, we've begun locking down bulk deletions that were
previously unbound. These lack of limits lead to many application
suspensions and blacklisting as the lack of a rate limit was often
interpreted as "give us all you've got, non stop," in addition to obvious
system gaming.

We're unfortunately not yet publishing the limits on these kinds of actions.
Though this limit is trickle-down reflected in the API, it's actually a
site-wide construct. It's an IP-based limit, and not a user-based limit.

As you'll most likely be able to discover the limits yourself, I'll work on
getting these numbers released and hopefully get an X-FeatureRateLimit set
of HTTP headers attached to these requests also.

I would recommend developing the following strategy when you run into this
error:

- Back off for 5-6 minutes (stop retrying this specific kind of request)
- Try the request again.
  - If it succeeds, great, continue until you're limited again (or work on
ways to never get limited, such as preventing bulk actions in your UI)
  - If it fails again, wait another 2 minutes, retry & repeat.

I think the current limits are pretty reasonable, and the time window
refreshes often.

The error will be a Error 420, Rate Limited. The error code embedded in
either JSON or XML structures will be "33" and the accompanying message:
"Over the limit for this type of request, please wait a while and try again"

Taylor Singletary
@episod


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dewald Pretorius  
View profile  
 More options Oct 6 2010, 11:13 am
From: Dewald Pretorius <dpr...@gmail.com>
Date: Wed, 6 Oct 2010 08:13:21 -0700 (PDT)
Local: Wed, Oct 6 2010 11:13 am
Subject: Re: "Over the limit for this type of request, please wait a while and try again"
Are any of the other POST methods now also similarly rate limited, or
is it only destroy friendship?

On Oct 5, 11:13 am, Taylor Singletary <taylorsinglet...@twitter.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Harris  
View profile  
 More options Oct 6 2010, 2:38 pm
From: Matt Harris <thematthar...@twitter.com>
Date: Wed, 6 Oct 2010 11:38:01 -0700
Local: Wed, Oct 6 2010 2:38 pm
Subject: Re: [twitter-dev] Re: "Over the limit for this type of request, please wait a while and try again"
Hi Dewald,

There are other methods which are similarly rate limited. They are
documented on our help center:
    http://support.twitter.com/articles/15364

The overview of rate limits on the developer site provides some more
background about rate limits in general and then goes onto link to the
above document. The overview is published here:
    http://dev.twitter.com/pages/rate-limiting

Hope that answers your question,

@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dewald Pretorius  
View profile  
 More options Oct 6 2010, 5:18 pm
From: Dewald Pretorius <dpr...@gmail.com>
Date: Wed, 6 Oct 2010 14:18:07 -0700 (PDT)
Local: Wed, Oct 6 2010 5:18 pm
Subject: Re: "Over the limit for this type of request, please wait a while and try again"
Matt,

I'm aware of those rate limits. I was referring to methods that used
to be, "Give us all you got," such as destroy friendship. For example,
create block, destroy block, etc.

On Oct 6, 3:38 pm, Matt Harris <thematthar...@twitter.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »