-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResponseBodyEmitter has already completed #20
Comments
方便把完整的错误堆栈放出来吗 @Abecedariann |
java.io.IOException: 你的主机中的软件中止了一个已建立的连接。 2024-06-20 09:04:16.518 ERROR [OkHttp https://api.xty.app/...] com.moyz.adi.common.interfaces.AbstractLLMService stream onNext error org.apache.catalina.connector.ClientAbortException: java.io.IOException: 你的主机中的软件中止了一个已建立的连接。 2024-06-20 09:04:16.519 INFO [OkHttp https://api.xty.app/...] com.moyz.adi.common.interfaces.AbstractLLMService get content:您 java.lang.IllegalStateException: ResponseBodyEmitter has already completed 2024-06-20 09:04:16.519 INFO [http-nio-9999-exec-2] com.moyz.adi.common.helper.SSEEmitterHelper response complete,uid:1 |
我也遇到了,应该是超时时间设置的问题 |
SseEmitter超时时间吗 我都设置的挺大了 |
@Abecedariann 这个看起来像是AI接口那边主动断开的,根据日志信息,发现你用的是代理的AI接口,建议先确认下代理接口是否支持SSE。 |
我本地部署的llama模型也是有这个问题 |
一样的问题,通常出现在长文本生成的情况下 |
请问解决了吗 我也遇到了 在哪里设置超时时间 |
经常会有这个错误
The text was updated successfully, but these errors were encountered: