Yelp / yelp-fusion

Yelp Fusion API
https://yelp.com/developers
MIT License
403 stars 394 forks source link

REQUEST_TIMED_OUT in Yelp api #671

Closed RohanMondal0505 closed 2 years ago

RohanMondal0505 commented 2 years ago

Overview

Parameters or Sample Request

https://api.yelp.com/v3/businesses/search?term=restaurant/search?term=restaurants&location=SanDiego

Response

{ "error": { "code": "REQUEST_TIMED_OUT", "description": "The request timed out, please try again later. If this continues, please create an issue on GitHub with the request you're making: https://github.com/Yelp/yelp-fusion/issues" } }

bizmate commented 2 years ago

you have two query strings in your URL, this is definitely a problem on the YELP side as it might cause denial of service but if you want it to work fix the request

RohanMondal0505 commented 2 years ago

Thanks