Skip to content
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

Adding ratings on IMDB isn't working #99

Open
1 task done
2fersen opened this issue Jun 18, 2024 · 6 comments · Fixed by #139
Open
1 task done

Adding ratings on IMDB isn't working #99

2fersen opened this issue Jun 18, 2024 · 6 comments · Fixed by #139

Comments

@2fersen
Copy link

2fersen commented Jun 18, 2024

Is there already an issue for your problem?

  • I have checked older issues, open and closed

Bug Description

Seems like the button for adding the reviews isn't working on imdb.

My whole log looks like this:

 - Rating movie: (17 of 113) The Hunger Games: The Ballad of Songbirds & Snakes (2023): 10/10 on IMDB
   - Failed to rate movie: (17 of 113) The Hunger Games: The Ballad of Songbirds & Snakes (2023): 10/10 on IMDB (tt10545296)
 - Rating show: (18 of 113) His Dark Materials (2019): 4/10 on IMDB
   - Failed to rate show: (18 of 113) His Dark Materials (2019): 4/10 on IMDB (tt5607976)
 - Rating show: (19 of 113) Castle Rock (2018): 6/10 on IMDB
   - Failed to rate show: (19 of 113) Castle Rock (2018): 6/10 on IMDB (tt6548228)
 - Rating show: (20 of 113) American Horror Stories (2021): 7/10 on IMDB
   - Failed to rate show: (20 of 113) American Horror Stories (2021): 7/10 on IMDB (tt12306692)
 - Rating show: (21 of 113) The Handmaid's Tale (2017): 10/10 on IMDB

I also tryed manually clicking on the rating so the button comes avaible to click, but its still not working.

Environment

Windows 10

Install and starting via cloning the project and starting via PyCharm

Screenshots

imdb

@RileyXX
Copy link
Owner

RileyXX commented Dec 13, 2024

Hi sorry for the late response are you still having this issue in the latest version?

@mcmcc1
Copy link

mcmcc1 commented Jan 11, 2025

Hi sorry for the late response are you still having this issue in the latest version?

I installed today and having this issue with the currect version.

@RileyXX RileyXX changed the title Adding reviews on IMDB isn't working Adding ratings on IMDB isn't working Jan 16, 2025
@RileyXX
Copy link
Owner

RileyXX commented Jan 16, 2025

I installed today and having this issue with the currect version.

@mcmcc1 Can you clarify if you are having issues with ratings or reviews? There was a bug when submitting reviews on IMDB that should be fixed in latest version. OP looks to be having issues when rating items on IMDB..

If you are having the same problem, please provide any relevant error log output, and check log.txt for any relevant error logs to include as well, this will help me troubleshoot what exactly is happening.

@mcmcc1
Copy link

mcmcc1 commented Jan 17, 2025

I installed today and having this issue with the currect version.

@mcmcc1 Can you clarify if you are having issues with ratings or reviews? There was a bug when submitting reviews on IMDB that should be fixed in latest version. OP looks to be having issues when rating items on IMDB..

If you are having the same problem, please provide any relevant error log output, and check log.txt for any relevant error logs to include as well, this will help me troubleshoot what exactly is happening.

@RileyXX - The new version of the software works just fine. Thank you!

@RileyXX
Copy link
Owner

RileyXX commented Jan 17, 2025

@RileyXX - The new version of the software works just fine. Thank you!

Thanks for confirming.

@RileyXX
Copy link
Owner

RileyXX commented Jan 17, 2025

I think there is an issue with some items where, the IMDB ID is changed, and then Trakt IMDB is outdated with the old IMDB. This causes the script to attempt to rate outdated IMDB items. This could be part of the issue OP is describing.

Essentially the script right now tries to rate outdated items from Trakt on IMDB, then it is redirecting to the new IMDB ID which are already rated causing the Failed to rate error to appear.

I think I might also add some more verification checks after submitting a a rating to confirm whether the rating has actually been successfully updated. Improve the ratings logic to filter out items with the same Title, Year and Type, but have mismatching IMDB IDs, to avoid trying to rate outdated items in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants