Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
把上一次执行的域名记录删掉在执行就好了,哪里的事啊 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
如同报错信息所示一样,连接CloudFlare超时了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "/root/Natter/cf-redir.py", line 228, in
main()
File "/root/Natter/cf-redir.py", line 20, in main
cf.set_a_record(cf_redirect_host, public_ip, proxied=True)
File "/root/Natter/cf-redir.py", line 39, in set_a_record
zone_id = self._find_zone_id(name)
File "/root/Natter/cf-redir.py", line 79, in _find_zone_id
data = self._url_req(
File "/root/Natter/cf-redir.py", line 68, in _url_req
ret = json.load(res)
File "/usr/lib/python3.8/json/init.py", line 293, in load
return loads(fp.read(),
File "/usr/lib/python3.8/http/client.py", line 471, in read
return self._readall_chunked()
File "/usr/lib/python3.8/http/client.py", line 581, in _readall_chunked
value.append(self._safe_read(chunk_left))
File "/usr/lib/python3.8/http/client.py", line 618, in _safe_read
data = self.fp.read(amt)
File "/usr/lib/python3.8/socket.py", line 669, in readinto
return self._sock.recv_into(b)
File "/usr/lib/python3.8/ssl.py", line 1241, in recv_into
return self.read(nbytes, buffer)
File "/usr/lib/python3.8/ssl.py", line 1099, in read
return self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out
Beta Was this translation helpful? Give feedback.
All reactions