Replies: 1 comment
-
I mentioned an unofficial quick fix if you are using postgres: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
a@1:~$ python3 -m langflow run
Starting Langflow v1.0.0a26...
[04/26/24 13:59:44] ERROR 2024-04-26 13:59:44 - ERROR - service.py:171
service - AutogenerateDiffsDetected:
New upgrade operations detected:
[[('modify_type', None, 'apikey',
'created_at', {'existing_nullable':
True, 'existing_server_default':
DefaultClause(<sqlalchemy.sql.elemen
ts.TextClause object at
0x7f7d0988b9a0>, for_update=False),
'existing_comment': None},
TIMESTAMP(),
DateTime(timezone=True)),
('modify_nullable', None, 'apikey',
'created_at', {'existing_type':
TIMESTAMP(),
'existing_server_default':
DefaultClause(<sqlalchemy.sql.elemen
ts.TextClause object at
0x7f7d0988b9a0>, for_update=False),
'existing_comment': None}, True,
False)]]
ERROR 2024-04-26 13:59:44 - ERROR - utils utils.py:51
- Something went wrong running
migrations. Please, run
langflow migration --fix
Shutting down Langflow...
ERROR 2024-04-26 13:59:44 - ERROR - on - on.py:121
Traceback (most recent call last):
File
"/home/a/.local/lib/python3.10/site-packa
ges/starlette/routing.py", line 732, in
lifespan
async with self.lifespan_context(app)
as maybe_state:
File
"/usr/lib/python3.10/contextlib.py", line
201, in aenter
raise RuntimeError("generator didn't
yield") from None
RuntimeError: generator didn't yield
[04/26/24 13:59:44] ERROR 2024-04-26 13:59:44 - ERROR - glogging.py:272
glogging - Worker (pid:3175) exited
with code 3
ERROR 2024-04-26 13:59:44 - ERROR - glogging.py:272
glogging - Shutting down: Master
ERROR 2024-04-26 13:59:44 - ERROR - glogging.py:272
glogging - Reason: Worker failed to
boot.
Beta Was this translation helpful? Give feedback.
All reactions