johnpincock / SpecialFields

Anki Addon to protect certain fields from being overwritten by anki's import and export functions
GNU General Public License v3.0
8 stars 8 forks source link

23.10Qt6 Error #35

Closed DoctorToBeIn23 closed 11 months ago

DoctorToBeIn23 commented 11 months ago

Keep getting this error, cannot open the config via button under Tools or using shortcut.

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 (3394ab02) Python 3.9.15 Qt 6.5.3 PyQt 6.5.3 Platform: macOS-13.3.1-arm64-arm-64bit Flags: frz=True ao=True sv=3 Add-ons, last update check: 2023-10-29 21:22:39 Add-ons possibly involved: ⁨Special Fields⁩

Caught exception: Traceback (most recent call last): File "aqt.addons", line 954, in onConfig File "/Users/Jacob/Library/Application Support/Anki2/addons21/1102281552/dialog.py", line 358, in onFieldsExecute onFields(mw) File "/Users/Jacob/Library/Application Support/Anki2/addons21/1102281552/dialog.py", line 354, in onFields FieldDialog(mw, fields, parent=self) File "/Users/Jacob/Library/Application Support/Anki2/addons21/1102281552/dialog.py", line 45, in init self.form.buttonBox.button(QDialogButtonBox.Help).setAutoDefault(False) AttributeError: type object 'QDialogButtonBox' has no attribute 'Help'