-
Notifications
You must be signed in to change notification settings - Fork 502
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
Fails to fetch Frame and State data inside a Docker Container #162
Comments
So it seems like when binding the server sockets within Docker, Docker's own mapped IPs arrive as responses. This doesn't necessarily exist within the |
Can you provide your Dockerfile as well as your docker command / docker-compose file? What address do the packets appear to be coming from? Maybe you can adjust the |
This is my version of the docker-compose.yml. I have also tried commenting out some combination of options at times but it does not work:
I should aim to run the python script inside the docker's bash. The error I receive is this:
|
Hi,
I'm trying to run the DJITelloPy inside a docker container. My host network is connected with the TELLO network however on running even the basic examples, DJITelloPy fails to connect to the Video or State Socket Streams. It successfully connects with the client streams, however.
Any clues?
The text was updated successfully, but these errors were encountered: