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
It has been showing this since a some time
I tried to reopen and restart my computer
os:ubuntu 18.04.5
debug_log
`2021-07-23T20:52:18.457 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2021-07-23T20:52:19.670 wallet chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2021-07-23T20:52:20.371 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2021-07-23T20:53:21.694 wallet asyncio : ERROR Task exception was never retrieved
future: <Task finished name='Task-11' coro=<WalletPeers.ensure_is_closed() done, defined at chia/server/node_discovery.py:701> exception=AttributeError("'WalletPeers' object has no attribute 'connection'")>
Traceback (most recent call last):
File "chia/server/node_discovery.py", line 704, in ensure_is_closed
File "chia/server/node_discovery.py", line 118, in _close_common
AttributeError: 'WalletPeers' object has no attribute 'connection'
2021-07-23T20:53:24.287 wallet chia.rpc.wallet_rpc_api : ERROR error 0, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url=URL('https://backup.chia.net/download_backup')
2021-07-23T21:12:47.936 daemon main : ERROR Unexpected exception trying to send to websocket: code = 1006 (connection closed abnormally [internal]), no reason Traceback (most recent call last):
File "websockets/protocol.py", line 827, in transfer_data
File "websockets/protocol.py", line 895, in read_message
File "websockets/protocol.py", line 971, in read_data_frame
File "websockets/protocol.py", line 1047, in read_frame
File "websockets/framing.py", line 105, in read
File "asyncio/streams.py", line 721, in readexactly
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of 2 expected bytes
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "chia/daemon/server.py", line 187, in safe_handle
File "websockets/protocol.py", line 555, in send
File "websockets/protocol.py", line 803, in ensure_open
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason
`
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.
Uh oh!
There was an error while loading. Please reload this page.
-
It has been showing this since a some time
I tried to reopen and restart my computer
os:ubuntu 18.04.5
debug_log
`2021-07-23T20:52:18.457 harvester chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2021-07-23T20:52:19.670 wallet chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2021-07-23T20:52:20.371 farmer chia.rpc.rpc_server : WARNING Cannot connect to daemon at ws://localhost:55400
2021-07-23T20:53:21.694 wallet asyncio : ERROR Task exception was never retrieved
future: <Task finished name='Task-11' coro=<WalletPeers.ensure_is_closed() done, defined at chia/server/node_discovery.py:701> exception=AttributeError("'WalletPeers' object has no attribute 'connection'")>
Traceback (most recent call last):
File "chia/server/node_discovery.py", line 704, in ensure_is_closed
File "chia/server/node_discovery.py", line 118, in _close_common
AttributeError: 'WalletPeers' object has no attribute 'connection'
2021-07-23T20:53:24.287 wallet chia.rpc.wallet_rpc_api : ERROR error 0, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url=URL('https://backup.chia.net/download_backup')
2021-07-23T21:12:47.936 daemon main : ERROR Unexpected exception trying to send to websocket: code = 1006 (connection closed abnormally [internal]), no reason Traceback (most recent call last):
File "websockets/protocol.py", line 827, in transfer_data
File "websockets/protocol.py", line 895, in read_message
File "websockets/protocol.py", line 971, in read_data_frame
File "websockets/protocol.py", line 1047, in read_frame
File "websockets/framing.py", line 105, in read
File "asyncio/streams.py", line 721, in readexactly
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of 2 expected bytes
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "chia/daemon/server.py", line 187, in safe_handle
File "websockets/protocol.py", line 555, in send
File "websockets/protocol.py", line 803, in ensure_open
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason
`
Beta Was this translation helpful? Give feedback.
All reactions