We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
plexanisync | 2023-04-02 17:42:18 [PLEX] Error occured during episode processing of show <Movie:203155:X-Men:-First-Class> plexanisync | Traceback (most recent call last): plexanisync | File "/plexanisync/plexanisync/plexmodule.py", line 252, in get_watched_shows plexanisync | rating = int(show.userRating * 10) plexanisync | ~~~~~~~~~~~~~~~~^~~~
Seeing this error for every Movie in my library. Running latest docker version with the following compose:
version: "3.4" services: plexanisync: container_name: plexanisync image: rickdb/plexanisync:latest environment: - ANI_TOKEN=aaaaaaa - ANI_USERNAME=icco - INTERVAL=3600 - PGID=100 - PLEX_SECTION=TV|Movies - PLEX_TOKEN=aaaaaaaa - PLEX_URL=http://192.168.1.10:32400 - PUID=1000 - TZ=America/New_York - UMASK=000 - SYNC_RATINGS=true restart: unless-stopped logging: driver: json-file network_mode: host volumes: - '/etc/localtime:/etc/localtime:ro' - './plexanisync/custom_mappings.yaml:/plexanisync/custom_mappings.yaml'
The text was updated successfully, but these errors were encountered:
Fix sync_ratings for movies #191
cb0399a
Fixed in the master tag in about 15 minutes.
master
I'll publish a new latest version after researching a bug reported on Discord regarding split seasons.
latest
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Seeing this error for every Movie in my library. Running latest docker version with the following compose:
The text was updated successfully, but these errors were encountered: