@ChuckPa Here are the downloaded logs. Not sure what to do to actually get things playing.Plex Media Server Logs_2021-08-08_18-27-28.zip (5.8 MB)
What you did here is perfect. I see the problem immediately.
Linux allows up to 8192 directories to be watched by default.
I presume you had previously customized the Notify table under DSM 6 to make everything work.
What you probably don’t realize is that when DSM 7 installed, the entire operating system was overwritten
Aug 08, 2021 16:18:07.534 [0x7fc84046db38] DEBUG - [Notify] Now watching "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 3/Biographies/Joss Whedon"
Aug 08, 2021 16:18:07.534 [0x7fc84046db38] DEBUG - [Notify] Now watching "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 3/Biographies/Nicholas Brendon"
Aug 08, 2021 16:18:07.535 [0x7fc84046db38] DEBUG - [Notify] Now watching "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/The Chosen Collection - Bonus Disc"
Aug 08, 2021 16:18:07.554 [0x7fc84046db38] DEBUG - [Notify] Now watching "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 4"
Aug 08, 2021 16:18:07.554 [0x7fc84046db38] DEBUG - [Notify] Now watching "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 4/Featurettes"
Aug 08, 2021 16:18:07.555 [0x7fc84046db38] DEBUG - [Notify] Now watching "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 4/Original Scripts"
Aug 08, 2021 16:18:07.555 [0x7fc84046db38] DEBUG - [Notify] Now watching "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 4/Still Gallery"
Aug 08, 2021 16:18:07.564 [0x7fc84046db38] DEBUG - [Notify] Now watching "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 4/Biographies"
Aug 08, 2021 16:18:07.565 [0x7fc84046db38] ERROR - [Notify] Failed to add watch for "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 4/Biographies/James Marsters" (28: No space left on device)
Aug 08, 2021 16:18:07.565 [0x7fc84046db38] ERROR - [Notify] Failed to add watch for "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 4/Biographies/Emma Caulfield" (28: No space left on device)
Aug 08, 2021 16:18:07.572 [0x7fc84046db38] ERROR - [Notify] Failed to add watch for "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 4/Biographies/Marc Blucas" (28: No space left on device)
Aug 08, 2021 16:18:07.572 [0x7fc84046db38] ERROR - [Notify] Failed to add watch for "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 4/Biographies/Sarah Michelle Gellar" (28: No space left on device)
Aug 08, 2021 16:18:07.573 [0x7fc84046db38] ERROR - [Notify] Failed to add watch for "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 4/Biographies/Amber Benson" (28: No space left on device)
Aug 08, 2021 16:18:07.573 [0x7fc84046db38] ERROR - [Notify] Failed to add watch for "/volume1/video/TV Shows/Buffy The Vampire Slayer/Extras/Season 4/Biographies/Anthony Stewart Head" (28: No space left on device)
All you need to do is reapply that customization and increase the notify table size again then restart Plex.
How do I do that exactly?
Also applicable to DSM 7
I’m getting similar error messages, though it isn’t interfering with playback. I just increased my number of watched folders and it’s still happening. What I do notice is the folders throwing the error:
-All exist on an USB HDD I plugged into my Synology NAS (that I confirmed does have 280+GB free space)
-Are all empty folders
Could this be a “bad handling of empty folders” bug masquerading as an I/O error?
I need DEBUG log files which capture the issues.
Where is the transcoder temp directory set?
That space matters
I’ll get you the logs. The settings field for transcoder temp is null, I guess it’s using some default location?
EDIT: here’s the logs. ty in advance
Plex Media Server Logs_2021-09-20_17-28-17.zip (4.3 MB)
Hmm. I did that earlier but I am still getting the error. I just upped it to 4x that multiple, I’ll see if that does the job.
Ran this script:
'# Remove any previous s2s_watches_max entries (avoid clutter)
sed -i ‘s/^s2s_watches_max=.$//’ /etc/synoinfo.conf
sed -i 's/^s2s_watches_max=.$//’ /etc.defaults/synoinfo.conf'# This is an example only. Use your actual result below to add the new value
echo ‘s2s_watches_max=131072’ >> /etc/synoinfo.conf
echo ‘s2s_watches_max=131072’ >> /etc.defaults/synoinfo.conf
And restarted the entire nas. Still getting the errors. If that’s the issue, the fix doesn’t seem to be working. Again, I notice all the errors only apply to empty folders on that USB-mounted external drive.
Plex Media Server Logs_2021-09-20_18-33-54.zip (3.5 MB)
They’re pre-allocated by Sonarr for shows it hasn’t found yet/haven’t come out yet, but that’s not the point here. I would think Plex shouldn’t be raising errors over them, especially since the error is related to another known issue.
They will eventually need to be in Plex. I have “scan when changes detected” OFF, the api just gets pinged when sonarr completes a migration into the folder. Regardless, this error is still a potential false positive/nuisance and it would be good to get a solid word on “no it’s not an actual error” or “here’s how to fix it”
I don’t get it… whether a file is moved into the folder manually, by DSM task scheduler or sonarr/radarr, what’s the difference? It’s still a change to a folder.
Are you saying that turning off periodic scanning and “Scan my library automatically/Run a partial scan when changes are detected” still results in Plex repeatedly scanning the folder?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.