Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exui not able to connect to server from Win10 browser - WSL2 Debian #28

Open
mindkrypted opened this issue Dec 30, 2023 · 1 comment
Open

Comments

@mindkrypted
Copy link

Installed using (WSL side)

git clone https://github.com/turboderp/exui
cd exui
pip install -r requirements.txt

Running using (WSL side)

python server.py --host 127.0.0.1:5000

Issue:

"connection timed out" message when trying to load from the same machine or one from LAN

Tested:
	http://127.0.0.1:5000
	http://localhost:5000

Using netsh interface portproxy add v4tov4 (Win10 side)

Listen on ipv4:             Connect to ipv4:

Address         Port        Address         Port
--------------- ----------  --------------- ----------
0.0.0.0         7860        172.19.209.170  7860
0.0.0.0         5000        172.19.209.170  5000

Server is listening on port 5000 (WSL side)

python  125 username    7u  IPv4   1491      0t0  TCP 127.0.0.1:5000 (LISTEN)

I'm no linux/networking expert but text-generation-webui works flawlessly either locally or through LAN

Does someone reported to be able to run it?

@fatality14
Copy link

fatality14 commented Jun 26, 2024

well, its been like 6 months sinse post, but it still may be helpful for someone...
i did run server on 0.0.0.0:5000 address (except i'm using windows 11) and port forward in router

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants