PyMovieDb
PyMovieDb copied to clipboard
No results from API
Hi I'm using this API and different endpoint such as imdb.get_by_name('House Of The Dragon', tv=True)
, or imdb.get_by_id("tt12593682")
and I have always the result below:
{"status": 404, "message": "No Result Found!", "result_count": 0, "results": []}
I have installed sucessfully and followed all the steps..