Replies: 4 comments
-
It Looks like no one has any answer. |
Beta Was this translation helpful? Give feedback.
-
This issue has not been updated in 14 days and is now flagged as stale. If this issue is still affecting you and in need of further review, please comment on it with an update to keep it from auto closing in 7 days. |
Beta Was this translation helpful? Give feedback.
-
The issue is not solved yet. |
Beta Was this translation helpful? Give feedback.
-
This issue has not been updated in 14 days and is now flagged as stale. If this issue is still affecting you and in need of further review, please comment on it with an update to keep it from auto closing in 7 days. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Help please with this issue.
When I turn on the chia software it shows me this error "stderr: connect: No route to host". I pinged to the IP for each node ID connection and I received replay with no issue.
I am running GUI Chia blockchain 1.2.9 on fresh installation Ubuntu 20.04 LTS.
Debug.log
2021-10-04T13:21:21.063 wallet chia.wallet.wallet_node : WARNING No keys present. Create keys with the UI, or with the 'chia keys' program.
2021-10-04T13:37:10.172 wallet asyncio : ERROR Task exception was never retrieved
future: <Task finished name='Task-722' coro=<WalletPeers.ensure_is_closed() done, defined at /home/ad/chia-blockchain/chia/server/node_discovery.py:703> exception=AttributeError("'WalletPeers' object has no attribute 'connection'")>
Traceback (most recent call last):
File "/home/ad/chia-blockchain/chia/server/node_discovery.py", line 706, in ensure_is_closed
await self._close_common()
File "/home/ad/chia-blockchain/chia/server/node_discovery.py", line 120, in _close_common
await self.connection.close()
AttributeError: 'WalletPeers' object has no attribute 'connection'
2021-10-04T13:40:35.152 wallet chia.wallet.wallet_node : ERROR Error while trying to fetch from peer:Peer returned no response Traceback (most recent call last):
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 555, in batch_sync_to_peak
added, advanced_peak = await self.fetch_blocks_and_validate(
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 687, in fetch_blocks_and_validate
raise ValueError("Peer returned no response")
ValueError: Peer returned no response
2021-10-04T13:40:35.153 wallet chia.wallet.wallet_node : ERROR Loop exception in sync Was not able to add blocks 4320-4352. Traceback (most recent call last):
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 608, in sync_job
await self._sync()
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 668, in _sync
await self.batch_sync_to_peak(fork_height, peak)
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 565, in batch_sync_to_peak
raise RuntimeError(f"Was not able to add blocks {start_height}-{end_height}")
RuntimeError: Was not able to add blocks 4320-4352
2021-10-04T13:40:35.154 wallet chia.wallet.wallet_node : WARNING bad peak response from peer None
2021-10-04T13:40:35.329 full_node chia.full_node.full_node: ERROR sync from fork point failed err: cannot schedule new futures after shutdown
2021-10-04T13:41:06.321 full_node full_node_server : WARNING Cannot write to closing transport 127.0.0.1
2021-10-04T13:41:56.160 wallet chia.wallet.wallet_node : ERROR Loop exception in sync Was not able to add blocks 5375-5407. Traceback (most recent call last):
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 608, in sync_job
await self._sync()
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 668, in _sync
await self.batch_sync_to_peak(fork_height, peak)
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 565, in batch_sync_to_peak
raise RuntimeError(f"Was not able to add blocks {start_height}-{end_height}")
RuntimeError: Was not able to add blocks 5375-5407
2021-10-04T13:42:02.496 full_node chia.full_node.full_node: ERROR Error with syncing: <class 'RuntimeError'>Traceback (most recent call last):
File "/home/ad/chia-blockchain/chia/full_node/full_node.py", line 718, in _sync
raise RuntimeError(f"Weight proof did not arrive in time from peer: {weight_proof_peer.peer_host}")
RuntimeError: Weight proof did not arrive in time from peer: 46.146.247.77
2021-10-04T13:42:18.156 full_node full_node_server : WARNING Cannot write to closing transport 127.0.0.1
2021-10-04T13:48:11.597 full_node chia.full_node.full_node: ERROR sync from fork point failed err: cannot schedule new futures after shutdown
2021-10-04T13:48:11.619 wallet chia.wallet.wallet_node : ERROR Error while trying to fetch from peer:Peer returned no response Traceback (most recent call last):
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 555, in batch_sync_to_peak
added, advanced_peak = await self.fetch_blocks_and_validate(
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 687, in fetch_blocks_and_validate
raise ValueError("Peer returned no response")
ValueError: Peer returned no response
2021-10-04T13:48:11.619 wallet chia.wallet.wallet_node : ERROR Loop exception in sync Was not able to add blocks 13118-13150. Traceback (most recent call last):
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 608, in sync_job
await self._sync()
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 668, in _sync
await self.batch_sync_to_peak(fork_height, peak)
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 565, in batch_sync_to_peak
raise RuntimeError(f"Was not able to add blocks {start_height}-{end_height}")
RuntimeError: Was not able to add blocks 13118-13150
2021-10-04T13:48:11.620 wallet chia.wallet.wallet_node : WARNING bad peak response from peer None
2021-10-04T13:49:29.509 wallet chia.wallet.wallet_node : ERROR Error while trying to fetch from peer:Peer returned no response Traceback (most recent call last):
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 555, in batch_sync_to_peak
added, advanced_peak = await self.fetch_blocks_and_validate(
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 687, in fetch_blocks_and_validate
raise ValueError("Peer returned no response")
ValueError: Peer returned no response
2021-10-04T13:49:29.510 wallet chia.wallet.wallet_node : ERROR Loop exception in sync Was not able to add blocks 13917-13949. Traceback (most recent call last):
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 608, in sync_job
await self._sync()
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 668, in _sync
await self.batch_sync_to_peak(fork_height, peak)
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 565, in batch_sync_to_peak
raise RuntimeError(f"Was not able to add blocks {start_height}-{end_height}")
RuntimeError: Was not able to add blocks 13917-13949
2021-10-04T13:51:52.859 full_node full_node_server : WARNING Cannot write to closing transport 127.0.0.1
2021-10-04T13:59:01.999 full_node chia.full_node.full_node: ERROR failed fetching 37920 to 37952 from peers
2021-10-04T13:59:02.025 full_node full_node_server : WARNING Cannot write to closing transport 24.135.210.144
2021-10-04T13:59:21.497 wallet chia.wallet.wallet_node : ERROR Loop exception in sync Was not able to add blocks 23900-23932. Traceback (most recent call last):
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 608, in sync_job
await self._sync()
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 668, in _sync
await self.batch_sync_to_peak(fork_height, peak)
File "/home/ad/chia-blockchain/chia/wallet/wallet_node.py", line 565, in batch_sync_to_peak
raise RuntimeError(f"Was not able to add blocks {start_height}-{end_height}")
RuntimeError: Was not able to add blocks 23900-23932
2021-10-04T13:59:21.498 wallet chia.wallet.wallet_node : WARNING bad peak response from peer None
Beta Was this translation helpful? Give feedback.
All reactions