Replies: 2 comments
-
{"detail":"Invalid or expired token"} on browser |
Beta Was this translation helpful? Give feedback.
0 replies
-
RTFM, forgot to export my HF write token |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am experiencing an issue when launching AutoTrain locally. The logs indicate the following:
vbnet
Copier le code
INFO | 2024-09-18 16:15:46 | autotrain.app.ui_routes::32 - Starting AutoTrain...
INFO | 2024-09-18 16:15:53 | autotrain.app.ui_routes::298 - AutoTrain started successfully
INFO | 2024-09-18 16:15:53 | autotrain.app.app::13 - Starting AutoTrain...
INFO | 2024-09-18 16:15:53 | autotrain.app.app::23 - AutoTrain version: 0.8.19
INFO | 2024-09-18 16:15:53 | autotrain.app.app::24 - AutoTrain started successfully
INFO: Started server process [12774]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:8080 (Press CTRL+C to quit)
INFO: 127.0.0.1:48432 - "GET / HTTP/1.1" 307 Temporary Redirect
INFO: 127.0.0.1:48432 - "GET /ui/ HTTP/1.1" 401 Unauthorized
INFO: 127.0.0.1:48432 - "GET /favicon.ico HTTP/1.1" 404 Not Found
I don’t understand why I’m getting a 401 Unauthorized error and a 404 Not Found error. I would appreciate any assistance in troubleshooting this issue.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions