Replies: 1 comment
-
@maxbelz , the newest version(s) of chia has fixes in place to resolve this issue. Please download it from here: https://www.chia.net/downloads/ Since this issue has been resolved with the latest version(s) of chia we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2021-05-20T08:19:47.957 full_node full_node_server : ERROR Exception Stack: Traceback (most recent call last):
File "/home/user/chia-blockchain/chia/server/ws_connection.py", line 208, in outbound_handler
await self._send_message(msg)
File "/home/user/chia-blockchain/chia/server/ws_connection.py", line 368, in _send_message
await self.ws.send_bytes(encoded)
File "/home/user/chia-blockchain/venv/lib/python3.8/site-packages/aiohttp/web_ws.py", line 307, in send_bytes
await self._writer.send(data, binary=True, compress=compress)
File "/home/user/chia-blockchain/venv/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 685, in send
await self._send_frame(message, WSMsgType.BINARY, compress)
File "/home/user/chia-blockchain/venv/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 656, in _send_frame
await self.protocol._drain_helper()
File "/home/user/chia-blockchain/venv/lib/python3.8/site-packages/aiohttp/base_protocol.py", line 87, in _drain_helper
await waiter
File "/usr/lib/python3.8/asyncio/selector_events.py", line 846, in _read_ready__data_received
data = self._sock.recv(self.max_size)
TimeoutError: [Errno 110] Connection timed out
Sometimes i have this error (6 in last 3 days) what does it means and how it affecting on processes?
Beta Was this translation helpful? Give feedback.
All reactions