-
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 (apply_graves) #130
Comments
After some more digging, it seems this has already cropped up as part of #110 and was potentially resolved by a dependency upgrade? Edit: In case this is simply caused by outdated build dependencies for the Docker image, feel free to close this here and I will file the issue in the respective repository. |
As I mentioned in #131, 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
While trying to update my Anki instances that hav been running with the old Docker image flawless for years, I came across a problem.
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").
Error with AnkiDroid 2.15.6 (latest on F-Droid)
Here's what my server logs show:
Related lines and changes I identified in code:
I noticed the signature was changed from
self.col.decks.rem
toself.col.decks.remove
. Is this possibly just a typo?The text was updated successfully, but these errors were encountered: