Error Prompt when using chrome from Windows ( using IP Address ) to WSL2 + Docker for Local Network #4846
Replies: 2 comments
-
|
http://127.0.0.1:3000/c/0c73bad8-28d3-437a-b15f-953323eb1222 working have reply ( using local windows chrome ) ================================================================================= the log stopped on this |
Beta Was this translation helpful? Give feedback.
-
|
It working on Playground. chat and text completion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
WSL2 + Docker for Local Network
Installation Method
docker run -d -p 0.0.0.0:3000:8080 --gpus all --add-host=host.docker.internal:host-gateway
-v "/mnt/d/VHD/open-webui":/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda
Environment
C:\Windows\system32>wsl --list
Windows Subsystem for Linux Distributions:
Ubuntu-20.04 (Default)
openweb ui v0.3.15
ollama version is 0.3.5
Windows 10
Chrome
Confirmation:
Reproduction Details
Using command prompt (Admin) from windows 10
netsh interface portproxy add v4tov4 listenport=3000 listenaddress=0.0.0.0 connectport=3000 connectaddress=127.0.0.1
netsh advfirewall firewall add rule name= "Open Port 3000" dir=in action=allow protocol=TCP localport=3000
Open Chrome
type address 192.168.53.30:3000 ( it is my windows 10 ip address )
login and type hi. ( and not responding )
but it is responding when i am using address 127.0.0.1:3000
0.txt
Bug Summary:
{"log":"INFO: 172.17.0.1:58262 - "POST /api/v1/memories/query HTTP/1.1" 500 Internal Server Error\n","stream":"stdout","time":"2024-08-23T10:03:17.967641553Z"}
{"log":"ERROR: Exception in ASGI application\n","stream":"stderr","time":"2024-08-23T10:03:17.996373704Z"}
..
..
{"log":"chromadb.errors.InvalidDimensionException: Embedding dimension 768 does not match collection dimensionality 1024\n","stream":"stderr","time":"2024-08-23T10:03:18.001166218Z"}
Beta Was this translation helpful? Give feedback.
All reactions