Skyscanner / skyscanner-python-sdk

Skyscanner Python SDK
Other
122 stars 33 forks source link

429 Error every single time. #22

Open jpan127 opened 7 years ago

jpan127 commented 7 years ago

I realize that there is throttling but just following the readme guide I cannot get it to work even once.

techinpark2 commented 7 years ago

same results.

cmck commented 7 years ago

Using the example code from README step 4 it requests: http://partners.api.skyscanner.net/apiservices/pricing/v1.0?apiKey=

API response: { "ValidationErrors": [{ "Message": "Rate limit has been exceeded: 0 PerMinute for PricingSession" }] }

because Flight Live API is currently suspended, see:

https://support.business.skyscanner.net/hc/en-us/articles/206800359-Which-services-can-I-access-and-what-are-the-rate-limits-

eduyayo commented 7 years ago

same problem here

jimisdrpc commented 5 years ago

same problem here. Is this because there are a lot of people using the API same moment?