-
Notifications
You must be signed in to change notification settings - Fork 18
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
Sia hostd on windows can't start after port change #617
Comments
Hi @npelov,
|
completely restart desktop app didn't help |
I found something in {"level":"warn","ts":1736007964.2671428,"logger":"api","caller":"api/endpoints.go:38","msg":"failed to update dynamic DNS","error":"failed to split netaddress host and port: missing port in address"} I can see this in C:\Users\npelov\AppData\Roaming\hostd\data\config.yaml re-create/restore old log doesn't help - nothing new is written to the log |
@npelov ok I will release a new version that better exposes the underlying error so that we have a bit more information. |
@alexfreska I'm guessing you can't repeat what happened to me :( that's hard to debug. |
@npelov could you share your hostd.yml config file without your recovery phrase or anything else sensitive? I would like to see if it includes any yaml fields that have been changed. |
btw I moved this node to linux (docker, both hosts were v2.0.4). I got an error about the gatewayAddress: I searched for hostd.yml and config.yml because I wasn't sure where the config is.
P.S. I haven't uninstalled the windows program. Let me know if you want me to install another release to help debug the error |
@npelov hey I also found the incorrect config field |
@alexfreska indeed. removed it and the daemon started. Maybe you can fix the update from pre-2.0 version to remove that? I haven't touched the config file. Whatever is there is written by the gui program . |
@npelov the issue should be gone in 0.20.0, are you successfully running the new version? |
I don't know. The whole thing started because I wanted to move it to linux. Now it's moved and I can't test. Also the issue showed on upgrade from pre-v2. I manually removed gatewayAddress and it is now working. maybe you can test the upgrade. |
Closing this as completed for now |
Current Behavior
I had to change the port of sia hostd in the gui program. and I couldn't start the daemon. Restoring the port didn't help either
Expected Behavior
should be able to start the daemon after changing the port or at least see what the error is
Steps to Reproduce
Version
desktop v0.19.0 daemon v2.0.4
What operating system did the problem occur on (e.g. Ubuntu 22.04, macOS 12.0, Windows 11)?
Windows 10
Anything else?
The text was updated successfully, but these errors were encountered: