mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-06 16:58:36 -05:00
[GH-ISSUE #8135] in version 0.5.2 I get an error 500 on call to GET /ollama/v1/models #134742
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 @df-cgdm on GitHub (Dec 27, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8135
Originally assigned to: @tjbck on GitHub.
Bug Report
Installation Method
Docker
Environment
Confirmation:
Expected Behavior:
When calling the API I should not receive an error 500
Actual Behavior:
When calling GET /ollama/v1/models I receive an error 500 Internal Server Error
Description
Bug Summary:
When I run the following curl
Reproduction Details
Steps to Reproduce:
See above
Logs and Screenshots
Docker Container Logs:
@morgan55555 commented on GitHub (Dec 27, 2024):
99386bf680Already fixed in dev, so, hope that 0.5.3 is coming soon
@xiaohanqing commented on GitHub (Dec 30, 2024):
Every time I open the page, it stays blank. After checking the network requests, I found that the /api/module endpoint is always pending, and eventually, it throws the error mentioned above. This process takes a long time, around 2-3 minutes. It will be fixed in the next version, right?
@Mist-Hunter commented on GitHub (Dec 31, 2024):
Does this issue resolve after this? I'm experience the same issue, which from my perspective has made it so I can't load any models. (meaning the 0.5.2 release is broken). I'm guessing I've missed something, thanks for this great project, I use it all the time! Any help appreciated!