Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media list request over WiFi intermittently returns HTTP 404 #592

Open
mmarich opened this issue Sep 9, 2024 · 0 comments
Open

Media list request over WiFi intermittently returns HTTP 404 #592

mmarich opened this issue Sep 9, 2024 · 0 comments
Labels
bug Something isn't working triage Needs to be reviewed and assigned

Comments

@mmarich
Copy link

mmarich commented Sep 9, 2024

Component
What is the bug in?

  • HTTP API over WiFi (under BLE control)
  • Media functions

Describe the bug
This is an intermittent issue affecting a Hero10 camera, and I'm looking for some additional guidance on the possible causes in case it is something that I can do on my end to mitigate this. I believe that I have all of the necessary status checks in place.

To Reproduce
This can not be reproduced on a consistent basis, but when it does occur, it seems that the only way to resolve it is to remove the battery from the camera and reboot it.

  1. Connect to and control camera over BLE.
  2. Enable camera WiFi radio over BLE.
  3. Establish Wi-Fi connection with camera.
  4. Wait for camera status update until system is ready, system is not busy, system is not encoding, and SD card is ready.
  5. Request the current media list @ HTTP GET http://10.5.5.9:8080/gopro/media/list
  6. Above request returns HTTP 404. All subsequent requests result in an HTTP 404 as well until camera is rebooted.

Expected behavior
If there is an underlying problem preventing the media list from being returned, then the cause should be made known with an appropriate error code or message.

Hardware
Camera: Hero10
Camera info: H21.01.01.62.00
Model version: 21.1 FW version: 1.62.0
Client: Android 14 (SM-S918U1)

@mmarich mmarich added the bug Something isn't working label Sep 9, 2024
@github-actions github-actions bot added the triage Needs to be reviewed and assigned label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Needs to be reviewed and assigned
Projects
None yet
Development

No branches or pull requests

1 participant