TelegramPlayGround / Free-Movie-Series-DB-API

FREE UnOfficial Movie / Series Search API, without APIKeys
https://imdb.iamidiotareyoutoo.com/docs/index.html
GNU Affero General Public License v3.0
104 stars 27 forks source link

Error 1027: Too many requests #12

Closed serge2015 closed 2 months ago

serge2015 commented 2 months ago

The issue is with the

Describe the bug When searching by IMDB_ID, I get a 429 error (too many requests) on my site and it also says my site "has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."

To Reproduce Steps to reproduce the behavior: I load a page that displays the information pulled from the search by IMDB ID.

Expected behavior Content should load automatically, just as it did for me for the past week when testing my site in development. Add any other context about the problem here.

Screenshots If applicable, add screenshots to help explain your problem. image

(please complete the following information):

SpEcHiDe commented 2 months ago

CloudflareWorkers only allows 10000 requests per day. The limit gets reset daily. So, you can try again the next day.

will migrate to another provider, in the future.