IMDbDataAccessError: IMDbPy and Cinemagoer no longer work

637 Views Asked by At

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?

1

There are 1 best solutions below

0
Swannie On

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

pip install cinemagoer --upgrade