mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #8880] "Exception in ASGI" Applicaiton when attempting to use Deepseek-R1--response never returns #30831
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @InconsolableCellist on GitHub (Jan 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8880
Installation Method
pip install open-webuiEnvironment
Open WebUI Version: v0.5.7 (latest)
Ollama (if applicable): N/A
Operating System: Linux
Browser (if applicable): Waterfox
Confirmation:
and Ollama.Expected Behavior:
Sending a message to Deepseek-R1 through OpenRouter works like any other model
Actual Behavior:
The response never progresses and remains in its initial loading state indefinitely. Repeated attempts sometimes make it load normally.
Description
Bug Summary:
Can't send messages to Deepseek-R1 using OpenRouter sometimes.
Reproduction Details
Steps to Reproduce:
DeepSeek: DeepSeek R1as the modelLogs and Screenshots
Browser Console Logs:
N/A
Docker Container Logs:
N/A
Output logs:
Screenshots/Screen Recordings (if applicable):
Additional Information
@InconsolableCellist commented on GitHub (Jan 24, 2025):
I should note that Openrouter via DeepInfra still charged me for the generation, both in and out:
So I believe the generation occurred, it just wasn't read properly.