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
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:
The totalSeasons filtering step is where the issue occurs. The log shows that after applying the totalSeasons filter the findMedia.results becomes an empty array.
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: