Open YUZU-wq opened 2 years ago
太久了我也忘记了
设置了环境变量么?
export http_proxy
export https_proxy
https://github.com/CodFrm/setu_api/blob/master/pkg/pixiv/pixiv.go#L25
之前好像我是直接用国外服务器处理的
https://github.com/CodFrm/setu_api/blob/master/pkg/pixiv/pixiv.go#L25
之前好像我是直接用国外服务器处理的
看起来是用的环境变量,确认一下环境变量是不是有问题吧,不行可以试试可以自己修改一下这块
https://www.pixiv.net/ranking.php?mode=weekly&content=illust&p=1&format=json 在请求pixiv时,服务器本身已设置代理,可以访问,但服务却超时了。
{"code":-1,"msg":"Get \"https://www.pixiv.net/ranking.php?mode=weekly\u0026content=illust\u0026p=1\u0026format=json\": dial tcp 157.240.8.50:443: connect: operation timed out"}