Replies: 2 comments
-
you might want to try and reset chia working folder by moving the old directory out of the way, and let chia create a fresh working tree: |
Beta Was this translation helpful? Give feedback.
-
Since this ticket was opened a number of years ago without further comments it seems this issue has been resolved. The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I was upgrading my pc so I stopped plottng/farming for a month. Now I put my hdds in, and updated chia-blockchain. But it still doesn't work. I also reinstalled it couple times. Here is my output when I run npm run electron &
/home/chia/chia-blockchain/app.asar.unpacked/daemon
false
startUrl file:///home/chia/chia-blockchain/chia-blockchain-gui/build/renderer/index.html
/home/chia/chia-blockchain/app.asar.unpacked/daemon
false
/home/chia/chia-blockchain/app.asar.unpacked/daemon
false
Running python script
Script ../chia/daemon/server.py
child process success
(node:5080) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See electron/electron#23506 for more information
No cert
Have cert
stderr: Traceback (most recent call last):
File "/home/chia/chia-blockchain/venv/bin/chia_wallet", line 33, in
sys.exit(load_entry_point('chia-blockchain', 'console_scripts', 'chia_wallet')())
File "/home/chia/chia-blockchain/chia/server/start_wallet.py", line 95, in main
return run_service(**kwargs)
File "/home/chia/chia-blockchain/chia/server/start_service.py", line 255, in run_service
return asyncio.run(async_run_service(*args, **kwargs))
File "/usr/lib/python3.8/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/home/chia/chia-blockchain/chia/server/start_service.py", line 249, in async_run_service
return await service.run()
File "/home/chia/chia-blockchain/chia/server/start_service.py", line 171, in run
await self.start()
File "/home/chia/chia-blockchain/chia/server/start_service.py", line 135, in start
await self._node._start(**kwargs)
File "/home/chia/chia-blockchain/chia/wallet/wallet_node.py", line 159, in _start
self.wallet_state_manager = await WalletStateManager.create(
File "/home/chia/chia-blockchain/chia/wallet/wallet_state_manager.py", line 146, in create
self.blockchain = await WalletBlockchain.create(
File "/home/chia/chia-blockchain/chia/wallet/wallet_blockchain.py", line 116, in create
await self._load_chain_from_store()
File "/home/chia/chia-blockchain/chia/wallet/wallet_blockchain.py", line 127, in _load_chain_from_store
height_to_hash, sub_epoch_summaries = await self.block_store.get_peak_heights_dicts()
File "/home/chia/chia-blockchain/chia/wallet/wallet_block_store.py", line 323, in get_peak_heights_dicts
curr_height = hash_to_height[curr_header_hash]
KeyError: b'\xda\xc2\xc1\xeem\xbfC\xc6\xfd\x1c\xde\xa0\xc0\x08V\xd2u\xeb\xff\x14\xe1\x9a\xf2\r\x92\xf5\xb1K\x08\xd8\x97S'
Beta Was this translation helpful? Give feedback.
All reactions