-
Notifications
You must be signed in to change notification settings - Fork 666
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] ValueError: underlying buffer has been detached #408
Comments
没证据的原因:妹子的电脑上没环境 [手动狗头] |
windows的这个编码在有的系统上确实可能有问题😂 |
遇到了同样的问题。 描述问题 (Describe the bug)[debug] ValueError: underlying buffer has been detached 版本信息 (version info)
配置文件 (config file){
"$schema": "https://ddns.newfuture.cc/schema/v2.8.json",
"debug": false,
"dns": "alidns",
"id": "XXXXXX",
"index4": "regex:10.*",
"index6": "false",
"ipv4": ["aa_bb-cc.dddd.eee"],
"ipv6": [],
"proxy": null,
"token": "YYYYYYYYYYYY",
"ttl": null,
"cache": true
} |
我换方案了,目前只测试了 Win10、Win11。不用那个单 exe,换了Python,用 pip 挂梯子下了 ddns。然后用 Windows 计划任务实现了开机跑一次ddns,以及每隔一分钟跑一次 ddns。注意cache参数一定要设置为 false,不差那点优化,但如果开了cache在某些场景容易造成麻烦。 |
我之前一直用的好好的,重装了系统也遇到这个问题了 |
有兼容问题可以先用旧版的😂
|
同样的报错信息在Windows11上 |
这个问题有办法了吗,今天在win11上也这样报错,用的是Cloudflare |
有办法了,用ddns-go |
描述问题 (Describe the bug)
版本信息 (version info)
配置文件 (config file)
调试输出 (debug output)
The text was updated successfully, but these errors were encountered: