jointakahe / takahe

An ActivityPub/Fediverse server
BSD 3-Clause "New" or "Revised" License
1.12k stars 86 forks source link

KeyError exception on follows import #671

Closed gerwitz closed 9 months ago

gerwitz commented 9 months ago

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!

andrewgodwin commented 9 months ago

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.

gerwitz commented 9 months ago

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