Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I am plotting and farming since three weeks. My debug log sometimes shows various errors (c.f. Error examples), but overall everything seems to work correctly.
Is there a reliable way to make sure everything is working correctly?
regards
Muffexx
Error examples:
A.
full_node full_node_server : ERROR Exception: <class 'concurrent.futures._base.CancelledError'>, closing connection None. Traceback (most recent call last): File "/home/pi/chia-blockchain/chia/server/server.py", line 486, in api_call await self.received_message_callback(connection) File "/home/pi/chia-blockchain/chia/server/node_discovery.py", line 139, in update_peer_timestamp_on_message await self.address_manager.connect(peer_info) File "/home/pi/chia-blockchain/chia/server/address_manager.py", line 655, in connect async with self.lock: File "/usr/lib/python3.7/asyncio/locks.py", line 92, in __aenter__ await self.acquire() File "/usr/lib/python3.7/asyncio/locks.py", line 192, in acquire await fut concurrent.futures._base.CancelledError
B.
full_node full_node_server : WARNING Cannot write to closing transport 37.23.XX.XX
C.
full_node asyncio : ERROR Fatal read error on socket transport protocol: <asyncio.sslproto.SSLProtocol object at 0x7f3589ab70> transport: <_SelectorSocketTransport fd=44 read=polling write=<idle, bufsize=0>> Traceback (most recent call last): File "/usr/lib/python3.7/asyncio/selector_events.py", line 801, in _read_ready__data_received data = self._sock.recv(self.max_size) TimeoutError: [Errno 110] Connection timed out
D.
full_node asyncio : ERROR SSL error in data received protocol: <asyncio.sslproto.SSLProtocol object at 0x7f50769438> transport: <_SelectorSocketTransport fd=38 read=polling write=<idle, bufsize=0>> Traceback (most recent call last): File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received ssldata, appdata = self._sslpipe.feed_ssldata(data) File "/usr/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata self._sslobj.unwrap() File "/usr/lib/python3.7/ssl.py", line 767, in unwrap return self._sslobj.shutdown() ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)
E.
full_node full_node_server : ERROR Exception: Failed to fetch block 227868 from {'h ost': '114.220.XX.XX', 'port': 8444}, timed out, {'host': '114.220.XX.XX', 'port': 8444}. Traceback (most recent ca ll last): File "/home/pi/chia-blockchain/chia/server/server.py", line 521, in wrapped_coroutine result = await coroutine File "/home/pi/chia-blockchain/chia/full_node/full_node_api.py", line 104, in new_peak return await self.full_node.new_peak(request, peer) File "/home/pi/chia-blockchain/chia/full_node/full_node.py", line 361, in new_peak peer, curr_peak_height, request.height, request.unfinished_reward_block_hash File "/home/pi/chia-blockchain/chia/full_node/full_node.py", line 310, in short_sync_backtrack raise e File "/home/pi/chia-blockchain/chia/full_node/full_node.py", line 295, in short_sync_backtrack raise ValueError(f"Failed to fetch block {curr_height} from {peer.get_peer_info()}, timed out") ValueError: Failed to fetch block 227868 from {'host': '114.220.XX.XX', 'port': 8444}, timed out
F.
full_node asyncio : ERROR SSL handshake failed on verifying the certificat e protocol: <asyncio.sslproto.SSLProtocol object at 0x7f369bf2b0> transport: <_SelectorSocketTransport fd=44 read=polling write=<idle, bufsize=0>> Traceback (most recent call last): File "/usr/lib/python3.7/asyncio/sslproto.py", line 625, in _on_handshake_complete raise handshake_exc File "/usr/lib/python3.7/asyncio/sslproto.py", line 189, in feed_ssldata self._sslobj.do_handshake() File "/usr/lib/python3.7/ssl.py", line 763, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_s sl.c:1056)
G.
full_node asyncio : ERROR SSL error in data received protocol: <asyncio.sslproto.SSLProtocol object at 0x7f369bf2b0> transport: <_SelectorSocketTransport closing fd=44 read=idle write=<idle, bufsize=0>> Traceback (most recent call last): File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received ssldata, appdata = self._sslpipe.feed_ssldata(data) File "/usr/lib/python3.7/asyncio/sslproto.py", line 189, in feed_ssldata self._sslobj.do_handshake() File "/usr/lib/python3.7/ssl.py", line 763, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_s sl.c:1056)
H.
full_node chia.full_node.full_node: WARNING Wasn't able to add transaction with id 8[...]c, status 3 error: Err.DOUBLE_SPEND
--> can happen occasionally (#3773)
Beta Was this translation helpful? Give feedback.
All reactions