-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Error while loading the plugin. #728
Comments
QuickAdd tries to back up settings while it updates after new releases. This uses the structuredClone function you see. However, it seems some other plugin or functionality is interfering by overwriting it. If you have any PDF tools, or maybe it's Obsidians own, they are trying to import a library called "pdf.js". This is the tool that is creating the error. Basically, this means there may be errors when the plugin updates its settings when a new version is out. It's not due to QuickAdd, but some other plugin using pdf.js. |
fwiw, I can reproduce this error with an empty vault, no community plugins other than quickadd, and all core plugins disabled (Obsidian v1.7.1) |
Was very much looking forward to trying this plug-in after watching some videos, but running into the same issue. Was hopeful to find this, but are there any workarounds? For me it occurs when I try to toggle QuickAdd as enabled, not when running an action. |
workaround detailed here: #746 (comment) |
🎉 This issue has been resolved in version 1.11.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Hey, I'm sorry for taking so long about getting this fixed! It should hopefully be resolved now. I hope you enjoy QuickAdd, and please let me know if there are any further issues. All the best, Christian. |
Confirmed all fixed... and yes, definitely enjoying it, thank you for your hard work @chhoumann ! |
Describe the bug
I am not facing any issue but in the developer console it shows like this below the loading information for quick add.
is this something to be concerned about or can be ignored.
Uncaught (in promise) DOMException: Failed to execute 'structuredClone' on 'Window': W=>b(d=>({...d,...W})) could not be cloned. at structuredCloneInternal (app://obsidian.md/lib/pdfjs/pdf.min.js:22:149521) at structuredCloneInternal (app://obsidian.md/lib/pdfjs/pdf.min.js:22:150684) at structuredClone (app://obsidian.md/lib/pdfjs/pdf.min.js:22:153395) at i5 (plugin:quickadd:55:5868) at async GI.onload (plugin:quickadd:73:7765)
The text was updated successfully, but these errors were encountered: