#An attempt was made to access a socket in a way forbidden by its access permissions.
1 messages · Page 1 of 1 (latest)
some other program is using that port, try another
either gradio or some app, try running this in python to clear all the ports:
import gradio
gradio.close_all()
just tried anither random port and got the same error
alrighty. one moment here.
i'm getting a ModuleNotFoundError
i mean if thats literally all the problem is i'll find a port eventually
ah, run pip install gradio to install locally
sorry for the dumbassery. i'm not well versed in python
well my second attempt at switching ports worked. it's just dumb it keeps happening
is it possible to set a range for auto1111 to use if a port was taken up?
i suppose i could just make a shitty script to do it
yeah