-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
异常的内容是登录 freenom 出错 #223
Comments
这个是 freenom 的问题,也可能是你网络环境问题,请求打到 freenom 的服务器的过程超时。 |
最近这两天,我的出错:登录 freenom 出错。错误信息:cURL error 28: Operation timed out after 33000 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://my.freenom.com/dologin.php(Error code: 34520002) |
我也有同样的错误,手工验证过,账号没问题。freenom网站改版了? |
超时是网络问题或者官方服务器问题。 |
刚才手动执行docker,成功登陆了。 |
如何修改定时? |
我用crontab 定时 每次开启都会自动执行一次续期。 |
我手动执行还是失败,提示主人,出错了,登录 freenom 出错。错误信息:cURL error 28: Operation timed out after 33001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://my.freenom.com/clientarea.php(Error code: 34520002) 具体是在/app/app/Console/FreeNom.php文件的第131行,抛出了一个异常。异常的内容是登录 freenom 出错。错误信息:cURL error 28: Operation timed out after 33001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://my.freenom.com/clientarea.php(Error code: 34520002),快去看看吧。 |
同连接超时 主人,出错了。具体是在/code/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php文件的第200行,抛出了一个异常。异常的内容是cURL error 7: Failed to connect to my.freenom.com port 443: Connection timed out (see https://curl.haxx.se/libcurl/c/libcurl-errors.html),快去看看吧。 |
描述问题
5月8号开始出现错误,之前都正常
```具体是在/app/app/Console/FreeNom.php文件的第131行,抛出了一个异常。异常的内容是登录 freenom 出错。错误信息:Server error:
POST https://my.freenom.com/dologin.php
resulted in a `504 Gateway Time-out` response:504 Gateway Time-out
在/app/app/Console/FreeNom.php文件的第131行,抛出了一个异常。异常的内容是登录 freenom 出错。错误信息:cURL error 28: Operation timed out after 33000 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://my.freenom.com/clientarea.php(Error code: 34520002)
在/app/app/Console/FreeNom.php文件的第200行,抛出了一个异常。异常的内容是获取域名状态页面出错,错误信息:cURL error 28: Operation timed out after 33001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://my.freenom.com/domains.php?a=renewals(Error code: 34520013)
A clear and concise description of what the bug is.
步骤一
描述你发现问题后做了哪些尝试,以及尝试结果,方便我快速排除某些问题,提高沟通效率。
The text was updated successfully, but these errors were encountered: