Strange error on startup #1729
-
Hello, [2024-08-07 15:30:23,859] [3042520] [MainThread] [ERROR] (uvicorn.error:119) - Traceback (most recent call last): [2024-08-07 15:30:23,859] [3042520] [MainThread] [ERROR] (uvicorn.error:56) - Application startup failed. Exiting. Strangely, I don't even have a directory /opt/conda/, so I do not know what file it is looking at. Any help resolving this would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Update: I solved the issue. For anyone else in the future who has this problem: |
Beta Was this translation helpful? Give feedback.
Update: I solved the issue. For anyone else in the future who has this problem:
At some point, a temporary file #deepedit.py# was created. This file confused the startup code, which resulted in this error. Deleting this temporary file solved the issue.