-
Notifications
You must be signed in to change notification settings - Fork 4
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
IMDbDataAccessError #21
Comments
This error occurs with the most recent version of Cinemagoer I've pushed some code to allow for manually enter imdb id in cases when search fails to retrive proper results. |
Could use just tmdb id. Use TheMovieDB to look up an IMDb id given tmdb id. |
I was worried about the chance of a movie not being in the tmdb database, but being in imdb. That might not be a common occurrence though, I've only notice one movie so far from my testing with that issue. I think in those cases the user would just have to enter the imdb id directly. This would solve other issues I notice though with trying to use Cinemagoer for search/matching |
I'm planning on using tmdb as suggested by @werrpy The file movieData were most of the changes for this would be. It is kind of a mess, so I will have to take some time to evaluate things, and revamp the docstrings. Before merging |
imdb._exceptions.IMDbDataAccessError: {'errcode': None, 'errmsg': 'None', 'url':
'https://www.imdb.com/find?q=The+Christmas+Candle&s=tt', 'proxy': '', 'exception type': 'IOError', 'original exception': <HTTPError
308: 'Permanent Redirect'>}
{'errcode': None, 'errmsg': 'None', 'url': 'https://www.imdb.com/find?q=The+Christmas+Candle&s=tt', 'proxy': '', 'exception type':
'IOError', 'original exception': <HTTPError 308: 'Permanent Redirect'>}
The text was updated successfully, but these errors were encountered: