-
Notifications
You must be signed in to change notification settings - Fork 152
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
INVALID_PARAM When connecting to go pro via BLE during #417
Comments
I've got the same problem on our Hero 7 Silver |
Same error using GoPro 10 Open Gopro - 0.14.1 Distributor ID: Ubuntu Syslog: |
Error not thrown when using v 0.13. I can reproduce the error in 0.13 using ble_command.set_date_time_tz_dst. Error code 2 Invalid param returned. Error not thrown when using ble_command.set_date_time |
u can upgrade the open-gopro package, use pip install open-gopro --upgrade . |
Hey I updated the open-gopro package but still have the same issue. was anybody able to solve the problem? |
I had the same issue, but then instead followed the git clone step followed by "cd....." and "pip install ." |
same here with GP Hero 9 Black and latest Linux Raspbian. Installed from sources like discribed here: now it works. :)
|
I believe this has been fixed but not yet published. In any case I will verify today and publish soon. |
Yes this has been fixed by not asserting on the Set datetime command since it is not supported on older cameras. |
Hi, Steps to reproduce: What can I do to solve the issue? |
For future reference: this does not actually relate to the ticket here. See #545 |
Component
What is the bug in?
Describe the bug
The connection with BLE seems to start correctly and it then stops and fail trying to "set date and time" via BLE
To Reproduce
Steps to reproduce the behavior:
Run this code to reproduce:
Screenshots
If applicable, add screenshots to help explain your problem.
Hardware
If you guys have any ideas please let me know thx !
The text was updated successfully, but these errors were encountered: