-
Notifications
You must be signed in to change notification settings - Fork 81
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
[solved] anki windows 2.1.44 cannot sync (windows 10 anki sync server) #97
Comments
Have you configured nginx? |
oops, jumped over this step, will try it again. |
many thanks again. have set up nginx windows 1.20.1, and start the service as normal.
fixed #83 at sync_app.py, started the sync server
if using module anki 2.1.40, works abnormally cannot sync media fileseven cannot create a media folder [collection.media] at server
ankisyncd.conf
ankiSyncd.py import os
addr = 'http://192.168.1.138:27701/' ## put your server address here
os.environ['SYNC_ENDPOINT'] = addr + 'sync/'
os.environ['SYNC_ENDPOINT_MEDIA'] = addr + 'msync/' also tried nginx 1.21.1, the problem is still the same. finally, it can sync on anki v2.1.44 windows desktop. good news. |
now can sync all media files, without any issues. put following line
into http {} in nginx.conf to disable the body size check many thanks to dobefore and VikashKothary |
installing anki sync server for windows 10, and sync at anki 2.1.44 windows version
or reload nginx if nginx.conf has changed
check nginx service if started
nginx is started, if showing those messages
python file must save as code page utf-8
sync url: (xxx.xxx.xxx.xxx must be your anki sync server ip address)
media sync url:
settings --> ankidroid --> ankiweb account
|
Thanks for documenting the solution for your problem. If you think it'll help others, do you think you'll be able to raise a PR to include in our documentation? |
hello, there.
using windows 10 as a anki sync server (python 3.8.5), anki windows v2.1.44, and unchecked legacy timezone handling.
setup and run ankisyncd normally
but cannot sync at windows desktop
selected [upload] then went wrong, at the same time, synced anything to server
if selected [download], lost anything, selected [update], problems are the same
if selected [later], [legacy timezone handling] disappeared, also ankisyncd showed some messages
those are all info,
best regards.
The text was updated successfully, but these errors were encountered: