JellyJams appears incompatible with Jellyfin 10.11.7 when fetching audio items.
Setup:
- JellyJams latest Docker image on Unraid
- Jellyfin 10.11.7
- JellyJams connects successfully to Jellyfin over LAN
- Generation hangs at:
Fetching audio items from Jellyfin...
Jellyfin debug logs show these errors when JellyJams runs:
ProductionYear is not a valid value for ItemFields
Artists is not a valid value for ItemFields
RunTimeTicks is not a valid value for ItemFields
The failing request appears to be:
/Items?IncludeItemTypes=Audio&Recursive=true&Fields=Path,Genres,ProductionYear,Artists,RunTimeTicks,DateCreated&SortBy=SortName&SortOrder=Ascending
This suggests JellyJams is sending unsupported Fields values to Jellyfin 10.11.7.
JellyJams appears incompatible with Jellyfin 10.11.7 when fetching audio items.
Setup:
Fetching audio items from Jellyfin...Jellyfin debug logs show these errors when JellyJams runs:
ProductionYear is not a valid value for ItemFieldsArtists is not a valid value for ItemFieldsRunTimeTicks is not a valid value for ItemFieldsThe failing request appears to be:
/Items?IncludeItemTypes=Audio&Recursive=true&Fields=Path,Genres,ProductionYear,Artists,RunTimeTicks,DateCreated&SortBy=SortName&SortOrder=AscendingThis suggests JellyJams is sending unsupported
Fieldsvalues to Jellyfin 10.11.7.