fast-stable-diffusion icon indicating copy to clipboard operation
fast-stable-diffusion copied to clipboard

Cannot find empty port OSERROR

Open Metixo opened this issue 1 year ago • 2 comments

Getting this error

webui.py 162 webui()

webui.py 79 webui app, local_url, share_url = shared.demo.launch(

blocks.py 1899 launch ) = networking.start_server(

networking.py 169 start_server raise OSError(

OSError: Cannot find empty port in range: 6006-6006. You can specify a different port by setting the GRADIO_SERVER_PORT environment variable or passing the server_port parameter to launch().

Is there a way to solve it on my own?

Metixo avatar Jul 13 '24 02:07 Metixo

Same.

Archon332 avatar Jul 13 '24 15:07 Archon332

This has been an issue from day one that Ben keeps claiming is resolved by adding the port to the server, but that fix does not work. It is present on local, Runpod, and Google. The only way to fix this is to reboot the server / ports.

qudabear avatar Jul 18 '24 01:07 qudabear