Camera model
Panasonic Lumix GX80 (DSLR)
What is the problem?
Give me Error but it connect and work (so the Problem is that I can´t start a print because the Error message)
Logs
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to 192.168.54.1 port 80: Network is unreachable
2020-09-27 19:18:57,008 - octolapse.script - ERROR - Error output (stderr) for 'New Camera - After Print Camera Script':
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
Additional information about your setup
Octoprint 1.4.2
Octolapse v0.4.0
Raspberry PI 3 B+
I use 2 Scripts
This to connect to the Camera ( I enter that by Octolapse -> Cameras -> Before Print Start Script)
#!/bin/sh
curl -X Get -G http://192.168.54.1//cam.cgi?mode=setsetting
-d type=device_name
-d value=SM-G903F \
sleep 1
curl -X Get -G http://192.168.54.1//cam.cgi?mode=accctrl
-d type=req_acc
-d value=4D454930-0100-1000-8001-024500021C98
-d value2=SM-G903 \
sleep 1
curl -X Get -G http://192.168.54.1//cam.cgi?mode=setsetting
-d type=device_name
-d value=SM-G903F \
And this to make a photo ( I enter that by Octolapse -> Cameras -> Before Snapshot Script)
#!/bin/sh
curl -X Get -G http://192.168.54.1/cam.cgi?mode=camcmd
-d value=capture \
Both work it connect and make a Picture when I click on "Test Script".
It take a Photo but give me the Error
Hope someone can Help me