OpenWebUI with hailo-ollama on RP AI Hat +2
I'm following Raspberry Pi documentation on setting up the Raspi AI Hat + 2, installing it on a Raspberry Pi 5 8G ram. Everything is fine until I inference a model and the chat responds "Server Connection Error." The hailo-ollama console shows the prompt is received but isn't showing a response being generated.
Here's the error I get in the docker logs:
2026-07-03 20:11:38.567 | ERROR | open_webui.routers.ollama:send_request:149 - Failed to parse error response: 500, message='Attempt to decode JSON with unexpected mimetype: ', url='http://127.0.0.1:8000/api/chat'
2026-07-03 20:11:38.568 | ERROR | open_webui.main:process_chat:1512 - Error processing chat payload: Open WebUI: Server Connection Error
With the big OpenWebUI update I thought maybe there was a change they hadn't caught up with in the documentation but tried 0.9.5 and 0.9.6 and couldn't get them to install without errors.
Actually the only difference in my setup from the documentation is I'm running it on a headless Pi so accessing through the local hostname, could that be the problem?