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

Stack trace in latest version #191

Closed
icco opened this issue Apr 2, 2023 · 1 comment
Closed

Stack trace in latest version #191

icco opened this issue Apr 2, 2023 · 1 comment

Comments

@icco
Copy link

icco commented Apr 2, 2023

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'
@reconman
Copy link
Collaborator

reconman commented Apr 2, 2023

Fixed in the master tag in about 15 minutes.

I'll publish a new latest version after researching a bug reported on Discord regarding split seasons.

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

Successfully merging a pull request may close this issue.

2 participants