-
Notifications
You must be signed in to change notification settings - Fork 36
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
CtrlBackendMuxIp failed to connect to 192.168.53.1 with SkyController 3.0 #49
Comments
Hi Since the 7.6 release, the olympe.SkyController class use the CtrlBackendMuxIp that is only supported by the latest SkyController4 firmwares causing this regression when using a SkyController3 instead. With a SkyController3 (running the latest 1.8.1 firmware) your should use the "olympe.Drone" class with the SkyController IP (192.168.53.1) and everything should be working. |
If I use olympe.Drone - I can indeed connect to the SkyController, however I can't start the streaming -->
The minimal example I am running is the same as in #45. I am running the script via docker but I got the same output when running this script from the host directly. |
Is there a fix for this? I started experiencing this as well. I am running the streaming example and I was able to get 1-2 runs in but then started getting the timeout error. Using Skycontroller 3 but I am getting this with both the drone and the controller. All firmware up to date and I'm using v7.7.1 of the SDK. |
Hi,
I am trying to update olympe to the latest version,
I am noticing a problem why trying to connect to the SkyController via
olympe.SkyController(SKY_IP)
to my anafi USA.2023-04-25 14:23:39,783 [INFO] olympe.backend - _retry_connect - CtrlBackendMuxIp failed to connect to 192.168.53.1
2023-04-25 14:23:42,784 [ERROR] olympe.backend - aconnect - Failed to connect to 192.168.53.1:4321: -16
2023-04-25 14:23:42,785 [INFO] olympe.backend - _retry_connect - CtrlBackendMuxIp failed to connect to 192.168.53.1
2023-04-25 14:23:43,782 [ERROR] olympe.drone - _do_connect - '192.168.53.1 connection retries failed
2023-04-25 14:23:43,782 [ERROR] olympe.drone - connect - '192.168.53.1 connection timed out
I have seen it already mentioned in #45. However, the firmware seems to be specific to the SkyController 4.0. My controller version is 1.8.1 - Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: