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
It seems, when executed from another directory, the script can not find the config file. I run it from crontab with absolute path to the script. At the moment I first have to change into the directory where CameraEvents.py is located and then I can start it.
Another finding is, that I can not stop the running script with CTRL+C. I have to kill it from the shell.
The script is quite useful. Thanks for creating it.
The text was updated successfully, but these errors were encountered:
It looks for configs in filename = {"config.ini","conf/config.ini"}
If you wanted to you could update (or add) to the filename dictionary your location. If that's a bit painful, we could add the config filename as an execution argument.
I run in Docker, so it's not an issue for me I've come across
It seems, when executed from another directory, the script can not find the config file. I run it from crontab with absolute path to the script. At the moment I first have to change into the directory where CameraEvents.py is located and then I can start it.
Another finding is, that I can not stop the running script with CTRL+C. I have to kill it from the shell.
The script is quite useful. Thanks for creating it.
The text was updated successfully, but these errors were encountered: