mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #20157] issue: Channels: Model @ mention fails with "'str' object has no attribute 'app'" #122418
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 @sheldonbob on GitHub (Dec 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20157
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.43
Ollama Version (if applicable)
No response
Operating System
macOS 15.2
Browser (if applicable)
Any
Confirmation
README.md.Expected Behavior
Model should respond to @ mention in Channels
Actual Behavior
'str' object has no attribute 'app'Steps to Reproduce
Logs & Screenshots
2025-12-24 09:29:39.059 | INFO | open_webui.routers.channels:model_response_handler:1053 - 'str' object has no attribute 'app'
Additional Information
@owui-terminator[bot] commented on GitHub (Dec 24, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20150 issue: Tools not included for models in channel messages
by zhiweit • Dec 24, 2025 •
bug#19864 issue:
by Haervwe • Dec 10, 2025 •
bug#19733 issue: AttributeError: 'str' object has no attribute 'get' when using Bocha search engine
by Sorkai • Dec 04, 2025 •
bug#20107 issue:
by mengdeer589 • Dec 22, 2025 •
bug#20155 issue:
by dhaern • Dec 24, 2025 •
bugShow 5 more related issues
#20019 issue:
by j63440490 • Dec 17, 2025 •
bug#19758 issue: unable to disable channels creation from regular users
by stronk7 • Dec 04, 2025 •
bug#19777 issue:
by Yaute7 • Dec 05, 2025 •
bug#19154 issue: model streaming parameter set to True, even though the setting is set to False
by DirkRemmers • Nov 13, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@Classic298 commented on GitHub (Dec 25, 2025):
Please test the dev branch it should be fixed there.
@Classic298 commented on GitHub (Dec 26, 2025):
presumably fixed by
5995771583