Scanner error tips?

Server Version#: 1.18.4.2171

Found a Debian cloud service to host Plex and using GDrive as media storage. Had the TV section index fine for the first few weeks but now the scanner chokes on something. I’ve been digging through the logs but not certain what I should be filtering for other than the “TV” and “Error”. Not a novice but can’t seem to find what is causing the problem. Any tips on what I should be looking for?

Seeing the error message & DEBUG logs ZIP would help diagnose and mitigate a lot easier :wink:

First tip at reading logs. Turn VERBOSE off again (we have it off by default to avoid flooding the logs with useless information while maximizing the capture duration). Logs have a fixed size of 10 MB.

Please make the change, restart PMS, and regenerate the error activity?

I’ll show you what I find (copy/paste the records here in my reply)

First step at reading logs: Plex Media Server.log

This error occupies the vast majority of your logs.

  • You have more than 8192 directories being monitored by Plex (the linux default table size is 8192)
device)
Mar 25, 2020 16:36:11.241 [0x7f1d0592c700] ERROR - [Notify] Failed to add watch for "/home28/bingolouis/MergerFS/Pretty/movies/13 Assassins (2010)" (28: No space left on device)
Mar 25, 2020 16:36:11.242 [0x7f1d0592c700] ERROR - [Notify] Failed to add watch for "/home28/bingolouis/MergerFS/Pretty/movies/13 Ghosts (1960)" (28: No space left on device)
Mar 25, 2020 16:36:11.242 [0x7f1d0592c700] ERROR - [Notify] Failed to add watch for "/home28/bingolouis/MergerFS/Pretty/movies/13th (2016)" (28: No space left on device)
Mar 25, 2020 16:36:11.243 [0x7f1d0592c700] ERROR - [Notify] Failed to add watch for "/home28/bingolouis/MergerFS/Pretty/movies/1776 (1972)" (28: No space left on device)
Mar 25, 2020 16:36:11.244 [0x7f1d0592c700] ERROR - [Notify] Failed to add watch for "/home28/bingolouis/MergerFS/Pretty/movies/18 Again! (1988)" (28: No space left on device)
Mar 25, 2020 16:36:11.245 [0x7f1d0592c700] ERROR - [Notify] Failed to add watch for "/home28/bingolouis/MergerFS/Pretty/movies/1900 (1976)" (28: No space left on device)
Mar 25, 2020 16:36:11.246 [0x7f1d0592c700] ERROR - [Notify] Failed to add watch for "/home28/bingolouis/MergerFS/Pretty/movies/1917 (2019)" (28: No space left on device)
Mar 25, 2020 16:36:11.246 [0x7f1d0592c700] ERROR - [Notify] Failed to add watch for "/home28/bingolouis/MergerFS/Pretty/movies/1941 (1979)" (28: No space left on device)
Mar 25, 2020 16:36:11.247 [0x7f1d0592c700] ERROR - [Notify] Failed to add watch for "/home28/bingolouis/MergerFS/Pretty/movies/1945 (2017)" (28: No space left on device)
Mar 25, 2020 16:36:11.247 [0x7f1d0592c700] ERROR - [Notify] Failed to add watch for "/home28/bingolouis/MergerFS/Pretty/movies/2 or 3 Things I Know About Her (1967)" (28: No space left on device)

This is important enough to PMS operation, because of how the transcoder works, to fix this first and re-evaluate.

It looks like the bulk of your media (if not all) is in /home28/bingolouis/MergerFS?
If there are more, include them in finding the total number of directories used.

If you need help with this, please don’t hesitate to ask. I’ll help you work out what tuning parameters to give to Linux. I only need to know the total number of diretories in use.

I do not have sudo rights to the server, so will have to put in a support ticket. Teaches me to not organize my collection better. Thanks so much for the help!