deanxv / coze-discord-proxy

代理Discord对话Coze-Bot,实现以API形式请求GPT4模型,提供对话、文生图、图生文、知识库检索等功能。
GNU General Public License v3.0
3.62k stars 1.04k forks source link

代理不完全 #21

Closed czyt closed 9 months ago

czyt commented 9 months ago

可以请求,机器人也将我的消息发给coze机器人了,但是后续报错

2024/01/31 13:25:23 [DG0] wsapi.go:82:Open() error connecting to gateway wss://gateway.discord.gg/?v=9&encoding=json, dial tcp [2a03:2880:f11f:83:face:b00c:0:25de]:443: i/o timeout
[FATAL] 2024/01/31 - 13:25:23 | [error opening connection, dial tcp [2a03:2880:f11f:83:face:b00c:0:25de]:443: i/o timeout]

我怀疑是代理设置不完全,参考discordgo这个库的issue https://github.com/bwmarrin/discordgo/issues/852

deanxv commented 9 months ago

收到 晚些会验证

XinShuichen commented 9 months ago

可以先这样加在environment里验证. 我这边测可以了.

  - HTTP_PROXY=socks5://192.168.1.112:7891
  - HTTPS_PROXY=socks5://192.168.1.112:7891
  - ALL_PROXY=socks5://192.168.1.112:7891

@czyt

deanxv commented 9 months ago

已验证测试通过 多谢各位 已推送最新镜像 PROXY_SECRET变量可使用http代理