wangrongding / wechat-bot

🤖一个基于 WeChaty 结合 OpenAi ChatGPT / Kimi / 讯飞等Ai服务实现的微信机器人 ,可以用来帮助你自动回复微信消息,或者管理微信群/好友,检测僵尸粉等...
MIT License
4.34k stars 652 forks source link

连接超时是咋回事,已经翻墙了 #143

Open shuaixiaoji opened 1 year ago

shuaixiaoji commented 1 year ago

image

mantouo10 commented 1 year ago

直接登录ChatGPT可以访问,但是通过api key同样出现超时,有什么方式解决呢?

Lanborn commented 1 year ago

同样的问题,不知道是不是接口请求的有问题

Loveilove commented 4 months ago

没有额度的问题

wangrongding commented 4 months ago

拉取最新的代码,执行 npm run test 测试下能调通吗?

wangrongding commented 4 months ago

不能调通说明你的终端实际可能没有走代理,尝试全局代理,或者像这样设置下:

export http_proxy="http://localhost:端口号" && export https_proxy="http://localhost:端口号"

还有一种情况是梯子有问题

hebCoder commented 1 month ago

有人解决这个问题吗,我能够ping通