Skip to content
New issue

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

[debug]输出结果总是会包含“[ERROR] name 'data' is not defined” #222

Closed
szl0834 opened this issue Feb 6, 2021 · 1 comment · Fixed by #224
Closed

[debug]输出结果总是会包含“[ERROR] name 'data' is not defined” #222

szl0834 opened this issue Feb 6, 2021 · 1 comment · Fixed by #224
Labels

Comments

@szl0834
Copy link

szl0834 commented Feb 6, 2021

Describe the bug [描述]

输出结果总是会包含“[ERROR] name 'data' is not defined”

To Reproduce [复现]

version info [基本信息]

  • DDNS Version: 2.97
  • OS Version: win10 2004
  • Type(运行方式): Binary

config file [配置文件]

{
  "$schema": "https://ddns.newfuture.cc/schema/v2.8.json",
  "debug": true,
  "dns": "callback",
  "id": "https://ipv6.dynv6.com/api/update?ipv6=auto&zone=__DOMAIN__&token=**********&ipv6=__IP__",
  "index4": "false",
  "index6": "public",
  "ipv4": [],
  "ipv6": [
    "***************"
  ],
  "proxy": null,
  "token": "",
  "ttl": null
}

debug output [调试输出]

DDNS[ v2.9.7@2020-09-11T03:25:49+00:00 ] run: nt win32
Configuration was loaded from <== C:\DDNS\config.json
========================= Sun Feb  7 02:20:38 2021 =========================
2021-02-07 02:20:38,026 <cache.load> 48@util\cache.py
[DEBUG] load cache data from C:\Users\STEVES~1\AppData\Local\Temp\ddns.cache
2021-02-07 02:20:38,027 <run.main> [email protected]
[WARNING] Cache file is out of dated.

*********************(AAAA) ==> ********************************** [via DIRECT]
2021-02-07 02:20:38,074 <callback.update_record> 90@dns\callback.py
[INFO] >>>>>********************(AAAA)
2021-02-07 02:20:38,075 <callback.request> 40@dns\callback.py
[INFO] ipv6.dynv6.com//api/update : {'ipv6': '**************************************', 'zone': '*********************', 'token': '*******************'}
2021-02-07 02:20:39,348 <callback.request> 73@dns\callback.py
[DEBUG] /api/update?ipv6=********************************************&zone=****************************&token=**************************************** : result:addresses updated
2021-02-07 02:20:39,348 <run.change_dns_record> [email protected]
[ERROR] name 'data' is not defined
2021-02-07 02:20:39,351 <cache.sync> 85@util\cache.py
[DEBUG] save cache data to C:\Users\STEVES~1\AppData\Local\Temp\ddns.cache
@szl0834 szl0834 added the bug label Feb 6, 2021
NewFuture added a commit that referenced this issue Feb 18, 2021
@NewFuture
Copy link
Owner

这是BUG #224

NewFuture added a commit that referenced this issue Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants