7 hours ago
Spotted this error in the logs
Implementations.IO.LibraryMonitor: Error in Directory watcher for: "/Tv/Tv"
System.IO.IOException: The configured user limit (8192) on the number of inotify watches has been reached, or the operating system failed to allocate a required resource.
I had to increase the Max user watches from 8192 using SSH, and then set up a scheduled task to ensure it doesn't go back to the default after a reboot. Now appears to be working.
Implementations.IO.LibraryMonitor: Error in Directory watcher for: "/Tv/Tv"
System.IO.IOException: The configured user limit (8192) on the number of inotify watches has been reached, or the operating system failed to allocate a required resource.
I had to increase the Max user watches from 8192 using SSH, and then set up a scheduled task to ensure it doesn't go back to the default after a reboot. Now appears to be working.