anki-addons-misc icon indicating copy to clipboard operation
anki-addons-misc copied to clipboard

Extended Card Stats During Review Broken on 23.10Qt6

Open DoctorToBeIn23 opened this issue 1 year ago • 0 comments

Anytime I try and open the extended card stats during review it fails to open and the error below pops up.

Version 23.10 (3394ab02) Python 3.9.15 Qt 6.5.3 PyQt 6.5.3 on macOS Ventura Version 13.3.1

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-24 03:08:48 Add-ons possibly involved: ⁨Extended Card Stats During Review⁩

Caught exception: Traceback (most recent call last): File "/Users/Jacob/Library/Application Support/Anki2/addons21/1008566916/reviewer_card_stats.py", line 182, in cardStats _cs.toggle() File "/Users/Jacob/Library/Application Support/Anki2/addons21/1008566916/reviewer_card_stats.py", line 80, in toggle self.show() File "/Users/Jacob/Library/Application Support/Anki2/addons21/1008566916/reviewer_card_stats.py", line 65, in show self.shown = self.addDockable(("Card Info"), self.web) File "/Users/Jacob/Library/Application Support/Anki2/addons21/1008566916/reviewer_card_stats.py", line 48, in _addDockable dock.setAllowedAreas(Qt.LeftDockWidgetArea | Qt.RightDockWidgetArea) AttributeError: type object 'Qt' has no attribute 'LeftDockWidgetArea'

DoctorToBeIn23 avatar Oct 24 '23 07:10 DoctorToBeIn23