-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error listening #5
Comments
Update, in my research on this it seems that Butter did not bind to the correct IP address as that is not one listed on my machine and it is suggested to Bind: 0.0.0.0 instead. Not sure how to fix this, but all of the butter related applications that you have available under the butter-network:
All produce the same error on this test machine which works fine with other network software. |
Hi @lonnietc, I was happy to hear you're messing around with Butter! I haven't been able to re-produce your error on my machine (I'm on Linux and haven't ever really tried running Butter on Windows). I have, however, changed the strategy for obtaining the host machines IP address so if you pull the latest commit and rebuild it may fix you issue. Keep me posted on what happen :) Warm regards, |
Hello Alex, (@a-shine added this since I was not sure if it gets sent to you, sorry for multiple updates) I truly appreciate you getting back to me on this as I am researching a viable, efficient, and cutting-edge way to develop a type of mountable P2P filesystem to handle a huge number of users in a highly distributed mesh network. Your butter framework looked like a very intriguing possibility to perhaps try and use if it can be made to work since it seems to have some nice features already built into the framework. With your latest modifications, I built it with Go v1.19.3 (windows/amd64) and just tried it out, but ran into a new set of errors:
I have am running on a local lan (192.168 subnet) and have a few computers on this network. (Linux Ubuntu 21.10 and 2 Windows 10 (x64) systems) for testing and development. Any thoughts? |
Hiya, Hmmm, looks like something is preventing the default Go What your working on seems very interesting! If you want more immediate help setting up and discussing the framework happy to jump on a call sometime in the next few days... Regards, |
Hello,
I just tried to compile (Go v1.19.3) on my Windows 10 (x64) system and the compile went fine for the examples, but when I try to start them up, I get a TCP bind error:
This happens on all of the examples.
Any ideas how to fix this?
Thanks
The text was updated successfully, but these errors were encountered: