你瞅啥呢
摘要: 2025-11-22 "error": {"status": 401,"type": "https://dev.qweather.com/docs/resource/error-code/#unauthorized","title": "Unauthorized","detail": "Authentication failed, check your KE 请求详情: Method: GET URL: 你的api host/v7/weather/now Full URL: 你的api host//v7/weather/now?location=101010100&lang=zh Parameters: { location: '101010100', 阅读全文
posted @ 2025-11-22 16:24 叶乘风 阅读(15) 评论(0) 推荐(0)
摘要: 2025-11-22 Ed25519 Error: error:1E08010C:DECODER routines::unsupported Ed25519 Error: error:1E08010C:DECODER routines::unsupported 有2个原因导致: 1.node版本不支持 2.Ed25519模块在当前项目不支持 我的做法:升级node版本,不行,,,然后我就把Ed25519这个插件卸载了,使用了@noble/ 阅读全文
posted @ 2025-11-22 00:45 叶乘风 阅读(9) 评论(0) 推荐(0)