Что-то не получается поднять, раньше такой ошибки не вылазило
Мб кто нашел решение...
Код:
Uncaught exception
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/tornado/http1connection.py", line 276, in _read_message
delegate.finish()
File "/usr/local/lib/python3.10/dist-packages/tornado/routing.py", line 268, in finish
self.delegate.finish()
File "/usr/local/lib/python3.10/dist-packages/tornado/web.py", line 2395, in finish
self.execute()
File "/usr/local/lib/python3.10/dist-packages/tornado/web.py", line 2417, in execute
self.handler = self.handler_class(
File "/root/RedWarden/lib/proxyhandler.py", line 81, in __init__
self.server_address, self.all_server_addresses = ProxyRequestHandler.get_ip()
File "/root/RedWarden/lib/proxyhandler.py", line 98, in get_ip
all_addresses = sorted([f[4][0] for f in socket.getaddrinfo(socket.gethostname(), None)] + ['127.0.0.1'])
File "/usr/lib/python3.10/socket.py", line 955, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -5] No address associated with hostname
Мб кто нашел решение...