mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

弊ぼっちをruby-3.1.0-preview1に戻して
$ tootctl cache clear
してみました。今は
$ tootctl feeds build
中。これは必要なかったかな?

ファボブー通知来ますように(-人-)

だめだった。POSTには202を返しているのだけど、その後Sidekiqが何かexceptionを記録してくれた気がするのであとでみてみよう。ruby-3.0.3に戻します。

error_message: Tried to load unspecified class: ActiveSupport::HashWithIndifferentAccess
error_class: Psych::DisallowedClass

error_backtraceはbase64に見えるんだけどデコードしてもよくわからない…zipされてた!!

$ cat /tmp/scratch.20211220-090238.V7ho.txt | base64 -d | ruby -rzlib -e 'puts Zlib::Inflate.new.inflate(ARGF.read)'
["/app/vendor/ruby-3.1.0/lib/ruby/3.1.0/psych/class_loader.rb:99:in `find'","/app/vendor/ruby-3.1.0/lib/ruby/3.1.0/psych/class_loader.rb:28:in `load'","/app/vendor/ruby-3.1.0/lib/ruby/3.1.0/psych/visitors/to_ruby.rb:424:in `resolve_class'"]

PsychならRubyのバージョンに依存しててもしょうがないか