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

Can not connect to hotspot with GoPro as STA if hotspot does not have internet access #529

Closed
NekoDeveloper opened this issue Apr 23, 2024 · 4 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@NekoDeveloper
Copy link

捕获

I purchased a Hero12 Black camera and attempted to follow the example in the demo (demos/python/tutorial/tutorial_modules/tutorial_6_connect_wifi/connect_as_sta.py) to switch the camera to STA mode and connect to another AP hotspot. However, I encountered the error shown in the image while running the demo program. How did this error occur, and what aspects should I investigate to troubleshoot the issue?

@NekoDeveloper NekoDeveloper added the bug Something isn't working label Apr 23, 2024
@github-actions github-actions bot added the triage Needs to be reviewed and assigned label Apr 23, 2024
@NekoDeveloper
Copy link
Author

I have found the reason for the issue. When in GoPro STA mode and connecting to another AP hotspot, it requires this hotspot to be connected to a public network, rather than being an AP hotspot within a local area network. OMG!!! I hope that such restrictions can be removed in the new firmware version.

@tcamise-gpsw
Copy link
Collaborator

Hello. Yes this is a known issue: #467

I am working on a potential workaround here and will update that linked ticket when / if it works

@tcamise-gpsw tcamise-gpsw closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2024
@tcamise-gpsw tcamise-gpsw added duplicate This issue or pull request already exists and removed triage Needs to be reviewed and assigned labels Apr 23, 2024
@tcamise-gpsw tcamise-gpsw changed the title Hero 12 black STA mode error Can not connect to hotspot with GoPro as STA if hotspot does not have internet access Apr 23, 2024
@Ddezibel
Copy link

Ddezibel commented Nov 29, 2024

Hey @tcamise-gpsw, has there been any progress on this issue? I don't understand why this is linked to #467, since that is about accessing the camera from outside of the network with an internet connection, while this issue here is about accessing the camera from within the network without an internect connection.
I know my way around python, so if you point me into the right direction, I can look into the code myself. My gut feeling says it has to do with the DNS's in proto/network_management_pb2.pyi, line 247, but I'm not huge into networks unfortunately.

@aoyurs
Copy link

aoyurs commented Dec 5, 2024

I am encountering the same issue. I need to connect to a local network. Are there plans to support this in the future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants