We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2023-07-20 14:29:40,616 - CurrentIP.fetch[line:71] - ERROR: error code: count=2 2023-07-20 14:29:43,174 - CurrentIP.fetch[line:76] - INFO: current host ip: 222.205.75.76 2023-07-20 14:29:43,174 - DDNS.start[line:202] - ERROR: 'domain_ip' Traceback (most recent call last): File "/home/NameSilo-DDNS/ddns.py", line 186, in start if (enable_ipv4 and not self._namesilo_client.ip_equal(current_ip)) or File "/home/NameSilo-DDNS/lib/namesilo_client.py", line 198, in ip_equal result = result & (ip == domain['domain_ip']) KeyError: 'domain_ip'
The text was updated successfully, but these errors were encountered:
信息太少了,看起来是配置文件没填写对或者没加载上。看看你的配置文件conf/conf.json, 替换、脱敏key、域名等敏感信息再发上来。
conf/conf.json
Sorry, something went wrong.
No branches or pull requests
2023-07-20 14:29:40,616 - CurrentIP.fetch[line:71] - ERROR: error code: count=2
2023-07-20 14:29:43,174 - CurrentIP.fetch[line:76] - INFO: current host ip: 222.205.75.76
2023-07-20 14:29:43,174 - DDNS.start[line:202] - ERROR: 'domain_ip'
Traceback (most recent call last):
File "/home/NameSilo-DDNS/ddns.py", line 186, in start
if (enable_ipv4 and not self._namesilo_client.ip_equal(current_ip)) or
File "/home/NameSilo-DDNS/lib/namesilo_client.py", line 198, in ip_equal
result = result & (ip == domain['domain_ip'])
KeyError: 'domain_ip'
The text was updated successfully, but these errors were encountered: