Skip to content

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

@update-freak

Description

@update-freak
  • 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:`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions