-
Notifications
You must be signed in to change notification settings - Fork 10
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
I'm getting a "Disk Image Is Malformed" error #352
Comments
On what version are you getting this? |
I'm running Obsidian 1.5.11 and the plugin is 2.0.0 — how could I try in other versions? |
go to the releases: https://github.com/OGKevin/obsidian-kobo-highlights-import/releases
specifically, the main.js needs to get replaced. |
Thanks for the instructions. Just tried with v1.5.4 and the 1.6.0-beta.2 and I get the same error. |
Ah, I forgot to mention that you must restart obsidian after manually changing the plugin folder. Next to this, can you try to open that database in a DB app like https://tableplus.com/ and see if that can actually open and read the DB? If multiple versions is giving you trouble and another app can't open the DB, then it sounds more like a DB issue rather than an app issue. .e.g. corrupted DB or wrong file. Also, what is your e-reader model? |
@OGKevin Hi, any other suggestion on this? |
No not really 🤔 I can't seem to reproduce this issue. Did you try a different computer by any chance? This rules out at least if its a plugin issue or a DB issue. Can you also try to manually execute the query that fails:
|
Hi, I was trying to import my highlights to add new books I read since the last time I imported them but I am getting this error
Error: database disk image is malformed at f.handleError (plugin:obsidian-kobo-highlights-importer-plugin:599:19) at c.step (plugin:obsidian-kobo-highlights-importer-plugin:326:31) at Repository.parseContentStatement (plugin:obsidian-kobo-highlights-importer-plugin:17700:22) at Repository.eval (plugin:obsidian-kobo-highlights-importer-plugin:17659:29) at Generator.next (<anonymous>) at eval (plugin:obsidian-kobo-highlights-importer-plugin:54:61) at new Promise (<anonymous>) at __async (plugin:obsidian-kobo-highlights-importer-plugin:38:10) at Repository.getAllContentByBookTitleOrderedByContentId (plugin:obsidian-kobo-highlights-importer-plugin:17654:12) at HighlightService.eval (plugin:obsidian-kobo-highlights-importer-plugin:17491:40)
How can I fix it?
The text was updated successfully, but these errors were encountered: