66 lines
2.4 KiB
Plaintext
66 lines
2.4 KiB
Plaintext
|
|
C:\Users\surov\Documents\AZA\backup 24.2.26\backend_main.py:137: DeprecationWarning:
|
||
|
|
on_event is deprecated, use lifespan event handlers instead.
|
||
|
|
|
||
|
|
Read more about it in the
|
||
|
|
[FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/).
|
||
|
|
|
||
|
|
@app.on_event("startup")
|
||
|
|
INFO: Started server process [59408]
|
||
|
|
INFO: Waiting for application startup.
|
||
|
|
INFO: Application startup complete.
|
||
|
|
INFO: Uvicorn running on http://0.0.0.0:8003 (Press CTRL+C to quit)
|
||
|
|
API-Token aktiv (15 Zeichen)
|
||
|
|
TLS: DEAKTIVIERT
|
||
|
|
Starte auf http://127.0.0.1:8003
|
||
|
|
Swagger: http://127.0.0.1:8003/docs
|
||
|
|
=== Aktive Routes im Server-Prozess ===
|
||
|
|
GET, HEAD /openapi.json
|
||
|
|
GET, HEAD /docs
|
||
|
|
GET, HEAD /docs/oauth2-redirect
|
||
|
|
GET, HEAD /redoc
|
||
|
|
GET /health
|
||
|
|
GET /v1/schedule
|
||
|
|
GET /v1/backup
|
||
|
|
POST /v1/restore
|
||
|
|
POST /v1/schedule/item
|
||
|
|
DELETE /v1/schedule/item
|
||
|
|
PUT /v1/schedule/item
|
||
|
|
PUT /v1/schedule/item/by_day
|
||
|
|
DELETE /v1/schedule/item/by_day
|
||
|
|
POST /v1/transcribe
|
||
|
|
========================================
|
||
|
|
INFO: 127.0.0.1:63920 - "GET /health HTTP/1.1" 200 OK
|
||
|
|
^CC:\Users\surov\Documents\AZA\backup 24.2.26\backend_main.py:137: DeprecationWarning:
|
||
|
|
on_event is deprecated, use lifespan event handlers instead.
|
||
|
|
|
||
|
|
Read more about it in the
|
||
|
|
[FastAPI docs for Lifespan Events](https://fastapi.tiangolo.com/advanced/events/).
|
||
|
|
|
||
|
|
@app.on_event("startup")
|
||
|
|
API-Token aktiv (15 Zeichen)
|
||
|
|
TLS: DEAKTIVIERT
|
||
|
|
Starte auf http://127.0.0.1:8001
|
||
|
|
Swagger: http://127.0.0.1:8001/docs
|
||
|
|
INFO: Started server process [59124]
|
||
|
|
INFO: Waiting for application startup.
|
||
|
|
=== Aktive Routes im Server-Prozess ===
|
||
|
|
GET, HEAD /openapi.json
|
||
|
|
GET, HEAD /docs
|
||
|
|
GET, HEAD /docs/oauth2-redirect
|
||
|
|
GET, HEAD /redoc
|
||
|
|
GET /health
|
||
|
|
GET /v1/schedule
|
||
|
|
GET /v1/backup
|
||
|
|
POST /v1/restore
|
||
|
|
POST /v1/schedule/item
|
||
|
|
DELETE /v1/schedule/item
|
||
|
|
PUT /v1/schedule/item
|
||
|
|
PUT /v1/schedule/item/by_day
|
||
|
|
DELETE /v1/schedule/item/by_day
|
||
|
|
POST /v1/transcribe
|
||
|
|
========================================
|
||
|
|
INFO: Application startup complete.
|
||
|
|
ERROR: [Errno 10048] error while attempting to bind on address ('0.0.0.0', 8001): [winerror 10048] normalerweise darf jede socketadresse (protokoll, netzwerkadresse oder anschluss) nur jeweils einmal verwendet werden
|
||
|
|
INFO: Waiting for application shutdown.
|
||
|
|
INFO: Application shutdown complete.
|