tmdbv3api icon indicating copy to clipboard operation
tmdbv3api copied to clipboard

All episode details return error

Open Impre-visible opened this issue 3 years ago • 0 comments

for example I tried that :

showEpisode = Episode()
episodeInfo = showEpisode.details("71728", "1", "19")

and it return me an error, but when i go to : https://api.themoviedb.org/3/tv/71728/season/1/episode/19?api_key={api_key}&language=fr&page=1 it work, what's happening, did I do to many requests ?

Impre-visible avatar Sep 27 '22 16:09 Impre-visible