-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error: Failed to delete old mastodon favs #19
Comments
Maybe you ran into Mastodon API rate limiting by deleting too many favs? Debugging is a bit tricky in this case because you need go into the Mammut library to look at the actual Mastodon API response.
|
Thank you @klausi for the pointers, I'll take a look. Hopefully later this week. |
in XAMPPRocky/Mammut#47 XAMPPRocky said that he added request logging to Mammut, so you also might be able to get more output by enabling some log environment variable or similar. |
Thank you for the pointer! Here is the relevant commit adding debug logs: XAMPPRocky/Mammut@f8dfca5 IIUC, Mammut is using the crate Here is the output:
Not very useful, perhaps because the response uses |
Done, see #22 |
I have finally went ahead and configured a cron job to regularly sync my twitter and mastodon posts. I have also enabled removal of old post via
delete_older_statuses
anddelete_older_favs
.It looks like re-posting works well both ways.
However, after the initial pruning of all my Twitter and Mastodon history, subsequent runs of the delete algorithm are failing with the following error:
What's the recommended way for debugging this issue to find the root cause?
The text was updated successfully, but these errors were encountered: