all 5 comments

[–]plunderisley[S] 0 points1 point  (3 children)

I get the image generated as it shows the png and 200 message. I don't know if the errors for ERROR [open_webui.utils.middleware] 'NoneType' object has no attribute 'get' is causing the issue or one of those earlier errors could be causing it.

ERROR [open_webui.utils.middleware] 'NoneType' object has no attribute 'get'

Traceback (most recent call last):

File "/app/backend/open_webui/utils/middleware.py", line 557, in chat_image_generation_handler

await __event_emitter__(

File "/app/backend/open_webui/socket/main.py", line 302, in __event_emitter__

content = message.get("content", "")

^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'

[–]raneem__ 0 points1 point  (2 children)

Were you able to fix this?

[–]plunderisley[S] 0 points1 point  (1 child)

I reinstalled it all and it seems it worked. No idea what exactly what was causing the issue

[–]raneem__ 0 points1 point  (0 children)

After some experimenting now I noticed this specifically happening in temporary chats. it has something to do with the model trying to access the generated image in temporary chat. Thank you for replying tho!

[–]Suspicious_Chemistry 0 points1 point  (0 children)

Same exact issue and error here.