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

Please change gradio server_name in the webUI from localhost to 127.0.01 #98

Open
ashleykleynhans opened this issue Oct 19, 2023 · 1 comment

Comments

@ashleykleynhans
Copy link

Line 970 of webUI.py sets server_name to localhost.

This prevents the webUI from starting with the following error:

ERROR:    [Errno 99] error while attempting to bind on address ('::1', 8888, 0, 0): cannot assign requested address
ERROR:    [Errno 99] error while attempting to bind on address ('::1', 8889, 0, 0): cannot assign requested address
ERROR:    [Errno 99] error while attempting to bind on address ('::1', 8890, 0, 0): cannot assign requested address

Please could you change the server_name from localhost to 127.0.0.1, as it solves the problem?

@angusev
Copy link

angusev commented Feb 4, 2024

This happened to me as well, and it helped. Thank you

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