-
Notifications
You must be signed in to change notification settings - Fork 29
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
"error decoding response body" on sync in macos #47
Comments
Hi @aruberuku, I'll be happy to help. We're always looking for opportunities to improve our documentation to make the set up process as easy as possible. First question: how you had a look at this existing tutorials?
If you can let me know at which part you're getting stuck we can work through it together. |
Hi @VikashKothary, I took another look at the guide you provided and managed to successfully setup the server. https://forums.ankiweb.net/t/error-decoding-response-body-sync-error/1316/12 edit, here is my console output: [2022-01-28 07:19:52,460]:INFO:ankisyncd.http:127.0.0.1 "GET / HTTP/1.1" 200 16 and, here's a screenshop of what the macos client reports: Any suggestions? Thanks in advance! |
Hi @arupakaa, this is a known issue, see: ankicommunity/ankicommunity-sync-server#117 and ankicommunity/ankicommunity-sync-server#56. Can you confirm you're using the latest develop branch? |
Thanks. I'll try in a bit, or probably again over the next couple of day.s
…On Tue, May 17, 2022 at 7:27 AM Vikash Kothary ***@***.***> wrote:
Hi @arupakaa <https://github.com/arupakaa>, this is a known issue, see:
ankicommunity/ankicommunity-sync-server#117
<ankicommunity/ankicommunity-sync-server#117> and
ankicommunity/ankicommunity-sync-server#56
<ankicommunity/ankicommunity-sync-server#56>.
Can you confirm you're using the latest develop branch?
—
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEOJJYPDXVKPCML3HNGLKH3VKLDVFANCNFSM5M5H5UXA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@VikashKothary Which docker image should we use? The README links to https://hub.docker.com/r/kuklinistvan/anki-sync-server but that was last updated two yeras ago. |
You can now find the latest docker images here: https://hub.docker.com/r/ankicommunity/anki-sync-server |
Yes I apologies, that is my mistake. I was refactoring the CLI and broke backward-compatibility. You can see that discussion here: ankicommunity/ankicommunity-sync-server#128. You can see the same issue about the CLI here: #48 |
Could these be reflected in the README.md? It took me some time to find this issue regarding that the Docker image url changed. I can propose a change myself if you don't have enough time, however I might not have enough knowledge about this project because I started using it an hour ago |
Hi @Zocker1999NET, thank you for bringing this to my attention. You flagging that information in the README is out-of-date really helps me know where to focus my efforts so it's much appreciated. If you can raise a PR, that would be very welcome. If not, I'll try and update the README when I next have time. |
@VikashKothary in the meantime, could you tell us how to make it run? cc: @Zocker1999NET |
@piotryordanov Although far from ideal, my current work-around is this: https://github.com/michojel/NixOS/blob/master/michowps/ankisyncd.nix#L76 |
@michojel thx for the link. However, could you help me run this script? I never worked with nix os before! 🙈 |
Here is the generated /etc/systemd/system/docker-ankisyncd.service:
ExecStart script:
ExecPreStart:
ExecStop:
You may want to replace docker.io/michojel/anki-sync-server:latest with the official one or the one built by you. |
Hi,
Thanks for the awesome work with all of this. I just wish I could get it setup properly on my end ... :'(
Any chance a super-noob friendly guide can be thrown out by someone? I am on mac/osx. Docker installed fine. anki-sync-server installed fine to Docker. Cool. And it runs. And the CLI button provides a prompt that allows me to setup an account.
Great.
However, I cannot connect to this server. I am guessing it might have something to do with the directory not being set up properly? But, really, I have no clue. Any chance for a step-by-step -- e.g., the steps to reproduce the "test" mentioned in RM?
Thanks in advance! <3 <3
The text was updated successfully, but these errors were encountered: