mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #15652] issue: Failed to send telemetry event #120938
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 @svaningelgem on GitHub (Jul 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15652
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.15
Ollama Version (if applicable)
/
Operating System
Windows
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
Nothing visible, just pollution of the logs
Actual Behavior
Steps to Reproduce
I just started it up, that's it. After a short while it gave me this, but stopped after 10-12 messages.
It might also be when I send a request. I think I send 4, and with 3 retries, it could amount to 12 messages.
Logs & Screenshots
See above for the log
Additional Information
No response
@tjbck commented on GitHub (Jul 11, 2025):
Intended behaviour here, chromadb telemetry is disabled by default.
@rgaricano commented on GitHub (Jul 13, 2025):
It seems that the fault is in chromadb when passing arguments to a dependent library posthog (Requires-Dist: posthog>=2.4.0), for this to work properly, it need to change that requirement to force posthog>=2.4.0,<6.0.0
Maybe adding posthog>=2.4.0,<6.0.0 to requirements could solve that issue.
(https://github.com/vanna-ai/vanna/issues/917#issuecomment-3036668545 )
@jangrewe commented on GitHub (Jul 16, 2025):
@tjbck I'm getting loads of these errors, too - running
0.6.16@rgaricano commented on GitHub (Jul 16, 2025):
right now you can address this chromadb issue as it's posted in https://github.com/open-webui/open-webui/discussions/15624