anki-sync-server icon indicating copy to clipboard operation
anki-sync-server copied to clipboard

Don't work on anki 2.1.20

Open ilovlowphy opened this issue 4 years ago • 5 comments

Don't work on anki 2.1.20. When I go back 2.1.15, it gets back normal.

ilovlowphy avatar Feb 26 '20 22:02 ilovlowphy

2.1.20 in mac, everything is ok for me so far

bosconb avatar Mar 01 '20 08:03 bosconb

Yeah, I got error like this when I update to Anki 2.1.20 @tsudoko I don't know whether if it's because I have a large deck, or it's incompatible with Anki2.1.20. Snipaste_2020-03-05_09-07-18

Junyu25 avatar Mar 05 '20 01:03 Junyu25

I was able to run Anki 2.1.20 and sync it with anki-sync-server, but probably only data (no media). It looks like it tries to sync media with ankiweb, regardless of what is set in SYNC_BASE variable. When I put my server IP in method that creates media sync URL (in Anki), then anki-sync-server rejects request (403; it looks like the session isn't initialized earlier).

mrozigor avatar Mar 05 '20 17:03 mrozigor

@mrozigor You are right, I can sync the card data, but when it comes to media, it failed. So I Check Media file and find out there are some media use it card but not in my media folder. After I delete the card field that contain the missing media, it sync successfully. Note that I reinstall the anki-sync-server and also install the pyaudio to check if is required for anki 2.1.20.

Junyu25 avatar Mar 06 '20 04:03 Junyu25

I hope that my PR will help with some of the issues.

mrozigor avatar Mar 09 '20 21:03 mrozigor