fonol / anki-search-inside-add-card

An add-on providing full-text-search and PDF reading functionality to Anki's Add card dialog
https://ankiweb.net/shared/info/1781298089
GNU Affero General Public License v3.0
177 stars 24 forks source link

⁨Searching PDF Reading Note-Taking in Add Dialog⁩ for Anki 23.10.1 #377

Open Bootswithdafurrr opened 7 months ago

Bootswithdafurrr commented 7 months ago

Error An error occurred. Please start Anki while holding down the shift key, which will temporarily disable the add-ons you have installed. If the issue only occurs when add-ons are enabled, please use the Tools > Add-ons menu item to disable some add-ons and restart Anki, repeating until you discover the add-on that is causing the problem. When you've discovered the add-on that is causing the problem, please report the issue to the add-on author. Debug info: Anki 23.10.1 (fac9e0ee) Python 3.9.15 Qt 6.6.0 PyQt 6.6.0 Platform: Windows-10-10.0.19045 Flags: frz=True ao=True sv=3 Add-ons, last update check: 2023-11-20 16:20:40 Add-ons possibly involved: ⁨Searching PDF Reading Note-Taking in Add Dialog⁩

Caught exception: Traceback (most recent call last): File "decorator", line 232, in fun File "anki.hooks", line 89, in decorator_wrapper File "anki.hooks", line 86, in repl File "C:\Users\danie\AppData\Roaming\Anki2\addons21\1781298089\src__init.py", line 153, in webview_on_drop expanded_on_bridge_cmd(None, f"siac-create-note-source-prefill {url}", editor) File "C:\Users\danie\AppData\Roaming\Anki2\addons21\1781298089\src\command_parsing.py", line 345, in expanded_on_bridge_cmd elif handle_notes(self, cmd): File "C:\Users\danie\AppData\Roaming\Anki2\addons21\1781298089\src\cmds\cmds_notes.py", line 48, in handle NoteEditor(editor.parentWindow, add_only=False, read_note_id=None, tag_prefill = None, source_prefill=source) File "C:\Users\danie\AppData\Roaming\Anki2\addons21\1781298089\src\dialogs\editor.py", line 188, in init__ self.setup_ui() File "C:\Users\danie\AppData\Roaming\Anki2\addons21\1781298089\src\dialogs\editor.py", line 224, in setup_ui self.create_tab = CreateTab(self) File "C:\Users\danie\AppData\Roaming\Anki2\addons21\1781298089\src\dialogs\editor.py", line 446, in init self.text.setFrameStyle(QFrame.StyledPanel | QFrame.Shadow.Sunken) AttributeError: type object 'QFrame' has no attribute 'StyledPanel'