kimi-web model return "Stream produced no non-ping SSE event within 80000ms #10602
Replies: 2 comments
|
Hey @yoursshadow50! Thanks for the log. "Stream produced no non-ping SSE event within 80000ms" means kimi-web's connection accepted the request but never streamed a token before the timeout -- usually an upstream session/auth staleness on that connection rather than an OmniRoute-side bug. Could you:
If it reproduces on a fresh connection too, that points to an upstream kimi-web outage rather than something we can fix locally -- let me know and I'll open a tracking issue. |
|
@yoursshadow50 -- is this still happening? "Stream produced no non-ping SSE event within 80000ms" means kimi-web accepted the request but never streamed a token, which usually points at an upstream session or auth stall rather than a routing problem. That matches what you have been describing in #11092 as well. Two things would settle it: does it fail immediately after pasting a fresh If there is no reply I will close this in 7 days for inactivity. If it is the same root cause as #11092, say so and I will consolidate them rather than debugging the same stall in two places. |
Uh oh!
There was an error while loading. Please reload this page.
iam using omnirouter v3.8.50
{"level":30,"time":"2026-08-17T10:51:40.137Z","service":"omniroute","module":"sse","tag":"ROUTING","msg":"Provider: kimi-web, Model: k3"}
{"level":30,"time":"2026-08-17T10:51:40.139Z","service":"omniroute","module":"sse","tag":"AUTH","msg":"session_key=input:sha256:30822... has no available affinity target"}
{"level":30,"time":"2026-08-17T10:51:40.139Z","service":"omniroute","module":"sse","tag":"AUTH","msg":"Using kimi-web account: f9ad5e37..."}
[ProxyEgress] kimi-web/f9ad5e37 in=? out=54.145.250.53 proxy=direct status=timeout
{"level":40,"time":"2026-08-17T10:51:41.139Z","service":"omniroute","module":"sse","tag":"STREAM","msg":"Stream produced no non-ping SSE event within 80000ms (kimi-web/k3)"}
{"level":30,"time":"2026-08-17T10:51:43.697Z","service":"omniroute","module":"sse","tag":"MODEL_TEST_ALL","providerId":"kimi-web","modelCount":1,"hasConnection":false,"respectRateLimit":true,"autoHideFailed":false,"msg":"Starting batch test for 1 model(s) on provider kimi-web"}
{"level":30,"time":"2026-08-17T10:51:43.698Z","service":"omniroute","module":"sse","tag":"HTTP","method":"POST","path":"/v1/chat/completions | kimi-web/k2d6 | 1 msgs","msg":"📥 POST /v1/chat/completions | kimi-web/k2d6 | 1 msgs"}
{"level":30,"time":"2026-08-17T10:51:43.701Z","service":"omniroute","module":"sse","tag":"ROUTING","msg":"Provider: kimi-web, Model: k2d6"}
{"level":30,"time":"2026-08-17T10:51:43.703Z","service":"omniroute","module":"sse","tag":"AUTH","msg":"session_key=input:sha256:607a1... has no available affinity target"}
{"level":30,"time":"2026-08-17T10:51:43.703Z","service":"omniroute","module":"sse","tag":"AUTH","msg":"Using kimi-web account: f9ad5e37..."}
{"level":30,"time":"2026-08-17T10:51:43.711Z","service":"omniroute","module":"sse","tag":"MODEL_TEST_ALL","providerId":"kimi-web","modelCount":1,"hasConnection":false,"respectRateLimit":true,"autoHideFailed":false,"msg":"Starting batch test for 1 model(s) on provider kimi-web"}
{"level":30,"time":"2026-08-17T10:51:43.711Z","service":"omniroute","module":"sse","tag":"HTTP","method":"POST","path":"/v1/chat/completions | kimi-web/k3 | 1 msgs","msg":"📥 POST /v1/chat/completions | kimi-web/k3 | 1 msgs"}
{"level":30,"time":"2026-08-17T10:51:43.714Z","service":"omniroute","module":"sse","tag":"ROUTING","msg":"Provider: kimi-web, Model: k3"}
{"level":30,"time":"2026-08-17T10:51:43.715Z","service":"omniroute","module":"sse","tag":"AUTH","msg":"session_key=input:sha256:1dfeb... has no available affinity target"}
{"level":30,"time":"2026-08-17T10:51:43.715Z","service":"omniroute","module":"sse","tag":"AUTH","msg":"Using kimi-web account: f9ad5e37..."}
[ProxyEgress] kimi-web/f9ad5e37 in=? out=54.145.250.53 proxy=direct status=timeout
{"level":40,"time":"2026-08-17T10:51:44.711Z","service":"omniroute","module":"sse","tag":"STREAM","msg":"Stream produced no non-ping SSE event within 80000ms (kimi-web/k2d6)"}
{"level":30,"time":"2026-08-17T10:51:44.714Z","service":"omniroute","module":"sse","tag":"MODEL_TEST_ALL","providerId":"kimi-web","modelId":"kimi-web/k2d6","latencyMs":1017,"msg":"Tested kimi-web/k2d6: error"}
{"level":30,"time":"2026-08-17T10:51:44.714Z","service":"omniroute","module":"sse","tag":"MODEL_TEST_ALL","providerId":"kimi-web","tested":1,"total":1,"stoppedEarly":false,"msg":"Batch test complete: 1/1 model(s)"}
[ProxyEgress] kimi-web/f9ad5e37 in=? out=54.145.250.53 proxy=direct status=timeout
{"level":40,"time":"2026-08-17T10:51:45.256Z","service":"omniroute","module":"sse","tag":"STREAM","msg":"Stream produced no non-ping SSE event within 80000ms (kimi-web/k3)"}
{"level":30,"time":"2026-08-17T10:51:45.260Z","service":"omniroute","module":"sse","tag":"MODEL_TEST_ALL","providerId":"kimi-web","modelId":"kimi-web/k3","latencyMs":1549,"msg":"Tested kimi-web/k3: error"}
{"level":30,"time":"2026-08-17T10:51:45.260Z","service":"omniroute","module":"sse","tag":"MODEL_TEST_ALL","providerId":"kimi-web","tested":1,"total":1,"stoppedEarly":false,"msg":"Batch test complete: 1/1 model(s)"}
All reactions