luigi311 / JellyPlex-Watched

Sync watched between jellyfin and plex locally
GNU General Public License v3.0
392 stars 19 forks source link

[BUG] JellyPlex does not complete #89

Closed realjohimself closed 1 year ago

realjohimself commented 1 year ago

Describe the bug Jellyplex does not complete the process. It marks movies successfully and starts on the TV library. It gets through A-D in the list and then errors out. The same error with debug and info log levels.

[ERROR]: Traceback (most recent call last): [ERROR]: Jellyfin: Error updating watched for johimself in library TV, 'imdb' File "/app/src/jellyfin.py", line 739, in update_user_watched in episode[ ^^^^^^^^ KeyError: 'imdb' Average time: 87.78911246974894 Looping in 3600.0

To Reproduce Steps to reproduce the behavior:

  1. Start container
  2. View logs

Expected behavior Expect the process to complete for all items in the library

Logs [ERROR]: Traceback (most recent call last): [ERROR]: Jellyfin: Error updating watched for johimself in library TV, 'imdb' File "/app/src/jellyfin.py", line 739, in update_user_watched in episode[ ^^^^^^^^ KeyError: 'imdb' Average time: 87.78911246974894 Looping in 3600.0

Type:

luigi311 commented 1 year ago

Can you try the dev branch and see if it solves it for you?

realjohimself commented 1 year ago

Yes! Works perfectly, thank you very much :)