-
Notifications
You must be signed in to change notification settings - Fork 15
Description
When trying to sync a large amount of notes (in my case about 1500) on macOS, I get the error message "Anki is not opened or AnkiConnect is not installed!". When syncing only a few notes however, everything works fine.
I do have AnkiConnect installed and configured properly and Anki is definitely also running. I am also aware of App Nap on macOS and have followed the instructions on the AnkiConnect repository page to ensure this does not cause any issues.
The console shows this for every single note (request):
Judging by this, it looks like it is not able to handle too many requests at once (since it works with only a few files) which seems to be a known issue in Google Chrome which Obsidian uses to run JavaScript.
Maybe a way to fix this issue could be to bundle the requests or to limit the amount of requests that can be done at the same time.