question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question: new error code: 'TOO_MANY_REQUESTS_PER_SECOND'

See original GitHub issue

Overview

  • Client ID: ip9RhUfCdeIaiXjHjtIMyg
  • Issue type: question
  • Summary: ‘TOO_MANY_REQUESTS_PER_SECOND’ but speed is the same as before
  • Platform: Web

Description

I was collecting information about coffee shops around a chosen location to compare them and analyse neighbouring shops. For last couple of weeks I was collecting data without any issues. I rarely overstepped daily request limit, but because I needed to compare a lot of data really fast I had to use multiple parallel connections. I was making about 5 requests per second. Last week I started getting error message ‘TOO_MANY_REQUESTS_PER_SECOND’ and i can not get more than 1-2 requests per second. My code or internet speed has not changed. Could you tell me if this is an intended change?Also if it is is it a temporary change or a permanent one because I can not see any mention of it in Changelog or in Terms of Use?

More information

full error is: {‘error’: {‘code’: ‘TOO_MANY_REQUESTS_PER_SECOND’, ‘description’: ‘You have exceeded the queries-per-second limit for this endpoint. Try reducing the rate at which you make queries.’}}

Endpoint

/v3/businesses/search

Response

{
'error': 
    {
        'code': 'TOO_MANY_REQUESTS_PER_SECOND',
        'description': 'You have exceeded the queries-per-second limit for this endpoint. Try reducing the 
        rate at which you make queries.'
    }
}

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mjurajcommented, Jan 25, 2018

I have the same problem. It’s a pretty big problem, because I have to make more requests if we take into account that businesses count isn’t correct in some cases.

0reactions
dan98765commented, Mar 7, 2018

Examples of the errors when the quota is exceeded have been added to https://www.yelp.com/developers/documentation/v3/rate_limiting

Changelog entry: https://www.yelp.com/developers/v3/changelog#changelog-20180305

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix 429 Too Many Requests Error - Kinsta
The HTTP 429 error is returned when too many requests are made to a page within a short period of time. Find out...
Read more >
How to Fix 429 Too Many Requests Error Code - Hostinger
Don't know how to deal with the 429 too many requests error? We'll share the six effective solutions to diagnose and resolve it!...
Read more >
Error: 429 Too Many Requests — You've been rate limited
The 429 (Too Many Requests) error is an HTTP status code that often occurs when you've hit a request limitation of an API....
Read more >
429 Error – Too Many Requests HTTP Code Explained
The 429 error is an HTTP status code. It tells you when the use of an internet resource has surpassed the number of...
Read more >
What an HTTP Error 429 Means & How to Fix It - HubSpot Blog
The most simple way to avoid this error is to reduce the number of requests made in a short period of time. The...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found