0

I've been working with IMDbPy on and off for the last year. For a week now, all of my codes have stopped working and even the simple codes from tutorials don't work. I always get the same error message:

IMDbDataAccessError: {'errcode': None, 'errmsg': 'None', 'url': 'https://www.imdb.com/find?q=matrix&s=tt', 'proxy': '', 'exception type': 'IOError', 'original exception': <HTTPError 308: 'Permanent Redirect'>}

I tried it alternatively with Cinemagoer and get the same error message there too.

Has anyone an idea of ​​the reasons why?

idis
  • 27
  • 4
  • 1
    Cinemagoer is currently broken. Try this library instead (not affiliated): https://pypi.org/project/PyMovieDb/ – WHermann Feb 06 '23 at 23:05
  • Thanks for the info. Is there a more detailed tutorial for PyMovieDb? I can't figure out how to get the filmography on a person. – idis Feb 08 '23 at 10:34
  • Not that I know of. The GitHub page has the same examples. I think your best option is to post an issue there and see if the maintainers reply. – WHermann Feb 09 '23 at 11:11
  • last version works – sound wave Feb 24 '23 at 14:40

1 Answers1

0

update to the latest version of cinemagoer with the following command resolved my issue.

pip install cinemagoer --upgrade
Swannie
  • 71
  • 9