Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback for “Anilist (Anime) | Trending Anime” #16

Open
MahdiDaoud1 opened this issue Aug 14, 2023 · 0 comments
Open

Feedback for “Anilist (Anime) | Trending Anime” #16

MahdiDaoud1 opened this issue Aug 14, 2023 · 0 comments

Comments

@MahdiDaoud1
Copy link

i copied the python exemple but it returned an error

import requests

# Using the example query "demon", and looking at the first page of results.
url = "https://api.consumet.org/meta/anilist/airing-schedule"
response = requests.get(url, params={"page": 1})
data = response.json()

print(data)

output: {'statusCode': 500, 'error': 'Internal Server Error', 'message': 'Reached the max retries per request limit (which is 20). Refer to "maxRetriesPerRequest" option for details.'}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant