Hey all,
Using the same settings I had before the last update or two, it looked like Seerr was not syncing the download status of my videos correctly. After observation, it appeared as though it was updating over night, but not minute to minute like before.
Dove into the logs, and it looks like the recent activity job that fires every 5 minutes is getting a 404. My overnight job and manually firing a full sync both seem to succeed.
Seerr is running through docker with jellyfin in the same docker bridge.
Configuration attached. Just using the container name to reach out to the Jellyfin container directly. Same setup correctly reaches Sonarr/Radarr by container name over the bridge.
Errors every 5 minutes:
2026-04-10T21:20:00.019Z [error][Jellyfin API]: Something went wrong while getting library content from the Jellyfin server: Request failed with status code 404{"error":404}
2026-04-10T21:20:00.019Z [error][Jellyfin Sync]: Sync interrupted{"errorMessage":""}
Let me know if you need additional information, and I'll be happy to provide! Sorry if I missed a resolved issue, I tried searching here and GitHub, but I did not see this one.