gxy12345/windoge-plugin

汇率API请求失败

Closed this issue · 2 comments

o02 commented

已经通过#windoge设置汇率key c9d1de52e9aba8cd9da5**** 设置了,查询还是提示汇率API请求失败

先排查一下是不是网络问题,使用机器人所在的设备请求一下汇率接口(https://v6.exchangerate-api.com/v6/${api_key}/latest/CNY) 看看能不能正常请求,实在不行就把这个加到梯子的代理里面

o02 commented

curl https://v6.exchangerate-api.com/v6/c9d1de52e9aba8cd9da5****/latest/CNY
{
"result":"success",
"documentation":"https://www.exchangerate-api.com/docs",
"terms_of_use":"https://www.exchangerate-api.com/terms",
"time_last_update_unix":1675987201,
"time_last_update_utc":"Fri, 10 Feb 2023 00:00:01 +0000",
"time_next_update_unix":1676073601,
"time_next_update_utc":"Sat, 11 Feb 2023 00:00:01 +0000",
"base_code":"CNY",
"conversion_rates":{
"CNY":1,
"AED":0.5413,
"AFN":13.2808,
"ALL":15.9535,
"AMD":58.3557,
…………………………………………
所在的设备,测试能正常连接到汇率接口的。可能是支持库的原因,之前用
pnpm install --filter=windoge-plugin
安装了,目前能正常使用其它功能的,用
npm install date-format
安装的话,最后会出错。安装日志太长,不折腾这功能了,其它功能正常使用不管它了。