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
accent-postgres | 2024-04-16 18:47:56.858 UTC [35] ERROR: syntax error at or near "MATERIALIZED" at character 18
accent-postgres | 2024-04-16 18:47:56.858 UTC [35] STATEMENT: WITH "subset" AS MATERIALIZED(SELECT so0."id" AS "id" FROM "public"."oban_jobs" AS so0 WHERE (so0."state" = 'available') AND (so0."queue" = $1) ORDER BY so0."priority", so0."scheduled_at", so0."id" LIMIT $2 FOR UPDATE SKIP LOCKED) UPDATE "public"."oban_jobs" AS o0 SET "state" = $3, "attempted_at" = $4, "attempted_by" = $5, "attempt" = o0."attempt" + $6 FROM "subset" AS f1 WHERE (o0."id" = f1."id") AND (o0."attempt" < o0."max_attempts") RETURNING o0."id", o0."state", o0."queue", o0."worker", o0."args", o0."meta", o0."tags", o0."errors", o0."attempt", o0."attempted_by", o0."max_attempts", o0."priority", o0."attempted_at", o0."cancelled_at", o0."completed_at", o0."discarded_at", o0."inserted_at", o0."scheduled_at"
also i can't sync anymore with this response (the directory with the translation files is not touched at all):
Fetch config in accent.json... API Client ✓
Syncing sources → en-US ✓
Adding translations paths → cs, nl, de, it, ja, ko, lol, sk, es-ES, tr ✓
Source: locales/%slug%.json
~~ Translations will be added on write ~~
Writing files locally
For more informations on operations: https://www.accent.reviews/guides/glossary.html#sync
Syncing took 406 milliseconds, completed without issues
The text was updated successfully, but these errors were encountered:
Alr I just tested it with cli version v0.14.1 and that's working properly. So the error above is probably unrelated (but still annoying and most probably unwanted).
I'm on accent version
v1.21.1
and cli versionv0.16.2
and the console is spammed with these errors:accent
postgresql
also i can't sync anymore with this response (the directory with the translation files is not touched at all):
The text was updated successfully, but these errors were encountered: