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
Requesting the episodes info of any anime using "/meta/anilist/episodes/{animeID}?provider=gogoanime&dub=false" always fails with the message "Anime not found", even though the provided AniList ID is valid every time when performing a request.
Steps to reproduce
Set up a local docker instance: docker run -p 3000:3000 --name=consumet-api riimuru/consumet-api
Make an example request: http://127.0.0.1:3000/meta/anilist/episodes/163134?provider=gogoanime&dub=false
Get message "Anime not found" / error 404.
Expected behavior
The API should return the episodes info of the requested anime using its AniList ID and additional parameters.
Actual behavior
The API returns message "Anime not found" / error 404 upon requesting the episodes info of any anime using its valid AniList ID.
Additional context
The parameters after the anime's AniList ID do not seem to affect the request's outcome.
The text was updated successfully, but these errors were encountered:
Describe the bug
Requesting the episodes info of any anime using "/meta/anilist/episodes/{animeID}?provider=gogoanime&dub=false" always fails with the message "Anime not found", even though the provided AniList ID is valid every time when performing a request.
Steps to reproduce
docker run -p 3000:3000 --name=consumet-api riimuru/consumet-api
http://127.0.0.1:3000/meta/anilist/episodes/163134?provider=gogoanime&dub=false
Expected behavior
The API should return the episodes info of the requested anime using its AniList ID and additional parameters.
Actual behavior
The API returns message "Anime not found" / error 404 upon requesting the episodes info of any anime using its valid AniList ID.
Additional context
The parameters after the anime's AniList ID do not seem to affect the request's outcome.
The text was updated successfully, but these errors were encountered: