So right away after trying to use the addon, clicking the import/ export buttons returned a permission error. (PermissionError: [WinError 10013]) it appears that if you change the client and server ports to 1234 this error goes away, I haven't tested with other ports yet. If I leave th...
I have an issue that appears to be related to hypercorn as this does not happen with uvicorn I'm trying to setup FastAPI in IIS using hypercorn and I keep getting the error PermissionError: [WinError 10013] An attempt was made to access ...
SW7616 commented Jun 2, 2024 change the port number to a different value to avoid problems with programs using the same port,SW7616 added 2 commits June 2, 2024 13:26 possible fix for winerror … c264105 changing 1234 to 2121 … fb2bcae ...