Stvad / CrowdAnki

Plugin for Anki SRS designed to facilitate cooperation on creation of notes and decks.
MIT License
536 stars 43 forks source link

Error at importing git repo #130

Closed urban233 closed 3 years ago

urban233 commented 3 years ago

Hi there, I have a problem with the feature "CrowdAnki: Import from git repository". If I want to import my git repo I will get this error message.

Screenshot 2021-04-29 114816

My repo is here: https://github.com/labgeek03/Active-Recall-Framework.git I turned off every other extension that I use, but the error is still there.

I hope someone knows a fix for that issue.

Greetings the labgeek03

aplaice commented 3 years ago

This likely doesn't help with the issue you're encountering (i.e. it's a separate issue), but looking at your deck.json, you've been bitten by #106/#116 — due to a bug in CrowdAnki, the deck_config_uuids of all the child decks are wrong. It's straightforward to change — just replace all occurrences of ad65e290-59da-11eb-ad13-448a5b8ef3a7 with aace692f-59da-11eb-a2f2-448a5b8ef3a7.


Regarding the error in the screenshot it seems to be a Windows permission error; perhaps try removing the relevant git directory (AppData\Roaming\Anki2\addons21\XXXX\user_files\WHS\Active-Recall-Framework\)?

urban233 commented 3 years ago

Thanks for the quick response. I did both of your recommendations and it works now. Thanks a lot!