You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
I'm using connection through VPN, and at some point server starts to display the following message several times a second.
ERROR Exception in callback BaseSelectorEventLoop._read_from_self()
handle: <Handle BaseSelectorEventLoop._read_from_self()>
Traceback (most recent call last):
File "asyncio\events.py", line 88, in _run
File "asyncio\selector_events.py", line 119, in _read_from_self
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
However the server seems to work just fine, at least for some time.
Still this issue inflates logs enormously until finally the server crashes.
Could you please share any thoughts on this?
The text was updated successfully, but these errors were encountered:
Ive been seeing more and more issues related to stuff like this recently. I'm unable to do anything right now but I'll look into it when I get off work
@Kranay Can you tell us more about the VPN/Network setup? I'm asking because there are many ways in which a VPN could reroute network traffic with Astroneer servers.
I'm using connection through VPN, and at some point server starts to display the following message several times a second.
ERROR Exception in callback BaseSelectorEventLoop._read_from_self()
handle: <Handle BaseSelectorEventLoop._read_from_self()>
Traceback (most recent call last):
File "asyncio\events.py", line 88, in _run
File "asyncio\selector_events.py", line 119, in _read_from_self
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
However the server seems to work just fine, at least for some time.
Still this issue inflates logs enormously until finally the server crashes.
Could you please share any thoughts on this?
The text was updated successfully, but these errors were encountered: