Skip to content

net::ERR_INSUFFICIENT_RESOURCES #37

@FindusDE

Description

@FindusDE

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):

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions