Trying to understand my debug.log

just trying to understand my debug.log

anything to worry about…? or those errors are common?

PS C:\Users\Gustavo Coelho> Get-Content -Path "~\.chia\mainnet\log\debug.log" | Select-String -Pattern "error"

2021-05-03T19:21:54.845 wallet chia.rpc.wallet_rpc_api    : ERROR    error No backup on backup service
2021-05-03T19:23:15.196 full_node full_node_server        : ERROR    Exception:  <class
'concurrent.futures._base.CancelledError'>, closing connection {'host': '52.55.174.129', 'port': 8444}. Traceback
(most recent call last):
concurrent.futures._base.CancelledError
2021-05-03T19:48:06.398 full_node chia.full_node.full_node: ERROR    Error with syncing: <class
'RuntimeError'>Traceback (most recent call last):
RuntimeError: Weight proof did not arrive in time from peer: 97.84.201.19
2021-05-03T20:44:01.040 full_node full_node_server        : ERROR    Exception:  <class
'concurrent.futures._base.CancelledError'>, closing connection None. Traceback (most recent call last):
concurrent.futures._base.CancelledError
2021-05-03T21:19:40.338 full_node full_node_server        : ERROR    Exception Was not able to get peername from
<function WSChiaConnection.__getattr__.<locals>.invoke at 0x000001D828CB4048> at 190.89.100.116, exception Stack:
Traceback (most recent call last):
ValueError: Was not able to get peername from <function WSChiaConnection.__getattr__.<locals>.invoke at
0x000001D828CB4048> at 190.89.100.116
2021-05-03T23:46:09.725 full_node full_node_server        : ERROR    Exception:  <class
'concurrent.futures._base.CancelledError'>, closing connection None. Traceback (most recent call last):
concurrent.futures._base.CancelledError
2021-05-04T01:11:08.054 full_node chia.full_node.full_node: ERROR    got weight proof request for unknown peak
53ad8f3718fabf94b90b0c5d71ea166e918b57693625929ac6b2941c57a87eb6
1 Like

just tried the code to see if harvester is ok…

* Windows:
* `Select-String -Path “~\.chia\mainnet\log\debug*” -Pattern “eligible”`
* `Select-String -Path “~\.chia\mainnet\log\debug*” -Pattern “Found [^0] proof”`
* `Select-String -Path “~\.chia\mainnet\log\debug*” -Pattern “Farmed unfinished_block”`
* `Get-Content -Path "~\.chia\mainnet\log\debug.log" -Wait | Select-String -Pattern "found"`

but i cant get to work…no return…

What error are you specifically concerned about? Can you make the topic more specific?

1 Like

Just want to know if those errors are normal…or i need to worry about…