Cannot connect to daemon at ws://localhost:55400 #10493
vincelawdev
started this conversation in
Support
Replies: 1 comment
-
it somehow lost connection with the local daemon process - perhaps a reboot will fix whatever problem there is ? |
Beta Was this translation helpful? Give feedback.
0 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.
-
2022-03-01T00:18:37.616 wallet chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:18:40.322 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:18:41.124 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:18:43.704 wallet chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:18:46.408 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:18:47.196 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:18:49.787 wallet chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:18:52.484 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:18:53.280 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:18:55.851 wallet chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:18:58.536 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:18:59.350 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:19:01.929 wallet chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:19:04.622 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:19:05.414 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:19:07.979 wallet chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2022-03-01T00:19:09.123 full_node chia.rpc.rpc_server : WARNING Sending data failed. Exception Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 69, in _state_changed
File "aiohttp\client_ws.py", line 150, in send_str
File "aiohttp\http_websocket.py", line 687, in send
File "aiohttp\http_websocket.py", line 643, in _send_frame
File "aiohttp\http_websocket.py", line 660, in _write
ConnectionResetError: Cannot write to closing transport
.
========
Do you have any idea why I keep getting this error in debug.log?
The Chia app keeps forgetting my wallet key and when I try to enter my 24 words, it is unable to proceed.
Beta Was this translation helpful? Give feedback.
All reactions