jointakahe / takahe

An ActivityPub/Fediverse server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyError exception on follows import

gerwitz opened this issue · comments

I am unable to import a follows list, which is a .csv file with no commas (one ID per line, each without a leading @. E.g. admin@takahe.social), due to:

KeyError from users/views/settings/import_export.py in form_valid at line 38

Here's the trace from Sentry.io

I am not familiar with very much of this stack, so please LMK how I might gather more useful information!

It seems that your follows list is not in Mastodon format, then? The feature only supports things in the Mastodon export format, which is a two-column CSV with a header row.

No surprise that Akkoma/Pleroma is an oddball, I guess this is a pretty edgy case 🙂