By default the exception OSError: [Errno 28] No space left on device is thrown. This is somewhat irritating and even though a FAQ entry exists in the Synoindex Watcher Readme, the program itself should also print a better message.
Since this seems to be a common problem, the message should explain the error and show ways how to fix the problem. Maybe even a --fix-max-user-watches argument or similar could make sense.
By default the exception
OSError: [Errno 28] No space left on device
is thrown. This is somewhat irritating and even though a FAQ entry exists in the Synoindex Watcher Readme, the program itself should also print a better message.Since this seems to be a common problem, the message should explain the error and show ways how to fix the problem. Maybe even a
--fix-max-user-watches
argument or similar could make sense.