[GH-ISSUE #17887] issue: error mime type #33956

Closed
opened 2026-04-25 07:50:22 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @tbs575 on GitHub (Sep 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17887

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Docker

Open WebUI Version

v0.6.23

Ollama Version (if applicable)

No response

Operating System

debian

Browser (if applicable)

No response

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

Expected Behavior

return models list

Actual Behavior

Use API https://api.aaai.vip ,but can not return models list. check logs, found error:

Steps to Reproduce

use docker-compose file start docker container

  openai-v:
    # image: docker.1panel.live/dyrnq/open-webui
    image: ghcr.m.daocloud.io/open-webui/open-webui:$VERSION
    container_name: open-webui-vapi
    restart: always
    environment:
      OPENAI_API_BASE_URL: https://api.gpt.ge/v1
      OPENAI_API_KEY: $V_API
      AIOHTTP_CLIENT_TIMEOUT_OPENAI_MODEL_LIST: 5
      AIOHTTP_CLIENT_TIMEOUT: ''
      HF_ENDPOINT: https://hf-mirror.com
    volumes:
      - ./data/vapi:/app/backend/data
    ports:
      - 2023:8080
    networks:
      network:
        ipv4_address: 10.8.3.2

add API key into .env

Logs & Screenshots

check docker logs found error

god@docker-debian-03:/mnt/exdisk/dockerdata/open-webui$ docker-compose logs openai-v | grep v1 | grep models
open-webui-vapi  | 2025-09-29 09:35:50.723 | ERROR    | open_webui.routers.openai:send_get_request:89 - Connection error: 200, message='Attempt to decode JSON with unexpected mimetype: application/octet-stream', url='https://api.aaai.vip/v1/models'

use Bruno tools checks, can return lists, and did not find application/octest-steam, Why?

Image

Additional Information

use https://api.deepseek.com/v1 and https://api.siliconflow.cn/v1 can return models list, but failed with https://api.gpt.ge/v1

Originally created by @tbs575 on GitHub (Sep 29, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/17887 ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Docker ### Open WebUI Version v0.6.23 ### Ollama Version (if applicable) _No response_ ### Operating System debian ### Browser (if applicable) _No response_ ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### Expected Behavior return models list ### Actual Behavior Use API https://api.aaai.vip ,but can not return models list. check logs, found error: ### Steps to Reproduce use docker-compose file start docker container ``` openai-v: # image: docker.1panel.live/dyrnq/open-webui image: ghcr.m.daocloud.io/open-webui/open-webui:$VERSION container_name: open-webui-vapi restart: always environment: OPENAI_API_BASE_URL: https://api.gpt.ge/v1 OPENAI_API_KEY: $V_API AIOHTTP_CLIENT_TIMEOUT_OPENAI_MODEL_LIST: 5 AIOHTTP_CLIENT_TIMEOUT: '' HF_ENDPOINT: https://hf-mirror.com volumes: - ./data/vapi:/app/backend/data ports: - 2023:8080 networks: network: ipv4_address: 10.8.3.2 ``` add API key into .env ### Logs & Screenshots check docker logs found error ``` god@docker-debian-03:/mnt/exdisk/dockerdata/open-webui$ docker-compose logs openai-v | grep v1 | grep models open-webui-vapi | 2025-09-29 09:35:50.723 | ERROR | open_webui.routers.openai:send_get_request:89 - Connection error: 200, message='Attempt to decode JSON with unexpected mimetype: application/octet-stream', url='https://api.aaai.vip/v1/models' ``` use Bruno tools checks, can return lists, and did not find application/octest-steam, Why? <img width="1208" height="394" alt="Image" src="https://github.com/user-attachments/assets/5025c480-618d-4f0b-a4e4-c4d545bea78a" /> ### Additional Information use `https://api.deepseek.com/v1` and `https://api.siliconflow.cn/v1` can return models list, but failed with `https://api.gpt.ge/v1`
GiteaMirror added the bug label 2026-04-25 07:50:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#33956