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

日期天气都不好用了 #7

Open
mylove2693 opened this issue Dec 16, 2024 · 2 comments
Open

日期天气都不好用了 #7

mylove2693 opened this issue Dec 16, 2024 · 2 comments

Comments

@mylove2693
Copy link

NTP Time: 2024/12/16 18:46:12 [HTTPS] begin... url: https://api.heidai.space/date
{"status_code":"connection lost"}
{
"status_code": "connection lost"
}
日期信息json配置失败
{
"status_code": "connection lost"
}
天气json配置失败
[HTTPS] begin... url: https://api.heidai.space/weather/?location=Wuxi
{"status_code":"connection lost"}
{
"status_code": "connection lost"
}
天气json配置失败

@217heidai
Copy link
Owner

服务器到期换成 cloudflare 了,试了浏览器可以正常打开,但是 esp8266 连不上,空了研究下。。。

@217heidai
Copy link
Owner

217heidai commented Dec 20, 2024

NTP Time: 2024/12/16 18:46:12 [HTTPS] begin... url: https://api.heidai.space/date {"status_code":"connection lost"} { "status_code": "connection lost" } 日期信息json配置失败 { "status_code": "connection lost" } 天气json配置失败 [HTTPS] begin... url: https://api.heidai.space/weather/?location=Wuxi {"status_code":"connection lost"} { "status_code": "connection lost" } 天气json配置失败

内存开小了,修改下SSL缓存就行了:client.setBufferSizes(512, 256)改成client.setBufferSizes(1024, 512)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants