You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i copied the python exemple but it returned an error
importrequests# 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.'}
The text was updated successfully, but these errors were encountered:
i copied the python exemple but it returned an error
The text was updated successfully, but these errors were encountered: