autotrain-advanced icon indicating copy to clipboard operation
autotrain-advanced copied to clipboard

401 unauthorized

Open Esmail-ibraheem opened this issue 5 months ago • 3 comments

Prerequisites

  • [X] I have read the documentation.
  • [X] I have checked other issues for similar problems.

Backend

Local

Interface Used

UI

CLI Command

app --port 8081 --host 0.0.0.0

UI Screenshots & Parameters

warnings.warn(msg, RuntimeWarning) INFO | 2024-09-14 09:36:40 | autotrain.app.ui_routes::32 - Starting AutoTrain... INFO | 2024-09-14 09:36:53 | autotrain.app.ui_routes::294 - AutoTrain started successfully INFO | 2024-09-14 09:36:53 | autotrain.app.app::13 - Starting AutoTrain... INFO | 2024-09-14 09:36:53 | autotrain.app.app::23 - AutoTrain version: 0.8.9 INFO | 2024-09-14 09:36:53 | autotrain.app.app::24 - AutoTrain started successfully INFO: Started server process [36640] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://192.168.20.172:8081 (Press CTRL+C to quit) INFO: 192.168.20.172:65436 - "GET / HTTP/1.1" 307 Temporary Redirect INFO: 192.168.20.172:65436 - "GET /ui/ HTTP/1.1" 401 Unauthorized

Error Logs

warnings.warn(msg, RuntimeWarning) INFO | 2024-09-14 09:36:40 | autotrain.app.ui_routes::32 - Starting AutoTrain... INFO | 2024-09-14 09:36:53 | autotrain.app.ui_routes::294 - AutoTrain started successfully INFO | 2024-09-14 09:36:53 | autotrain.app.app::13 - Starting AutoTrain... INFO | 2024-09-14 09:36:53 | autotrain.app.app::23 - AutoTrain version: 0.8.9 INFO | 2024-09-14 09:36:53 | autotrain.app.app::24 - AutoTrain started successfully INFO: Started server process [36640] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://192.168.20.172:8081 (Press CTRL+C to quit) INFO: 192.168.20.172:65436 - "GET / HTTP/1.1" 307 Temporary Redirect INFO: 192.168.20.172:65436 - "GET /ui/ HTTP/1.1" 401 Unauthorized

Additional Information

No response

Esmail-ibraheem avatar Sep 14 '24 06:09 Esmail-ibraheem