chainlit
chainlit copied to clipboard
BUG : Feedback from teams integration
trafficstars
An error occurred: (sqlalchemy.dialects.postgresql.asyncpg.IntegrityError) <class 'asyncpg.exceptions.NotNullViolationError'>: null value in column "threadId" of relation "feedbacks" violates not-null constraint DETAIL: Failing row contains (<ID1>, <ID2>, null, 1, null). [SQL: INSERT INTO feedbacks ("forId", "value", "id") VALUES ($1, $2, $3) ON CONFLICT (id) DO UPDATE SET "forId" = $1, "value" = $2; ] [parameters: ('<ID1>', 1, '<ID2>')] (Background on this error at: https://sqlalche.me/e/20/gkpj)