-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account import fails with error: 'attributedTo' #3381
Comments
oof, that's a bug. In your export there's a {
"id": "https://books.theunseen.city/user/daniel/comment/50874",
"type": "Tombstone",
"@context": "https://www.w3.org/ns/activitystreams",
"progress": null,
"progress_mode": "PG"
} Because it's a There really needs to be some more robust exception checking in the user account import process generally but in this case we just need to skip this section and import the comment as-is. |
I've made some adjustments to
|
I've been looking at this today and I think I need to refactor |
I'm trying to import an account, but the import fails. Only 60 out of ~500 books are imported and see this in the logs:
I'm attaching archive.json from the export tarball
archive.json
Any idea what might be the reason?
The text was updated successfully, but these errors were encountered: