Results 9 comments of colonelsmoothie

Hello, I'm sorry if this sounds like a dumb question, but how do I apply @ndl's patches? I'm running Ubuntu 16.04 and having the same problem requiring a full sync...

whelp, here's what I tried, I went into my AnkiServer directory and modified the sync_app.py and collection.py files. I also went into the anki-bundled/anki directory to change the collection.py and...

Alright, I did the following - reset everything to the previous working state by undoing all the changes - stopped the server Then I downloaded the patches to my /home/ubuntu/...

Alright, I think I got it working, I left out one more directory: cd /usr/share/anki/anki sudo patch -p1 < /home/ubuntu/anki.patch.txt Restarted the server and Anki, it's syncing now locally, and...

Hello, Thanks for your work, @tsudoko. I've been testing out your fork, but I'm having trouble starting the sever. Here's what I did: I installed both the latest Anki Alpha...

Thanks for the quick reply! It looks like I should have used pip3. We're making progress, but I still have issues getting things running: ``` sudo apt-get install python3-pip sudo...

Some success - I have been able to get @tsudoko's version of the server to sync with Anki 2.0.39. However, I still haven't gotten it to sync with Anki 2.1.0a8....

Thanks for the fixes. I have gotten collections to sync back and forth with the latest revisions. I am getting some weird behavior from the GUI but maybe that's due...

Okay, I think I got this. I went ahead and cloned the git repository `cd~` `git clone https://github.com/dsnopek/anki-sync-server` Then I installed the dependencies: `pip install webob PasteDeploy PasteScript sqlalchemy simplejson`...