| ================================================================================ | |
| 2026-06-17 11:47:50 Startup error | |
| ================================================================================ | |
| Executable: D:\RJKF\jietu01\LandPPT-master\.venv\Scripts\python.exe | |
| CWD: D:\RJKF\jietu01\LandPPT-master | |
| Frozen: False | |
| Traceback (most recent call last): | |
| File "D:\RJKF\jietu01\LandPPT-master\.venv\Lib\site-packages\uvicorn\config.py", line 534, in bind_socket | |
| sock.bind((self.host, self.port)) | |
| PermissionError: [WinError 10013] 以一种访问权限不允许的方式做了一个访问套接字的尝试。 | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "d:\RJKF\jietu01\LandPPT-master\run.py", line 168, in main | |
| uvicorn.run(**config) | |
| File "D:\RJKF\jietu01\LandPPT-master\.venv\Lib\site-packages\uvicorn\main.py", line 588, in run | |
| sock = config.bind_socket() | |
| ^^^^^^^^^^^^^^^^^^^^ | |
| File "D:\RJKF\jietu01\LandPPT-master\.venv\Lib\site-packages\uvicorn\config.py", line 537, in bind_socket | |
| sys.exit(1) | |
| SystemExit: 1 | |