| 123456789101112131415 |
- .\backend\.venv\Scripts\python : INFO: Started server process [33620]
- At line:1 char:88
- + ... ess -Force; .\backend\.venv\Scripts\python -m uvicorn backend.main:ap ...
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (INFO: Started server process [33620]:String) [], RemoteException
- + FullyQualifiedErrorId : NativeCommandError
-
- INFO: Waiting for application startup.
- INFO: Application startup complete.
- ERROR: [Errno 10048] error while attempting to bind on address ('127.0.0.1', 8000): [winerror 10048] only one usage
- of each socket address (protocol/network address/port) is normally permitted
- INFO: Waiting for application shutdown.
- INFO: Application shutdown complete.
- Database connection pool created successfully
- DEBUG: Using schemas from: D:\radionica3d\backend\schemas.py
|