KonradIT / goprowifihack

Unofficial GoPro WiFi API Documentation - HTTP GET requests for commands, status, livestreaming and media query.
Apache License 2.0
2.12k stars 335 forks source link

500 Internal Server Error #184

Closed MaxwellNewberry closed 4 years ago

MaxwellNewberry commented 4 years ago

Problem: Sending a request to http://10.5.5.9/gp/gpControl/command/shutter?p=1 on a HERO BLACK 7 returns a 500 internal server error.

Details: I am able to switch modes, but when I direct it to take a picture, the response is as follows:

{
"version": "6.00",
"path_info": "command/shutter",
"query_string": "p=1",
"error_code": -3,
"error_message": "500 Internal Server Error",
"function": "gpcontrol_cgi_handler",
"line": 190
}

I believe it has something to do with my intel network interface - it does not happen with my broadband interface card.