Akkomaでよく見るエラー
from 20240829
Akkomaでよく見るエラー
Akkomaでよく見るエラー
code:plain
{:strict_id, :error}
code:plain
{:fetch, {:error, :id_mismatch}}
code:plain
{nil, {:error, :not_found}}
code:log
{:transmogrifier, :error}
Pleroma内部で利用しているOban内で保持しているキューに関するエラー?
Can’t connect with botsin.space?
Transmogrifier error with Lemmy
Akkomaが特定ユーザーの情報を無限に試行する件
こんな感じのエラーが2個/秒くらいの感覚で無限に出力される
code:plain
errors: [fields: {"should have at most %{count} item(s)", count: 20, validation: :length, kind: :max, type: :list}]
Akkomaが特定ユーザーの情報を無限に試行する
アカウントのフィールド数がmax_remote_account_fieldsでデフォルト値の20を超える場合
なかなか解決できなくていつBANされるのかひやひやしていた
自分だけではないようです
#661
とりあえずこちらを参考にmax_remote_account_fieldsの値を100まで増やす
#430
https://docs.akkoma.dev/stable/configuration/cheatsheet/