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
using A1111 in Colab, getting this error when I launch the UI today, worked fine last night.
From console-
ERROR: opening handshake failed
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/websockets/legacy/server.py", line 163, in handler
await self.handshake(
File "/usr/local/lib/python3.10/dist-packages/websockets/legacy/server.py", line 597, in handshake
raise self.connection_closed_exc() # pragma: no cover
websockets.exceptions.ConnectionClosedError: no close frame received or sent
2024-08-22 00:27:07 ERROR [uvicorn.error] opening handshake failed
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/websockets/legacy/server.py", line 163, in handler
await self.handshake(
File "/usr/local/lib/python3.10/dist-packages/websockets/legacy/server.py", line 597, in handshake
raise self.connection_closed_exc() # pragma: no cover
websockets.exceptions.ConnectionClosedError: no close frame received or sent
ERROR: Exception in ASGI application
Traceback (most recent call last):
etc
The text was updated successfully, but these errors were encountered:
eventually got another error while tinkering with it, "OSError: [Errno 107] Transport endpoint is not connected" and found a better clue when googling that - #2111
TLDR; too many LoRAs makes SD sad in mysterious ways. I would never have figured this out from the errors that were thrown. Thanks, TheLastBen, always!
using A1111 in Colab, getting this error when I launch the UI today, worked fine last night.
From console-
ERROR: opening handshake failed
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/websockets/legacy/server.py", line 163, in handler
await self.handshake(
File "/usr/local/lib/python3.10/dist-packages/websockets/legacy/server.py", line 597, in handshake
raise self.connection_closed_exc() # pragma: no cover
websockets.exceptions.ConnectionClosedError: no close frame received or sent
2024-08-22 00:27:07 ERROR [uvicorn.error] opening handshake failed
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/websockets/legacy/server.py", line 163, in handler
await self.handshake(
File "/usr/local/lib/python3.10/dist-packages/websockets/legacy/server.py", line 597, in handshake
raise self.connection_closed_exc() # pragma: no cover
websockets.exceptions.ConnectionClosedError: no close frame received or sent
ERROR: Exception in ASGI application
Traceback (most recent call last):
etc
The text was updated successfully, but these errors were encountered: