Closed croxxx closed 2 years ago
After some more digging, it seems this has already cropped up as part of #110 and was potentially resolved by a dependency upgrade?
As #110 was merged in March and I used the latest Docker image ankicommunity/anki-sync-server:20220420
, which was built a month after, I assume there is some remaining issue with the dependencies here?
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 https://github.com/ankicommunity/anki-sync-server/issues/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. Closing this and #131.
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?