Closed fr33n0w closed 1 month ago
Thank you! Transferred to LXMF repository, as this is where the bug is located.
thank you for your great and hard work mark!!!
i just managed to resolve the problem disabling the propagation node in the config file!!!
Verbose explanation: in the config file:
changed into: disable_propagation = true the nomadnet client return to open up normally without errors, and now with keeping node hosting active: enable_node = yes it works perfectly and i'm able to host pages, but losing the ability to host a propagation node, that i'm currently running on a meshchat client on the same machine.
another user found the same issue on his raspberry nomadnet installation and pointed out to me, resolving my the issue too (don't know his OS version, sorry)
Yes, that should be a good workaround for now! The issue happened because at some point your node had propagation enabled, and remembered old propagation peers that now cannot have their identity keys resolved. It was nice of you to report it, since it of course shouldn't crash when that happens!
I'll release an update to LXMF soon with the fix included :)
Describe the Bug
On MXLinux, when enabling the node feature in the config of nomadnet (enabling nomadnet pages), nomadnet closes with the following error:
It seems to be an identity error but it's not! (or maybe an error for the identity of the nomad node!)
When disabling the "enable node" in the config, nomadnet starts working again without problems, but i have only the nomad client, i want to enable node to serve pages. There is a way to fix om my machine, or is a nomadnet problem? i tested also on debian, mint, windows, but never got this error!!
On windows cannot also get pages working due to a "stty" error...windows doesn't have stty, so i think the problem is there.