-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
No indexing happens, getting "Error: out of memory" #49
Comments
I'm getting the exact same error. I wonder if it's possibly the new update... Or it could be that the files it has to index are large files (I'm assuming pdf) 🤷 |
Thank you for your issue. |
Happy Christmas to you as well @MohrJonas ! My bug report was on a completely new vault with just a few png files, so no pdfs there. |
Hmm interesting. Then no conversation of files should take place, so I assume it might be the database. Have you tried changing the log level in the settings to the finest and seeing if anything useful appears in the console? |
Hey, new user here, just wanted to say thanks for the work on this project! FYI, I'm getting the same error:
This is on a completely new install of Obsidian. These are the versions I'm working with:
Everything is installed via homebrew. Paths added to I'd love to get this working; this is the final feature I need to be able to migrate completely from Evernote. |
Also, something else to mention, I'm not seeing any settings pane for this plugin. I'm assuming this is because the EoM error happens early enough to block that. |
Hi @OldhamMade thank you for your feedback. You not even seeing the settings panel in an invaluable piece or information. |
Just quickly looking at the code, database initialization does indeed happen before registering the settings panel, so that might be our culprit |
@
Same here, Idk why I forgot to mention that. |
Should be fixed in a737ff8 |
As well as release 2.0.1 |
Hi! I tried the plugin in my vault with a bunch of png files -- it didn't show that any indexing was going on.
I tried opening developer console and turning the plugin off/on -- can see this error in the console.
I put the breakpoing, and the database path is
/path/to/valut/.obsidian-ocr.sqlite
-- nothing suspicious. The partition has gigabytes of free space, so I don't see why it would be out of memory.This happens around these lines
I tried creating an empty database in terminal, and then reloading the plugin again -- it detect that the db already exists but the same thing happens here
Any ideas what could be going on?
I'm using Obsidian 1.4.16 installed from a debian package (so no Flatpak etc), Ubuntu 22.04.
Thanks!
The text was updated successfully, but these errors were encountered: