Wallet not syncing (SOLVED)

Trying out the linux version and first time the wallet halted @height ~8k something, restarted multiple times and still didnt wanna start the sync and locked at 8k height. So decided to remove my .chia/mainnet/ to resett , said and done, blockchain start syncing fine as before and wallet stuck again, this time at 0 height.

this pops up in the log:

2021-05-03T13:23:55.387 wallet chia.rpc.wallet_rpc_api    : ERROR    error No backup on backup service
2021-05-03T13:24:22.744 wallet chia.rpc.wallet_rpc_api    : ERROR    error No backup on backup service
2021-05-03T13:34:15.744 harvester asyncio                 : ERROR    Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f83f96be430>
2021-05-03T13:34:32.755 full_node asyncio                 : ERROR    Task exception was never retrieved
future: <Task finished name='Task-71' coro=<WebSocketWriter.ping() done, defined at /home/micha/chia-blockchain/venv/lib/python3.8/site-packages/aiohttp/http_websocket.py:669> exception=ConnectionResetError('Cannot write to closing transport')>
Traceback (most recent call last):
  File "/home/micha/chia-blockchain/venv/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 673, in ping
    await self._send_frame(message, WSMsgType.PING)
  File "/home/micha/chia-blockchain/venv/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 643, in _send_frame
    self._write(header + mask + message)
  File "/home/micha/chia-blockchain/venv/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 660, in _write
    raise ConnectionResetError("Cannot write to closing transport")
ConnectionResetError: Cannot write to closing transport
2021-05-03T13:49:45.739 wallet asyncio                    : ERROR    Unclosed client session

Any clues where i went wrong? :slight_smile:

Edit: sorted itself out after a few more chia start wallet-only -r

1 Like