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
Traceback (most recent call last): File "/home/runner/work/TieBaSign/TieBaSign/main.py", line 232, in <module> main() File "/home/runner/work/TieBaSign/TieBaSign/main.py", line 227, in main send_email(favorites) File "/home/runner/work/TieBaSign/TieBaSign/main.py", line 209, in send_email smtp.connect(HOST) File "/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/smtplib.py", line 341, in connect self.sock = self._get_socket(host, port, self.timeout) File "/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/smtplib.py", line 312, in _get_socket return socket.create_connection((host, port), timeout, File "/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/socket.py", line 824, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): File "/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/socket.py", line 955, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -2] Name or service not known Error: Process completed with exit code 1.
虽然签到都能够正常完成,但每次签到的时候都会有如此报错,请问应该如何解决呢?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "/home/runner/work/TieBaSign/TieBaSign/main.py", line 232, in <module> main() File "/home/runner/work/TieBaSign/TieBaSign/main.py", line 227, in main send_email(favorites) File "/home/runner/work/TieBaSign/TieBaSign/main.py", line 209, in send_email smtp.connect(HOST) File "/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/smtplib.py", line 341, in connect self.sock = self._get_socket(host, port, self.timeout) File "/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/smtplib.py", line 312, in _get_socket return socket.create_connection((host, port), timeout, File "/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/socket.py", line 824, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): File "/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/socket.py", line 955, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -2] Name or service not known Error: Process completed with exit code 1.
虽然签到都能够正常完成,但每次签到的时候都会有如此报错,请问应该如何解决呢?
The text was updated successfully, but these errors were encountered: