You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR]: Jellyfin: Failed to get watched, Error: Conflicting values for subkey 'Live TV' under key 'jellyfin_user'
[ERROR]: Conflicting values for subkey 'Live TV' under key 'jellyfin_user'
[ERROR]: Traceback (most recent call last):
File "/app/src/jellyfin.py", line 542, in get_watched
user_watched_combine = combine_watched_dicts(user_watched)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/src/watched.py", line 25, in combine_watched_dicts
raise ValueError(
ValueError: Conflicting values for subkey 'Live TV' under key 'jellyfin_user'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/src/main.py", line 394, in main
main_loop()
File "/app/src/main.py", line 336, in main_loop
server_2_watched = get_server_watched(
^^^^^^^^^^^^^^^^^^^
File "/app/src/main.py", line 185, in get_server_watched
return server_connection[1].get_watched(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/src/jellyfin.py", line 551, in get_watched
raise Exception(e)
Exception: Conflicting values for subkey 'Live TV' under key 'jellyfin_user'
Type:
Docker Compose
Docker
Unraid
Native
The text was updated successfully, but these errors were encountered:
Interesting i thought i had gotten around this by excluding the type that they use for live tv. I dont have a live tv library though so i was never really able to test it.
Describe the bug
Process fails out with error
To Reproduce
Run sync with Live TV Enabled
Expected behavior
Sync to work
Logs
Docker Compose
Relevant Logs
Type:
The text was updated successfully, but these errors were encountered: