'Telegram Python bot unable to fetch TheMovieDB metadata for tv shows

I am unable to fetch TV shows meta information from TheMovieDB.

Tvseries module: https://codeshare.io/4eplEj Tvseries module's strings: https://codeshare.io/gLNq3D

It does work and there are no errors, but it is not able to fetch metadata, such as seasons and episodes as I specified in the strings.

metadata is missing

Notably, the same code works for movies properly, but it is not working for TV shows and I don't understand why.

To be clear, I am expecting results similar to the below screenshot:

metadata loads for movies, but not for TV shows



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source