-
Notifications
You must be signed in to change notification settings - Fork 238
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
运行无效果,但未报错 #7
Comments
同样问题 |
Global API Key,我用这个不能用,令牌是哪个? |
在Global API Key上面 不过我试了也不成功 |
应该是代码问题,我试了每一个接口都有正常的数据 |
打开了 我怎么感觉是cf 的问题 |
是的,我看了看文档,是因为CFRECORD_ID这个值取不到,所以脚本退出了 |
遇到了相同的问题。在提示:
后直接退出。 不过我尝试手动获取CFZONE_ID和CFRECORD_ID都成功了,看起来CF那边是没什么问题的。不太理解出现了什么问题。 |
ZONE_ID和RECORD_ID 可以获取 我也获取到过 |
如果两个都可以获取,就把提交的那个命令中\去掉试试,那个文档中,有人这样可以解决 |
同错误 |
`#!/usr/bin/env bash Automatically update your CloudFlare DNS record to the IP, Dynamic DNSCan retrieve cloudflare Domain id and list zone's, because, lazyPlace at:curl https://raw.githubusercontent.com/MaleiSIyin/cfv4-ddns/master/cf-v4-ddns.sh > /usr/local/bin/cf-ddns.sh && chmod +x /usr/local/bin/cf-ddns.shrun
|
我上面这个可以用 |
我上面发这个可以用,自己改的 |
我发的这个可以用,可以试一下,等作者修复 |
可否发一份文件 jiangkechen@yandex.com |
已发送 |
好像是正则的时候有空格没有匹配到CFRECORD_ID导致的,加了个\s后正常了,我改了一下发了个pull |
The regular expression has been changed to match 32-bit strings (CFZONE_ID and CFRECORD_ID format) starting with 【[{"id":"】 and ending with 【"】. corresponding: yulewang#7
确实是正则表达式匹配导致的错误,但是加了个[\s*]似乎不影响我的运行结果,还是异常退出。 |
也发一份给我吧 谢谢 |
这个能发一份给我么 ssvt60@163.com |
看我提交的PR,合并一下就好了 |
你好 下载了你的 可以用 但是 提示是这样子 No file, need IP |
已发送 |
已发送 |
第一次本来就没有文件啊,你后面运行就不会这样了,你看一下作者源码就知道了 |
发一份给我吧 谢谢 33736675@qq.com |
每次./脚本后
输出“no file.need ip” 和 “Updating zone_identifier & record_identifier”后无反应
cf面板未更新ip,且本地未生成两个存档数据的txt文件
我使用了全局api key 并且在两台机器上分别使用debian和centos做过测试,也用文件内使用方法在/usr目录下实验过
能想到的原因均测试过,实在没办法请教大佬们,希望有大佬解惑
The text was updated successfully, but these errors were encountered: