-
Notifications
You must be signed in to change notification settings - Fork 104
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
Local network daemons seem to be connected but are not communicating #751
Comments
yes, so there is a problem with remote node where you need to pass the coordinator address to the daemon If it is on the same machine but need to be connected to remote daemon:
|
Thank you for the reply. It seems that machines A and B are now connected, but nothing is happening yet. Here are the Dora coordinator logs:
And machine B logs
|
Ok sorry. The right command should be:
|
Still not working, but it seems that machine A now received dataflow.yml info dora coordinator logs
Machine A logs
Machine B logs
|
@KyloRen1 Hey, What kind of development board is the armv7l using? And what OS version are you running? I can grab the same version, install it, and try out your method to see if I can replicate your results. |
From your log, I see you're using a Raspberry Pi. I've got a Raspberry Pi 5 now, and I'm gonna test it out on that first to see how it goes. |
@LyonRust thank you! Yes, I am using a Raspberry Pi 3 Model B with Raspbian GNU/Linux 11 (Bullseye). I am not sure, but this Raspberry Pi is still using a 32-bit system. I had quite a few complications installing dora there, but I eventually managed to do it. |
I don't have a Raspberry Pi 3B right now. I'm planning to buy one first, install a 32-bit system, and set up the same environment as yours to debug. This might take some time. |
Describe the bug
Local network daemons seem to be connected but are not communicating, except for the stop command. I am running Dora CLI version 0.3.8 on both machines: one is armv7l, and the other is x86_64. I followed the example in release v0.3.5 as provided in my previous issue.
To Reproduce
Steps to reproduce the behavior:
dataflow_small.yml
is supposed to read frames from the armv7l machine and transfer them to machine B. It looks like this:I verified that the camera is working. Additionally, I tried running the armv7l Dora command both within and outside a Python virtual environment with OpenCV installed, but the behavior remained the same.
Environments (please complete the following information):
The text was updated successfully, but these errors were encountered: