You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trollmoves Server (move_it_server.py) should crash if the followed data directory (origin in config) doesn't exist. At the moment only ERROR pyinotify] add_watch: cannot watch /path/to/dir WD=-1, Errno=No such file or directory (ENOENT) is logged and the process hangs. If the directory is created without a restart, the process doesn't notice it.
Describe the bug
Trollmoves Server (
move_it_server.py
) should crash if the followed data directory (origin
in config) doesn't exist. At the moment onlyERROR pyinotify] add_watch: cannot watch /path/to/dir WD=-1, Errno=No such file or directory (ENOENT)
is logged and the process hangs. If the directory is created without a restart, the process doesn't notice it.To Reproduce
Create a
test.ini
file:Start Trollmoves Server:
Expected behavior
The process should crash so that the problem would be evident ASAP.
Actual results
Environment Info:
The text was updated successfully, but these errors were encountered: