Skip to content
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

Your client is using unsupported sync protocol (10, supported version: 9) #53

Open
update-freak opened this issue Jan 10, 2024 · 2 comments

Comments

@update-freak
Copy link

  • AnkiDroid version number:

Summary

I tried to setup the sync server but I got the error message "Your client is using unsupported sync protocol (10, supported version: 9)" in AnkiDroid (current version) after using the comands from here (https://github.com/ankicommunity/anki-devops-services?tab=readme-ov-file) )to create a user.

Issue is also mentioned here (ankicommunity/ankicommunity-sync-server#13) als closed, but it seams not closed for the docker container. So please update the docker container to be able to use it with the current version of AnkiDroid.

docker compose:

`version: "3"
services:
anki-container:
image: kuklinistvan/anki-sync-server:latest
container_name: Anki
ports:
- 27701:27701
volumes:
- /volume1/docker/anki/data:/app/data
restart: always

volumes:
data:`

@LuckyTurtleDev
Copy link

@update-freak
Copy link
Author

here I found an docker container for anki-sync-server: https://forums.ankiweb.net/t/docker-container-for-sync-self-hosted/40134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants