-
Notifications
You must be signed in to change notification settings - Fork 19
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
No results from API #10
Comments
I am having the same issue on pages that exist: IMDB_SEARCH_ID = json.loads(imdb.search('tt13610512', tv=True))
and this is the page: https://www.imdb.com/title/tt13610512/ |
The module picks data from structured data. I have seen a few results on IMDB with wrong-structured data. So the reason behind no output is the wrong/unparsable structred json/ld data of imdb. |
adding to what @itsmehemant7 said: I'm getting the same error so I've been using current use case: sending IMDB movies/tv shows to a Notion database. Anyways, I've isolated one way to find which media works and doesn't: if it has a trailer video. I think this suggests there's something about the page that just loads different metadata which this library can parse. Oppenheimer and Mission Impossible
but I could dig into the differences on the page and try to make |
Hi I'm using this API and different endpoint such as
imdb.get_by_name('House Of The Dragon', tv=True)
, orimdb.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..
The text was updated successfully, but these errors were encountered: