When using any software, you may receive an error message. The application failed to initialize properly. We have noticed the error with applications like Chrome, VLC ...
The Flask application in backend/main.py uses the @app.before_first_request decorator on line 167, which has been deprecated since Flask 2.3.0 and will be removed entirely in Flask 3.0. This will ...
When launching this repo I get this message in the frontend UI: "Initialization Failed • 'NoneType' object is not callable". Before getting the message, this other ...