You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Error executing callback app_started_callback for M:\SD\sdwebui\extensions\auto-sd-paint-ext\scripts\main.py
Traceback (most recent call last):
File "M:\SD\sdwebui\modules\script_callbacks.py", line 153, in app_started_callback
c.callback(demo, app)
File "M:\SD\sdwebui\extensions\auto-sd-paint-ext\scripts\main.py", line 43, in on_app_started
app.middleware("http")(app_encryption_middleware)
File "M:\SD\sdwebui\py310\lib\site-packages\fastapi\applications.py", line 898, in decorator
self.add_middleware(BaseHTTPMiddleware, dispatch=func)
File "M:\SD\sdwebui\py310\lib\site-packages\starlette\applications.py", line 139, in add_middleware
raise RuntimeError("Cannot add middleware after an application has started")
RuntimeError: Cannot add middleware after an application has started
The text was updated successfully, but these errors were encountered:
*** Error executing callback app_started_callback for M:\SD\sdwebui\extensions\auto-sd-paint-ext\scripts\main.py
Traceback (most recent call last):
File "M:\SD\sdwebui\modules\script_callbacks.py", line 153, in app_started_callback
c.callback(demo, app)
File "M:\SD\sdwebui\extensions\auto-sd-paint-ext\scripts\main.py", line 43, in on_app_started
app.middleware("http")(app_encryption_middleware)
File "M:\SD\sdwebui\py310\lib\site-packages\fastapi\applications.py", line 898, in decorator
self.add_middleware(BaseHTTPMiddleware, dispatch=func)
File "M:\SD\sdwebui\py310\lib\site-packages\starlette\applications.py", line 139, in add_middleware
raise RuntimeError("Cannot add middleware after an application has started")
RuntimeError: Cannot add middleware after an application has started
The text was updated successfully, but these errors were encountered: