Replies: 2 comments 2 replies
-
You have another process that bind on port 55400. Does this still occur after a reboot? |
Beta Was this translation helpful? Give feedback.
0 replies
-
netstat --listen --tcp -n -p |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
chia start harvester -r
Daemon not started yet
Starting daemon
Traceback (most recent call last):
File "chia/cmds/chia.py", line 83, in
File "chia/cmds/chia.py", line 79, in main
File "click/core.py", line 829, in call
File "click/core.py", line 782, in main
File "click/core.py", line 1259, in invoke
File "click/core.py", line 1066, in invoke
File "click/core.py", line 610, in invoke
File "click/decorators.py", line 21, in new_func
File "chia/cmds/chia.py", line 61, in run_daemon_cmd
File "asyncio/base_events.py", line 642, in run_until_complete
File "chia/daemon/server.py", line 1006, in async_run_daemon
File "chia/daemon/server.py", line 143, in start
File "websockets/server.py", line 965, in await_impl
File "asyncio/base_events.py", line 1494, in create_server
OSError: [Errno 48] error while attempting to bind on address ('127.0.0.1', 55400): address already in use
[62221] Failed to execute script chia
Daemon not started yet
Failed to create the chia daemon
Beta Was this translation helpful? Give feedback.
All reactions