mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
issue: Evaluations leaderboard throws error "AttributeError: 'NoneType' object has no attribute 'model_dump'" #5160
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 @FelHell on GitHub (May 13, 2025).
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.9
Ollama Version (if applicable)
0.6.6
Operating System
Ubuntu 22.04.5 LTS
Browser (if applicable)
Firefox 138.0.1
Confirmation
README.md.Expected Behavior
The page
/admin/evaluationsshould show a list of all installed models with their calculated score.Actual Behavior
I can't open the page
/admin/evaluations, the XHR call to/api/v1/evaluations/feedbacks/allresults in a error500 Internal Server Error. The page says "No model found" and shows a loading animation.Steps to Reproduce
Logs & Screenshots
see Docker Logs for the logged error message when opening the leaderboard URL
Additional Information
I might have an idea why this happens: I've deleted a user who had voted for a model.
@Ithanil commented on GitHub (May 13, 2025):
Can confirm, seeing the same issue.
@tjbck commented on GitHub (May 14, 2025):
Should be addressed with
6e8481e157in dev, testing wanted here!@FelHell commented on GitHub (May 15, 2025):
I've tested it with this Docker image and there I can open the leaderboard as expected. ✅