-
Notifications
You must be signed in to change notification settings - Fork 235
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
Unexpected API Response: Internal Server Error #523
Labels
bug
Something isn't working
Comments
ICEPrey
added a commit
to ICEPrey/consumet.ts
that referenced
this issue
Apr 27, 2024
ICEPrey
added a commit
to ICEPrey/consumet.ts
that referenced
this issue
May 17, 2024
riimuru
pushed a commit
that referenced
this issue
May 20, 2024
* fix(tmdb): issue #523 allows a broader range of totalSeasons values * refactor(test): fix test file * chore(package): remove unused test scripts
This was referenced Sep 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Unexpected tmdb/info response
Steps to reproduce
Make a request to the API endpoint ${url}/meta/tmdb/info/85937?type=tv
Expected behavior
The API should return detailed information about the TV show Demon Slayer including its title, description, genres, episodes, ratings, and other relevant data.
Actual behavior
The API returns an error response with the following details:
{
"statusCode": 500,
"error": "Internal Server Error",
"message": "Cannot read properties of undefined (reading 'startsWith')"
}
Additional context
This error is only happening with Demon Slayer.
The text was updated successfully, but these errors were encountered: