Replies: 4 comments
-
|
Unable to reproduce. |
Beta Was this translation helpful? Give feedback.
-
|
I know the key works from the same computer. If I run this from my powershell: I get a list of models. I can also try this: Any ideas how to trouble shoot the connection from within Open WebUI Desktop? |
Beta Was this translation helpful? Give feedback.
-
|
Just looked at the content of c:\Users<USER>\AppData\Roaming\open-webui\logs\server.log The Root Cause Recently, aiohttp added a security feature (protection against decompression bombs) that passes a second argument (max_length) to Brotli. However, the version of the brotli (or brotlipy) package currently installed in your environment is older and only accepts one argument. That mismatch is what's throwing the TypeError: process() takes exactly 1 argument (2 given) error. How to Fix It |
Beta Was this translation helpful? Give feedback.
-
|
Just tested .. the version 0.9.2 solves this problem. So updating to the latest version within the Open WebUI Desktop resolved the issue. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I tried with OpenAI API key and I'm getting Network Problem error. If I try with wrong API key, I do get a message that my key is wrong, so there is some communication to the OpenAI server. I use this address:
https://api.openai.com/v1
(this works from my computer: https://api.openai.com/v1/models)
All the other services work well for me .. like Gemini and OpenRouter.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions