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

"Anime not found" message upon requesting the episodes info of any anime using "/meta/anilist/episodes/{animeID}?provider=gogoanime&dub=false" #643

Open
ProudlyTM opened this issue Nov 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ProudlyTM
Copy link

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

  1. Set up a local docker instance: docker run -p 3000:3000 --name=consumet-api riimuru/consumet-api
  2. Make an example request: http://127.0.0.1:3000/meta/anilist/episodes/163134?provider=gogoanime&dub=false
  3. 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.

@ProudlyTM ProudlyTM added the bug Something isn't working label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant