juzeon / poe-openai-proxy

A wrapper that lets you use the reverse-engineered Python library poe-api library as if it was the OpenAI API for ChatGPT. You can connect your favorite OpenAI API based apps to this proxy and enjoy the ChatGPT API for free!
GNU General Public License v3.0
424 stars 98 forks source link

ERROR: websocket: RSV1 set, FIN not set on control #33

Open LNpks opened 1 year ago

LNpks commented 1 year ago

ERROR: websocket: RSV1 set, FIN not set on control 使用一段时间就报这个错误,有什么解决办法呢 谢谢

juzeon commented 1 year ago

可能是poe的限制问题,尝试重启Python端,以及更换token或代理。

LNpks commented 1 year ago

谢谢,另外想问一下如何加入key 验证呢?具体的接口请求是怎么用的

可能是poe的限制问题,尝试重启Python端,以及更换token或代理。

juzeon commented 1 year ago

config.toml中可以配置多个key。

realnoob007 commented 1 year ago

你好,我也碰到了这个问题,可能是因为token的原因。我配置了很多token,但是这个报错偶然发生,如果可以自动检测这个报错,然后重新请求就比较好了。

RamSong commented 1 year ago

噢噢找到了