runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/pymysql/connections.py", line 649, in connect sock = socket.create_connection( File "/usr/local/lib/python3.10/socket.py", line 857, in create_connection raise err File "/usr/local/lib/python3.10/socket.py", line 845, in create_connection sock.connect(sa) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/main.py", line 109, in <module> connection = pymysql.connect( File "/home/user/.local/lib/python3.10/site-packages/pymysql/connections.py", line 361, in __init__ self.connect() File "/home/user/.local/lib/python3.10/site-packages/pymysql/connections.py", line 716, in connect raise exc pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on 'rogue.hkdns.host' (timed out)")
Container logs:
Fetching error logs...