trigger.dev icon indicating copy to clipboard operation
trigger.dev copied to clipboard

[TRI-3068] Strip out more unicode null characters

Open matt-aitken opened this issue 1 year ago • 0 comments

It seems like some TaskEvents aren't being checked for unicode null characters:

400 "\nInvalid prisma.taskEvent.create() invocation:\n\n\nError occurred during query execution:\nConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(PostgresError { code: "22P05", message: "unsupported Unicode escape sequence", severity: "ERROR", detail: Some("\\u0000 cannot be converted to text."), column: None, hint: None }), transient: false })"

Probably in the task output is my guess.

TRI-3068

matt-aitken avatar Jul 18 '24 17:07 matt-aitken