-
Notifications
You must be signed in to change notification settings - Fork 3
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
How to run on linux #1
Comments
Open command line in lua-dht directory and run command: |
That shows `
If I try to run lua directly from wine it throws an error:
|
On first command lua show error but programm is run. Second command fail because port is already assigned. Need to stop lua first and try second command. |
I just ended up creating a docker container to sort any issues with ports, which seems to have worked. Here's the
On another note, it seems that sometimes it just hangs with no aparent reason, as there's nothing extraordinary on the logging. Have you ever experienced something like this? Here's a relevant snippet of the logging before it hangs: https://gist.github.com/duramato/a8fe100f67b4ea9f11c2c9181696863b |
It seems to crash when there's a large ammout of peers, altough I can't be sure. The logs don't seem to mention anything relevant except for the traceback. Here's the traceback from
|
I'm trying to run this on linux, but I'm not being able to, either via lua or via wine.
The text was updated successfully, but these errors were encountered: