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

lcm handle error on windows bind:no error #283

Open
Zealoft opened this issue Sep 19, 2019 · 3 comments
Open

lcm handle error on windows bind:no error #283

Zealoft opened this issue Sep 19, 2019 · 3 comments

Comments

@Zealoft
Copy link

Zealoft commented Sep 19, 2019

currently when I use lcm on Windows and try to call the fuction: lcm.handle(), it immediately returned with bind: no error and can't receive messages, can anybody tell me why this happens? Thank you very much!
Concretely I use python3 and get stuck with this problem.

@tmaslach
Copy link

See #258. I had the same problem and undoing commit 7606629 fixed this problem for me.
If you still see it, it may be firewall related. But, for me, undoing the change made the no bind error go away.

@Zealoft
Copy link
Author

Zealoft commented Sep 20, 2019

See #258. I had the same problem and undoing commit 7606629 fixed this problem for me.
If you still see it, it may be firewall related. But, for me, undoing the change made the no bind error go away.

Thank you! Actually I have tried undoing this commit and compiled LCM again but nothing changed. Guess it's firewall related and looking for solutions.

@cwjwudi
Copy link

cwjwudi commented Jun 23, 2022

See #258. I had the same problem and undoing commit 7606629 fixed this problem for me.
If you still see it, it may be firewall related. But, for me, undoing the change made the no bind error go away.

Thank you! Actually I have tried undoing this commit and compiled LCM again but nothing changed. Guess it's firewall related and looking for solutions.

I've met the same problem as you, when I use the c++ program, there is no error, but in python, it shows the error. Did you have fix the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants