Closed urban233 closed 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_uuid
s 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\
)?
Thanks for the quick response. I did both of your recommendations and it works now. Thanks a lot!
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.
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