DSLR Camera Error with octolapse

Camera model
Nikon DX
What is the problem?
Its taking pictures properly but showing that there are errors with my script.
What did you already try to solve it?
Updated gphoto2
Logs (/var/log/webcamd.log, syslog, dmesg, ... no logs, no support)
plugin_octolapse.log (2.2 KB)
Additional information about your setup (OctoPrint version, OctoPi version, ...)

So just to follow up here. I have it up and running and it is taking pictures properly. But octoprint keeps throwing script errors at me. Im not sure if it has to do with sudo permissions but it is allowing it to take the picture just fine so I am unsure.

I followed this guide..

When you run the script manually from the command line, make sure there are no errors there.

To test the exit code, you can do something like this:

> echo Hello
Hello
> echo $?
0

If the code is not 0, then it is treated as an error.

Obviously, substitute your script instead of the echo Hello :slight_smile: