Auto-Photoshop-StableDiffusion-Plugin icon indicating copy to clipboard operation
Auto-Photoshop-StableDiffusion-Plugin copied to clipboard

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

Open rossfrederick opened this issue 2 years ago • 1 comments

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

rossfrederick avatar Dec 24 '22 05:12 rossfrederick

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

netstat -o

AbdullahAlfaraj avatar Dec 24 '22 19:12 AbdullahAlfaraj