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

running gopro-photo #548

Closed
maccardo opened this issue May 15, 2024 · 3 comments
Closed

running gopro-photo #548

maccardo opened this issue May 15, 2024 · 3 comments
Labels
feedback requested Further information is requested question A discussion / question. Not sure if bug or enhancement. Stale

Comments

@maccardo
Copy link

I just installed the latest open-gopro from pipy (v0.16.1)
I also installed the gui demos.
I went to run the example gopro-photo and it returned an error.
I ran it as follows, with error.
D:\OpenGoPro>gopro-photo
INFO 13:10:10.391 Scanning for GoPro [A-Z0-9]{4} bluetooth devices... bleak_wrapper.py:120
INFO 13:10:14.879 Discovered: F4:76:4C:EB:72:D3: GoPro 7501 bleak_wrapper.py:133
INFO 13:10:14.884 Found 1 matching devices. bleak_wrapper.py:146
INFO 13:10:14.886 Establishing the BLE connection client.py:106
INFO 13:10:14.888 Establishing BLE connection to F4:76:4C:EB:72:D3: GoPro 7501... bleak_wrapper.py:213
INFO 13:10:17.230 Discovering characteristics... bleak_wrapper.py:358
ERROR 13:10:17.657 Error while opening: Could not read Descriptor value for 0032: Protocol Error 0x05: Insufficient Authentication gopro_wireless.py:316
INFO 13:10:17.744 Terminating the BLE connection client.py:130
INFO 13:10:17.746 Disconnecting... bleak_wrapper.py:413
INFO 13:10:20.962 Device disconnected! bleak_wrapper.py:416
ERROR 13:10:20.964 BleakError('Could not read Descriptor value for 0032: Protocol Error 0x05: Insufficient Authentication') photo.py:51
D:\OpenGoPro>

Why am I getting insufficient authentication.

Marco

@maccardo maccardo added the bug Something isn't working label May 15, 2024
@github-actions github-actions bot added the triage Needs to be reviewed and assigned label May 15, 2024
@tcamise-gpsw
Copy link
Collaborator

The Bleak Python interface is not very robust so depending on when / if you reset either device you can run into these types of issues. If you start with a fresh connection state as described below, everything should work:

Reset the camera by choosing Connections –> Reset Connections
Use your OS’s bluetooth settings GUI to remove / unpair the GoPro

@tcamise-gpsw tcamise-gpsw added feedback requested Further information is requested question A discussion / question. Not sure if bug or enhancement. and removed bug Something isn't working triage Needs to be reviewed and assigned labels Jul 1, 2024
Copy link
Contributor

github-actions bot commented Aug 1, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Aug 1, 2024
Copy link
Contributor

This issue was closed because it has been stalled for 10 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback requested Further information is requested question A discussion / question. Not sure if bug or enhancement. Stale
Projects
None yet
Development

No branches or pull requests

2 participants