server_debug.log 1.8 KB

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