Skip to content

Known Issues

PencilNavigator edited this page May 21, 2023 · 4 revisions

已知问题 Known Issues

-访问workers域名不显示日期

Workers域名仅供测试是否可以获取域名剩余时间,通过Workers域名访问不会触发续期任务。 如通过快速编辑中“预览”访问可正常显示剩余日期,即为部署成功。在彻底解决该问题前将不再提供Workers域名的相关支持(含自定义域名)。

The Workers domain name is used only to test whether the remaining time of the domain name can be obtained. Accessing the Workers domain name does not trigger renewal. The deployment is successful if the remaining date is displayed normally through Preview in Quick Edit. The Workers domain (including the custom domain name) will not be supported until this issue is resolved.


-域名剩余0天时脚本运行报错

由于Freenom的智熄设计,当域名剩余0天时续期界面显示的不是剩余日期,而是“域名将于今日过期”这段文字,导致脚本无法正常识别剩余日期。 正在研究解决方案,如遇到同样问题,请先手动登录Freenom续期问题域名后再执行脚本。

Due to Freenom's stupid ideas, when the domain name has 0 days remaining, instead of showing the remaining date, it will show "Domain name will expire today" on the renewal interface. As a result, the script cannot properly identify the remaining date.

Researching on a solution. If you encounter the same problem, please manually log in to Freenom to renew the domain name in question before executing the script.


-单次触发最多续期15个域名

由于Cloudflare限制脚本执行副请求次数和单次请求时长(详见Cloudflare文档),且freenom域名不可批量续期(需要一个一个下单),导致单次触发最多续期15个域名甚至更少。 正在研究解决方案,如遇到同样问题,可提高Cron触发器执行频率(可以每1小时执行一次)。

Because Cloudflare limits the amount of subrequests and the duration of script execution (Check Cloudflare Docs for more info), also freenom domains can only be renewed one at a time, only 15 or fewer domains can be renewed at a single execution.

Researching on a solution. For now, please increase the frequency of Cron trigger execution (1 hours or less) if the same problem is encountered.

Clone this wiki locally