-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
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. |
@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! |
Thanks for confirming. |
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 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. |
Is there already an issue for your problem?
Bug Description
Seems like the button for adding the reviews isn't working on imdb.
My whole log looks like this:
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
The text was updated successfully, but these errors were encountered: