AbdullahAlfaraj / Auto-Photoshop-StableDiffusion-Plugin

A user-friendly plug-in that makes it easy to generate stable diffusion images inside Photoshop using either Automatic or ComfyUI as a backend.
MIT License
6.81k stars 508 forks source link

An attempt was made to access a socket in a way forbidden by its access permissions #21

Open rossfrederick opened 1 year ago

rossfrederick commented 1 year ago

Getting this error when running "start_server.bat"

(sdps) C:\Users\rossf\Documents\Auto1111testing\Auto-Photoshop-StableDiffusion-Plugin\server\python_server>"C:\Users\rossf\Documents\Auto1111testing\Auto-Photoshop-StableDiffusion-Plugin\server_env\Scripts\Python.exe" -m uvicorn serverMain:app --reload ←[32mINFO←[0m: Will watch for changes in these directories: ['C:\Users\rossf\Documents\Auto1111testing\Auto-Photoshop-StableDiffusion-Plugin\server\python_server'] ←[31mERROR←[0m: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions

AbdullahAlfaraj commented 1 year ago

it's possible that your system is already using the port 8000. you can troubleshoot using this command

netstat -o