You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have this error, it started happening after enabling hyper-v and rebooting my PC
replaced "localhost" for 127.0.0.1 in config worked for other people, not me.
chia start farmer -r
Daemon not started yet
Starting daemon
Traceback (most recent call last):
File "chia\cmds\chia.py", line 151, in
File "chia\cmds\chia.py", line 147, 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 125, in run_daemon_cmd
File "asyncio\runners.py", line 44, in run
File "asyncio\base_events.py", line 647, in run_until_complete
File "chia\daemon\server.py", line 1363, in async_run_daemon
File "chia\daemon\server.py", line 191, in start
File "aiohttp\web_runner.py", line 121, in start
File "asyncio\base_events.py", line 1506, in create_server
PermissionError: [Errno 13] error while attempting to bind on address ('127.0.0.1', 55400): intento de acceso a un socket no permitido por sus permisos de acceso
[3880] Failed to execute script 'chia' due to unhandled exception!
Daemon not started yet
Failed to create the chia daemon
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Have this error, it started happening after enabling hyper-v and rebooting my PC
replaced "localhost" for 127.0.0.1 in config worked for other people, not me.
chia start farmer -r
Daemon not started yet
Starting daemon
Traceback (most recent call last):
File "chia\cmds\chia.py", line 151, in
File "chia\cmds\chia.py", line 147, 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 125, in run_daemon_cmd
File "asyncio\runners.py", line 44, in run
File "asyncio\base_events.py", line 647, in run_until_complete
File "chia\daemon\server.py", line 1363, in async_run_daemon
File "chia\daemon\server.py", line 191, in start
File "aiohttp\web_runner.py", line 121, in start
File "asyncio\base_events.py", line 1506, in create_server
PermissionError: [Errno 13] error while attempting to bind on address ('127.0.0.1', 55400): intento de acceso a un socket no permitido por sus permisos de acceso
[3880] Failed to execute script 'chia' due to unhandled exception!
Daemon not started yet
Failed to create the chia daemon
what can i do?
Beta Was this translation helpful? Give feedback.
All reactions