-
Notifications
You must be signed in to change notification settings - Fork 141
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
Anki sync paused before potential out-of-memory crash #428
Labels
needs-review
Need peer testing/review (prolly a bug)
Comments
I am having this exact issue as well. |
Fixed this in my pull request. |
Still having this issue with 7k notes on Mac. Interestingly, I didn't have the issue when syncing my vault of similar size on Windows |
bump, still having this issue |
envico801
added a commit
to envico801/Obsidian_to_Anki
that referenced
this issue
Sep 27, 2024
- Improve efficiency of tag updates using updateNoteTags instead of removeTags + addTags - Add command to scan only the current file - Significantly reduce processing time for large vaults and tag-heavy Anki decks - Prevent Anki crashes due to large request payloads Fixes ObsidianToAnki#565 May address ObsidianToAnki#428, ObsidianToAnki#354, ObsidianToAnki#326
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When clicking Scan Vault for the first time, "Checking connection to Anki..." appears in console.
The connection to Anki is successful, but after some time, the issue "paused before potential out-of-memory crash" appears. "Resume script execution" just leads to the same issue over and over again. I've tried reinstalling the plug-in but nothing works. I think it's an issue with certain files / the large number of files in my vault, as Scan Vault works fine with my smaller vaults.
The text was updated successfully, but these errors were encountered: