Replies: 2 comments
-
ClientOSError: [Errno 104] it is having problems with the connection |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Padi75 , 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.
0 replies
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.
-
Hello,
till now the Chia-GUI 1.2.3 under Windows worked fine.
Now I set up a new full node at a Raspberry Pi 4 (8GB RAM) with Ubuntu Server 20.04.3 LTS, installed Desktop and Chia-GUI 1.2.5
For a short time (1 Day) all worked perfect, but today I don't get any updates regarding my XCH on my pooling-site.
I know - we are here at official Chia and not Pools, but I wonder if the following errors from the Chia-Log
has something to do with the problem?
This error occurs permanantly since the install of Chia.
Please can you help me out?
Maybe it's my fault, maybe it's a bug - I don't know.
` File "/home/ubuntu/chia-blockchain/chia/server/ws_connection.py", line 224, in outbound_handler
await self._send_message(msg)
File "/home/ubuntu/chia-blockchain/chia/server/ws_connection.py", line 384, in _send_message
await self.ws.send_bytes(encoded)
File "/home/ubuntu/chia-blockchain/venv/lib/python3.8/site-packages/aiohttp/client_ws.py", line 155, in send_bytes
await self._writer.send(data, binary=True, compress=compress)
File "/home/ubuntu/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/ubuntu/chia-blockchain/venv/lib/python3.8/site-packages/aiohttp/http_websocket.py", line 656, in _send_frame
await self.protocol._drain_helper()
File "/home/ubuntu/chia-blockchain/venv/lib/python3.8/site-packages/aiohttp/base_protocol.py", line 87, in _drain_helper
await waiter
aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer
2021-09-09T12:37:36.628 farmer chia.farmer.farmer : ERROR Failed to update farmer information on the pool https://eu1.pool.space
2021-09-09T12:42:45.575 farmer chia.farmer.farmer : ERROR Failed to update farmer information on the pool https://eu1.pool.space
2021-09-09T12:47:53.600 farmer chia.farmer.farmer : ERROR Failed to update farmer information on the pool https://eu1.pool.space
2021-09-09T12:53:01.576 farmer chia.farmer.farmer : ERROR Failed to update farmer information on the pool https://eu1.pool.space`
Beta Was this translation helpful? Give feedback.
All reactions