SpEcHiDe / IMDbOT

The Telegram IMDbOT
https://t.me/IMDbOT
GNU Affero General Public License v3.0
94 stars 25 forks source link

Error 1027: Too many requests #12

Open serge2015 opened 2 weeks ago

serge2015 commented 2 weeks 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 weeks ago

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