ading2210 / poe-api

[UNMAINTAINED] A reverse engineered Python API wrapper for Quora's Poe, which provides free access to ChatGPT, GPT-4, and Claude.
https://pypi.org/project/poe-api
GNU General Public License v3.0
2.5k stars 316 forks source link

Persistent Response Timed Out Issue Despite Successful Web Interface Conversations #200

Closed fkx816 closed 1 year ago

fkx816 commented 1 year ago

I encountered a "Response timed out" issue while using the latest library. The problem arises when I send a message using the library for the first time and it succeeds, but when I send the second message, I get a "Response timed out" notification. Upon checking on the web side, I found out that the message was successfully sent but there was no response. The problem persists even after reconnecting the client. Screenshot_20230725-191249 There's no problem when conducting conversations through the web interface.

fkx816 commented 1 year ago

Screenshot_20230725-191542

lanqian528 commented 1 year ago

I am also confused by this problem.

lanqian528 commented 1 year ago

我发现这个问题造成的原因是这个上下文结构被针对了,使用这个结构就会导致响应超时,请立即更改上下文结构.

fkx816 commented 1 year ago

我发现这个问题造成的原因是这个上下文结构被针对了,使用这个结构就会导致响应超时,请立即更改上下文结构.

完美解决问题

isJN commented 1 year ago

我发现这个问题造成的原因是这个上下文结构被针对了,使用这个结构就会导致响应超时,请立即更改上下文结构.

完美解决问题

Excuse me, how did you solve it? Did you modify or add any code to solve it?

fkx816 commented 1 year ago

我发现这个问题造成的原因是这个上下文结构被针对了,使用这个结构就会导致响应超时,请立即更改上下文结构.

完美解决问题

Excuse me, how did you solve it? Did you modify or add any code to solve it?

see #201

fkx816 commented 1 year ago

我发现这个问题造成的原因是这个上下文结构被针对了,使用这个结构就会导致响应超时,请立即更改上下文结构.

完美解决问题

Excuse me, how did you solve it? Did you modify or add any code to solve it?

如果你的情况不是由上下文格式引起的,可能需要参见

155