mynttt / UpdateTool

A tool to update the IMDB ratings for Plex libraries that contain movies/series and use the IMDB agent to receive ratings
GNU General Public License v3.0
250 stars 12 forks source link

IMDB item appears to not be allowed to be rated by anyone. #87

Closed BaukeZwart closed 2 years ago

BaukeZwart commented 2 years ago

Any idea why I'm seeing this in the log? When I go to the show and episodes on the IMDB website they are all rated.

today at 04:30:31[INFO ] - 2022-02-05 03:30:31 @ ImdbScraper.scrape: IMDB item with id tt13072928 appears to not be allowed to be rated by anyone (on the IMDB website). Ignoring for 90 day(s).
today at 04:30:33[INFO ] - 2022-02-05 03:30:33 @ ImdbScraper.scrape: IMDB item with id tt12026710 appears to not be allowed to be rated by anyone (on the IMDB website). Ignoring for 90 day(s).
today at 04:30:35[INFO ] - 2022-02-05 03:30:35 @ ImdbScraper.scrape: IMDB item with id tt13922648 appears to not be allowed to be rated by anyone (on the IMDB website). Ignoring for 90 day(s).
mynttt commented 2 years ago

Looks like IMDB changed their website layout and the scraper is unable to extract the rating because of that. Needs to be fixed to work again. I'll look into it over the next days.

mynttt commented 2 years ago

It was just a small fix at the end. I've published the update - docker image should be up in a few minutes. Thanks for reporting this issue!

BaukeZwart commented 2 years ago

Thanks for the fix.