Replies: 2 comments
-
try to uninstall the chia completely from your ubuntu system then reinstall it before doing that keep your wallet keys in hand let us know if that solved your problem thanks. |
Beta Was this translation helpful? Give feedback.
-
@Towhid999 , 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.
-
Chia app is not starting , only showing "connecting to wallet".
I tried deleting chia-blockchain directory, and re-installed. Installation was successful but its showing this, after npm run electron & command
/home/towhid/chia-blockchain/app.asar.unpacked/daemon
false
Error loading config - using defaults
startUrl file:///home/towhid/chia-blockchain/chia-blockchain-gui/build/renderer/index.html
/home/towhid/chia-blockchain/app.asar.unpacked/daemon
false
/home/towhid/chia-blockchain/app.asar.unpacked/daemon
false
Running python script
Script ../chia/daemon/server.py
child process success
(node:6299) 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/towhid/chia-blockchain/venv/bin/chia_wallet", line 33, in
sys.exit(load_entry_point('chia-blockchain', 'console_scripts', 'chia_wallet')())
File "/home/towhid/chia-blockchain/chia/server/start_wallet.py", line 92, in main
return run_service(**kwargs)
File "/home/towhid/chia-blockchain/chia/server/start_service.py", line 226, in run_service
return asyncio.run(async_run_service(*args, **kwargs))
File "/usr/lib/python3.8/asyncio/runners.py", line 43, 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/towhid/chia-blockchain/chia/server/start_service.py", line 220, in async_run_service
return await service.run()
File "/home/towhid/chia-blockchain/chia/server/start_service.py", line 160, in run
await self.start()
File "/home/towhid/chia-blockchain/chia/server/start_service.py", line 128, in start
await self._node._start(**kwargs)
File "/home/towhid/chia-blockchain/chia/wallet/wallet_node.py", line 153, in _start
self.wallet_state_manager = await WalletStateManager.create(
File "/home/towhid/chia-blockchain/chia/wallet/wallet_state_manager.py", line 138, in create
self.blockchain = await WalletBlockchain.create(
File "/home/towhid/chia-blockchain/chia/wallet/wallet_blockchain.py", line 112, in create
await self._load_chain_from_store()
File "/home/towhid/chia-blockchain/chia/wallet/wallet_blockchain.py", line 123, in _load_chain_from_store
height_to_hash, sub_epoch_summaries = await self.block_store.get_peak_heights_dicts()
File "/home/towhid/chia-blockchain/chia/wallet/wallet_block_store.py", line 283, in get_peak_heights_dicts
curr_height = hash_to_height[curr_header_hash]
KeyError: b'5L0=\xde\xe6\xdc\xc7\xb0\xd0\x89\xd7\x1bqP\x8e\x1d\x05x4Z\x0b\xc0\xa9\xcam\x1e]\xbc\x01\xb3\x16'
please help.
Regards,
Beta Was this translation helpful? Give feedback.
All reactions