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 was archived by the owner on Oct 23, 2024. It is now read-only.
Timeout error has started occurring—possibly MySQL blocking the Discord event loop?
Aug 23 13:24:09 CabotLAB python3[7962]: Fatal read error on socket transport
Aug 23 13:24:09 CabotLAB python3[7962]: protocol: <asyncio.sslproto.SSLProtocol object at 0x7f008cb122e8>
Aug 23 13:24:09 CabotLAB python3[7962]: transport: <_SelectorSocketTransport fd=30 read=polling write=<idle, bufsize=0>>
Aug 23 13:24:09 CabotLAB python3[7962]: Traceback (most recent call last):
Aug 23 13:24:09 CabotLAB python3[7962]: File "/usr/lib/python3.7/asyncio/selector_events.py", line 801, in _read_ready__data_received
Aug 23 13:24:09 CabotLAB python3[7962]: data = self._sock.recv(self.max_size)
Aug 23 13:24:09 CabotLAB python3[7962]: File "/data/discord/CaBot/bot/.venv/lib/python3.7/site-packages/gevent/_socketcommon.py", line 657, in recv
Aug 23 13:24:09 CabotLAB python3[7962]: return self._sock.recv(*args)
Aug 23 13:24:09 CabotLAB python3[7962]: TimeoutError: [Errno 110] Connection timed out