chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

BUG : Feedback from teams integration

Open dominpm opened this issue 6 months ago • 0 comments
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)

dominpm avatar Apr 23 '25 10:04 dominpm