2024-09-15, 01:45 AM
I am running Jellyfin in Docker following the "latest" tag (currently 10.9.11). As of this evening, all of my media libraries have stopped being able to refresh. I enabled debug logging per the instructions (https://jellyfin.org/docs/general/admini...eshooting/), but even then, there are no logs corresponding to the "refresh metadata" request. (I was following the logs with
I have a reasonable about of JS experience, but not with Jellyfin's tech stack. If somebody could point me to sourcemaps for this version of Jellyfin I may be able to get more information out of that console error. Otherwise any help to determine what could be causing this would be appreciated.
docker logs -f
and nothing was logged when the button was pressed). I attempted to revert to a previously working version (10.9.9) and saw the same issue. I removed the most recent files I added and still the same issue. I'm not sure where else to look to troubleshoot this. The only clue I have is a Devtools JS Console error that consistently appears each time the "Refresh" button is pressed which I have attached a screenshot of. The screenshot was taken in Firefox 129, but the same behavior appears in the Android app (version 2.6.2 if I'm looking correctly). The actual observed behavior in either is pressing the "Refresh" button, then the loading spinner appearing indefinitely rather than the "Refresh Metadata" popup closing and the refresh starting as expected.I have a reasonable about of JS experience, but not with Jellyfin's tech stack. If somebody could point me to sourcemaps for this version of Jellyfin I may be able to get more information out of that console error. Otherwise any help to determine what could be causing this would be appreciated.