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

wifi_command_zoom.py: missing '/' before 'gopro/camera/...' #45

Closed
TadayukiOkada opened this issue Aug 31, 2021 · 1 comment
Closed
Assignees
Labels
bug Something isn't working tutorials Relating to tutorials

Comments

@TadayukiOkada
Copy link

url = GOPRO_BASE_URL + f"gopro/camera/digital_zoom?percent={zoom}"

'/' is missing before 'gopro', so it errors out with: Failed to parse: http://10.5.5.9:8080gopro/camera/digital_zoom?percent=50

@tcamise-gpsw tcamise-gpsw self-assigned this Sep 1, 2021
@tcamise-gpsw tcamise-gpsw added bug Something isn't working tutorials Relating to tutorials labels Sep 1, 2021
@tcamise-gpsw
Copy link
Collaborator

This is fixed as of the 2.0 tag (i.e. latest main).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tutorials Relating to tutorials
Projects
None yet
Development

No branches or pull requests

2 participants