Moved my account to a new instance - from hackers.town to masto.hackers.town.
I'd ingested an export from hackers.town, which ensured that I had entries in the actors database.
However, I just tried a fetch against masto.hackers.town to start incrementally backing up my toots. That crashed.
Turns out that since I never ingested an export from the new instance, the actor for my account is not already present in the database.
Should add some code for the fetch process that does a get-or-fetch for actors as needed
Moved my account to a new instance - from hackers.town to masto.hackers.town.
I'd ingested an export from hackers.town, which ensured that I had entries in the actors database.
However, I just tried a fetch against masto.hackers.town to start incrementally backing up my toots. That crashed.
Turns out that since I never ingested an export from the new instance, the actor for my account is not already present in the database.
Should add some code for the fetch process that does a get-or-fetch for actors as needed