4 hours ago
Hi all,
Whenever I start the server, or whenever Jellyfin decides to scan my media library, it gets stuck on Stack Overflow errors. Here are the logs
My initial suspicion was that my collections library was having some recursive infinite links, I deleted it and the overflow is still happening (that is why you see " Skipping realtime monitor for /config/data/data/collections because the path does not exist ")
Now I suspect that my actual media library might have some of those link, but using a lot of various commands (gotten from various forums and Claude/GPT), still outputs nothing.
Am I on the right track on this? I am not the most experienced on CLI.
Whenever I start the server, or whenever Jellyfin decides to scan my media library, it gets stuck on Stack Overflow errors. Here are the logs
My initial suspicion was that my collections library was having some recursive infinite links, I deleted it and the overflow is still happening (that is why you see " Skipping realtime monitor for /config/data/data/collections because the path does not exist ")
Now I suspect that my actual media library might have some of those link, but using a lot of various commands (gotten from various forums and Claude/GPT), still outputs nothing.
Code:
find . -type d 2>&1 | sort | uniq -d | head -5
Code:
find . -type l -ls
Code:
find -L .
Am I on the right track on this? I am not the most experienced on CLI.