zjosua / print-as-flashcards

Create printable flashcards from your Anki cards.
https://ankiweb.net/shared/info/1672412966
GNU General Public License v3.0
1 stars 2 forks source link

card object has no attribute #2

Open Jing-92 opened 4 years ago

Jing-92 commented 4 years ago

Anki 2.1.22 (0ecc189a) Python 3.8.0 Qt 5.14.1 PyQt 5.14.1 Platform: Windows 10 Flags: frz=True ao=True sv=1 Add-ons, last update check: 2020-06-03 14:11:32

Caught exception: Traceback (most recent call last): File "C:\Users\apple\AppData\Roaming\Anki2\addons21\1672412966\main.py", line 80, in onPrint q = esc(c._getQA(True, False)['a']).split('


')[0] AttributeError: 'Card' object has no attribute '_getQA'

Kaschaaa commented 3 years ago

Same here! Please help :)

Debuginformationen: Anki 2.1.26 (70784154) Python 3.8.0 Qt 5.14.1 PyQt 5.14.1 Platform: Windows 10 Flags: frz=True ao=True sv=1 Add-ons, last update check: 2020-07-21 13:06:20

Caught exception: Traceback (most recent call last): File "C:\Users\NAME\AppData\Roaming\Anki2\addons21\1672412966\main.py", line 80, in onPrint q = esc(c._getQA(True, False)['a']).split('<hr id=answer'>)[0] AttributeError: 'Card' object has no attribute '_getQA'