goprowifihack icon indicating copy to clipboard operation
goprowifihack copied to clipboard

Not connecting to Wi-Fi in GoPro 8Black

Open fcaraballo opened this issue 4 years ago • 1 comments

Problem:

Hello, I'm trying to use the endpoint

http://10.5.5.9/gp/gpControl/command/wireless/ssid/select?ssid=WIFI_SSID&auth_type=AUTH_TYPE&pw=SSID_PASSWORD

And I get this error

{
"version": "6.00",
"path_info": "command/wireless/ssid/select",
"query_string": "ssid=XXX-XXXX",
"error_code":-3,
"error_msg": "500 Internal Server Error
",
"function": "gpcontrol_cgi_handler",
"line": 190
}

I've double checked that the SSID and Password are the right ones and the Auth too after doing http://10.5.5.9/gp/gpControl/command/wireless/ssid/scan?p=1 and http://10.5.5.9/gp/gpControl/command/wireless/ssid/list

Can I get some help please?

Details:

  • GoPro Camera(s): 8 Black
  • Firmware Version: HD8.01.02.50.00
  • Steps to reproduce: Connect to GoPro hotspot and hit the endpoint with the valid SSID - AUTH - PW
  • Happens every time? [Y/N]: Y

fcaraballo avatar Dec 20 '20 19:12 fcaraballo

Hi, I got a similar problem.

When I want to start a recording session with

http://xxx.xx.xxx.xx/gp/gpControl/command/shutter?p=1

I get the same error

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

I've connected my camera via the new GoPro connect feature.

Details:

  • GoPro Camera(s): 9 Black
  • Firmware Version: HD9.01.01.50.00
  • Steps to reproduce: Connect camera via GoPro connect/USB and send the http request.
  • Happens every time? [Y/N]: Y

I already found out that this problem is related with the newest GoPro Firmware update from the 17. Dec 2020, because this error occured for the first time after I updated the camera to the latest version. In the previous version everything worked as intended.

So I see that @fcaraballo is also using the latest version of the firmware and I think GoPro messed something up with this new version. I asume that this problem only can be solved by GoPro themself but I am really thankfull for every help we can get.

Edit: I forgot to mention, that start recording also does not work via bluetooth. When I try it via sudo gatttool -t random -b XX:XX:XX:XX:XX:XX --char-write-req -a 0x33 -n 0x03010101 the camera freezes and reboots.

HaberlElectronic-Max avatar Dec 21 '20 07:12 HaberlElectronic-Max