CodFrm / setu_api

色图 色图 搜色图 http://sosetu.xyz/v1/api/pixiv/rand
10 stars 1 forks source link

网络超时 #1

Open YUZU-wq opened 2 years ago

YUZU-wq commented 2 years ago

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"}

CodFrm commented 2 years ago

太久了我也忘记了

设置了环境变量么?

export http_proxy
export https_proxy
CodFrm commented 2 years ago

https://github.com/CodFrm/setu_api/blob/master/pkg/pixiv/pixiv.go#L25

之前好像我是直接用国外服务器处理的

YUZU-wq commented 2 years ago

https://www.pixiv.net/ranking.php?mode=weekly\u0026content=illust\u0026p=1\u0026fo

环境变量配置了 似乎不起作用

CodFrm commented 2 years ago

https://github.com/CodFrm/setu_api/blob/master/pkg/pixiv/pixiv.go#L25

之前好像我是直接用国外服务器处理的

https://github.com/CodFrm/setu_api/blob/76a5128ea3e4bea1ca6077073aed65ea42b717ea/internal/service/pixiv.go#L41

看起来是用的环境变量,确认一下环境变量是不是有问题吧,不行可以试试可以自己修改一下这块