[GH-ISSUE #13686] issue: Repository Not Found for url: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main. #32526

Closed
opened 2026-04-25 06:27:33 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @umigliore on GitHub (May 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13686

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Docker

Open WebUI Version

0.6.7

Ollama Version (if applicable)

0.6.8

Operating System

Ubuntu 22.04

Browser (if applicable)

Safari 18.4

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 listed steps to reproduce the bug in detail.

Expected Behavior

It should find the correct model at startup.

Actual Behavior

There is an error at startup. It cannot find a repo that seems to have different name:
https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main

I found the same model here:
https://huggingface.co/BAAI/bge-reranker-v2-m3/tree/main

Steps to Reproduce

Error is showed at startup.

Logs & Screenshots

ERROR [open_webui.retrieval.utils] Cannot determine model snapshot path: 401 Client Error. (Request ID: Root=1-681c76bd-29b6ce3b56bc6fb67564c2c7;95a27ed8-3dfe-44c8-8720-ea17f1f2bf82)
open-webui-1 |
open-webui-1 | Repository Not Found for url: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main.
open-webui-1 | Please make sure you specified the correct repo_id and repo_type.
open-webui-1 | If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication
open-webui-1 | Invalid username or password.
open-webui-1 | Traceback (most recent call last):
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status
open-webui-1 | response.raise_for_status()
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status
open-webui-1 | raise HTTPError(http_error_msg, response=self)
open-webui-1 | requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main
open-webui-1 |
open-webui-1 | The above exception was the direct cause of the following exception:
open-webui-1 |
open-webui-1 | Traceback (most recent call last):
open-webui-1 | File "/app/backend/open_webui/retrieval/utils.py", line 631, in get_model_path
open-webui-1 | model_repo_path = snapshot_download(**snapshot_kwargs)
open-webui-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
open-webui-1 | return fn(*args, **kwargs)
open-webui-1 | ^^^^^^^^^^^^^^^^^^^
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/_snapshot_download.py", line 232, in snapshot_download
open-webui-1 | raise api_call_error
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/_snapshot_download.py", line 155, in snapshot_download
open-webui-1 | repo_info = api.repo_info(repo_id=repo_id, repo_type=repo_type, revision=revision, token=token)
open-webui-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
open-webui-1 | return fn(*args, **kwargs)
open-webui-1 | ^^^^^^^^^^^^^^^^^^^
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 2807, in repo_info
open-webui-1 | return method(
open-webui-1 | ^^^^^^^
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
open-webui-1 | return fn(*args, **kwargs)
open-webui-1 | ^^^^^^^^^^^^^^^^^^^
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 2592, in model_info
open-webui-1 | hf_raise_for_status(r)
open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 459, in hf_raise_for_status
open-webui-1 | raise _format(RepositoryNotFoundError, message, response) from e
open-webui-1 | huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-681c76bd-29b6ce3b56bc6fb67564c2c7;95a27ed8-3dfe-44c8-8720-ea17f1f2bf82)
open-webui-1 |
open-webui-1 | Repository Not Found for url: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main.
open-webui-1 | Please make sure you specified the correct repo_id and repo_type.
open-webui-1 | If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication
open-webui-1 | Invalid username or password.
open-webui-1 | ERROR [open_webui.routers.retrieval] CrossEncoder: linux6200/bge-reranker-v2-m3 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
open-webui-1 | If this is a private repository, make sure to pass a token having permission to this repo either by logging in with huggingface-cli login or by passing token=<your_token>
open-webui-1 | ERROR [open_webui.main] Error updating models: [ERROR: CrossEncoder error]
open-webui-1 | INFO: Started server process [1]

Additional Information

There is an error at startup. It cannot find a repo that seems to have different name:
https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main

I found the same model here:
https://huggingface.co/BAAI/bge-reranker-v2-m3/tree/main

Originally created by @umigliore on GitHub (May 8, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/13686 ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Docker ### Open WebUI Version 0.6.7 ### Ollama Version (if applicable) 0.6.8 ### Operating System Ubuntu 22.04 ### Browser (if applicable) Safari 18.4 ### 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 listed steps to reproduce the bug in detail. ### Expected Behavior It should find the correct model at startup. ### Actual Behavior There is an error at startup. It cannot find a repo that seems to have different name: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main I found the same model here: https://huggingface.co/BAAI/bge-reranker-v2-m3/tree/main ### Steps to Reproduce Error is showed at startup. ### Logs & Screenshots ERROR [open_webui.retrieval.utils] Cannot determine model snapshot path: 401 Client Error. (Request ID: Root=1-681c76bd-29b6ce3b56bc6fb67564c2c7;95a27ed8-3dfe-44c8-8720-ea17f1f2bf82) open-webui-1 | open-webui-1 | Repository Not Found for url: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main. open-webui-1 | Please make sure you specified the correct `repo_id` and `repo_type`. open-webui-1 | If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication open-webui-1 | Invalid username or password. open-webui-1 | Traceback (most recent call last): open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status open-webui-1 | response.raise_for_status() open-webui-1 | File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status open-webui-1 | raise HTTPError(http_error_msg, response=self) open-webui-1 | requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main open-webui-1 | open-webui-1 | The above exception was the direct cause of the following exception: open-webui-1 | open-webui-1 | Traceback (most recent call last): open-webui-1 | File "/app/backend/open_webui/retrieval/utils.py", line 631, in get_model_path open-webui-1 | model_repo_path = snapshot_download(**snapshot_kwargs) open-webui-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn open-webui-1 | return fn(*args, **kwargs) open-webui-1 | ^^^^^^^^^^^^^^^^^^^ open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/_snapshot_download.py", line 232, in snapshot_download open-webui-1 | raise api_call_error open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/_snapshot_download.py", line 155, in snapshot_download open-webui-1 | repo_info = api.repo_info(repo_id=repo_id, repo_type=repo_type, revision=revision, token=token) open-webui-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn open-webui-1 | return fn(*args, **kwargs) open-webui-1 | ^^^^^^^^^^^^^^^^^^^ open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 2807, in repo_info open-webui-1 | return method( open-webui-1 | ^^^^^^^ open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn open-webui-1 | return fn(*args, **kwargs) open-webui-1 | ^^^^^^^^^^^^^^^^^^^ open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/hf_api.py", line 2592, in model_info open-webui-1 | hf_raise_for_status(r) open-webui-1 | File "/usr/local/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 459, in hf_raise_for_status open-webui-1 | raise _format(RepositoryNotFoundError, message, response) from e open-webui-1 | huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-681c76bd-29b6ce3b56bc6fb67564c2c7;95a27ed8-3dfe-44c8-8720-ea17f1f2bf82) open-webui-1 | open-webui-1 | Repository Not Found for url: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main. open-webui-1 | Please make sure you specified the correct `repo_id` and `repo_type`. open-webui-1 | If you are trying to access a private or gated repo, make sure you are authenticated. For more details, see https://huggingface.co/docs/huggingface_hub/authentication open-webui-1 | Invalid username or password. open-webui-1 | ERROR [open_webui.routers.retrieval] CrossEncoder: linux6200/bge-reranker-v2-m3 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' open-webui-1 | If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=<your_token>` open-webui-1 | ERROR [open_webui.main] Error updating models: [ERROR: CrossEncoder error] open-webui-1 | INFO: Started server process [1] ### Additional Information There is an error at startup. It cannot find a repo that seems to have different name: https://huggingface.co/api/models/linux6200/bge-reranker-v2-m3/revision/main I found the same model here: https://huggingface.co/BAAI/bge-reranker-v2-m3/tree/main
GiteaMirror added the bug label 2026-04-25 06:27:33 -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#32526