Unable to open any documents

Environment

Mac OSX Sequoia 15.5

How to reproduce

clicking on any note results in this message:

{
“stack”: “not_found: missing\n at 62198 (/Applications/Inkdrop.app/Contents/Resources/app.asar/main-195.js:2:402957)\n at s (/Applications/Inkdrop.app/Contents/Resources/app.asar/main.js:2:789146)\n at 34214 (/Applications/Inkdrop.app/Contents/Resources/app.asar/main-214.js:1:221)\n at Function.s (/Applications/Inkdrop.app/Contents/Resources/app.asar/main.js:2:789146)”,
“status”: 404,
“name”: “not_found”,
“message”: “missing”,
“error”: true,
“reason”: “missing”,
“docId”: “note:Apu9D5uP”
}

Hi @Dav_Mos ,

Thanks for the report. That looks strange.
Can you please try restarting the app and rebooting macOS?
Have you tried disabling all the third-party plugins?
Do you remember when it started happening?
If you mean you get this error when clicking any note on the note list, the error “missing” does not make sense since the app actually lists the selected note.
So, there must be something wrong that makes the app internally inconsistent.

Ok, so now my prior fix of editing the config.json no longer works, I had to delete the local data:

cd ~/Library/Application Support/
mv inkdrop inkdrop_corrupted

restart inkdrop and log in again.

This is a serious problem.
David

maybe related to this issue

Community plugins often can introduce these strange errors.
Please try uninstalling them first if the behavior seems to be undefined in the app.

I agree, I decided to uninstall all community plugins.
But I have to say that I’m somewhat disappointed that the app doesn’t protect against community plugins crashing the system. In addition to my above problem there was also a community plugin that would cause the app to hang.

Extensibility and stability are a trade-off. You should report bugs to the plugin authors instead.