-
Notifications
You must be signed in to change notification settings - Fork 83
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
Sync fails after changing cards in any way (applyChanges) #131
Comments
After some more digging, it seems this has already cropped up as part of #110 and was commented on as resolved by the author #110 (comment) |
A dependency upgrade ( |
I've updated the dependencies and triggered a new build for the docker image. Please let me know if this resolves your issue. Thank you for bringing this to my attention :) |
Works like a charm now. Thanks for the prompt fix. |
Summary
Whenever I try to do a regular sync (not a full sync) after any changes I am presented with an error in both AnkiDroid and Anki Desktop ("Please try again later").
Similar to #130 sync does not work on Anki Desktop when changes are present on either side.
Interestingly, this one also has a secondary error in another HTTP request:
POST /sync/applyChanges
AnkiDesktop 2.1.50 (26d40c3a) Flatpak
Logs given by my system when the error occurs:
Relevant parts of code I identified:
GitHub itself shows no relation to any existing method
all_config
in its preview, so I assume this to be incorrectly referenced.The text was updated successfully, but these errors were encountered: