[Bug]: OSError: Cannot find empty port in range: 7860-7860. You can specify a different port by setting the GRADIO_SERVER_PORT environment variable or passing the server_port
parameter to launch()
#16543
Labels
bug-report
Report of a bug, yet to be confirmed
Checklist
What happened?
OSError: Cannot find empty port in range: 7860-7860. You can specify a different port by setting the GRADIO_SERVER_PORT environment variable or passing the
server_port
parameter tolaunch()
Steps to reproduce the problem
I encountered this error when starting Stable Diffusion WebUI.
with the arguments:
--api --listen --cors-allow-origins '*' --port=7860 --no-gradio-queue --skip-torch-cuda-test --nowebui.
What should have happened?
If I restart the Stable Diffusion WebUI, it works fine. However, since it's currently running in a production environment, I can't keep restarting it like that. Can you tell me why?
What browsers do you use to access the UI ?
No response
Sysinfo
I am running on an EC2 Linux environment.
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: