[New-bugs-announce] [issue44767] python -m flask run gives OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions

Chandrakant Naik report at bugs.python.org
Wed Jul 28 14:46:29 EDT 2021


New submission from Chandrakant Naik <chandrakant.rvce at gmail.com>:

Attached is teh app.py program. I tried runnign it in VS Code via the cmd - python -m flask run. It gives me the below error 

OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions

Tried changing the port and executing it still no luck

----------
components: Library (Lib)
files: app.py
messages: 398413
nosy: Jimbofbx, chandrakant.rvce, loewis, pitrou, tim.golden
priority: normal
severity: normal
status: open
title: python -m flask run gives OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
type: behavior
versions: Python 3.9
Added file: https://bugs.python.org/file50189/app.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44767>
_______________________________________


More information about the New-bugs-announce mailing list