-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
This warning appears after I click the save preset button.
Here is the log:
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "uvicorn\protocols\http\httptools_impl.py", line 416, in run_asgi
File "uvicorn\middleware\proxy_headers.py", line 60, in call
File "fastapi\applications.py", line 1160, in call
File "starlette\applications.py", line 107, in call
File "starlette\middleware\errors.py", line 186, in call
File "starlette\middleware\errors.py", line 164, in call
File "starlette\middleware\cors.py", line 95, in call
File "starlette\middleware\cors.py", line 153, in simple_response
File "starlette\middleware\exceptions.py", line 63, in call
File "starlette_exception_handler.py", line 53, in wrapped_app
File "starlette_exception_handler.py", line 42, in wrapped_app
File "fastapi\middleware\asyncexitstack.py", line 18, in call
File "starlette\routing.py", line 716, in call
File "starlette\routing.py", line 736, in app
File "starlette\routing.py", line 290, in handle
File "fastapi\routing.py", line 130, in app
File "starlette_exception_handler.py", line 53, in wrapped_app
File "starlette_exception_handler.py", line 42, in wrapped_app
File "fastapi\routing.py", line 116, in app
File "fastapi\routing.py", line 670, in app
File "fastapi\routing.py", line 324, in run_endpoint_function
File "backend\routes\effects.py", line 102, in create_effect_preset
File "backend\services\effects.py", line 55, in create_preset
ModuleNotFoundError: No module named 'backend.services.utils'