You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
Caught exception:
Traceback (most recent call last):
File "aqt.webview", line 43, in cmd
File "aqt.webview", line 150, in _onCmd
File "aqt.webview", line 620, in _onBridgeCmd
File "aqt.editor", line 469, in onBridgeCmd
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\common.py", line 121, in _show
self._instance = self._target.constructor(
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\generator.py", line 670, in init
super(EditorGenerator, self).init(
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\base.py", line 243, in init
super(ServiceDialog, self).init(*args, **kwargs)
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\base.py", line 80, in init
self.setLayout(self._ui())
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\base.py", line 255, in _ui
hor.addLayout(self._ui_services())
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\base.py", line 313, in _ui_services
layout.addLayout(self._ui_services_presets())
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\base.py", line 340, in _ui_services_presets
save.setFixedWidth(save.fontMetrics().width(save.text()) + 20)
AttributeError: 'QFontMetrics' object has no attribute 'width'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure what to do with this but it said to copy paste it
Debug info:
Anki 2.1.57 (6b7d372c) Python 3.9.15 Qt 6.4.2 PyQt 6.4.0
Platform: Windows-10-10.0.22000
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2023-02-01 12:42:58
Caught exception:
Traceback (most recent call last):
File "aqt.webview", line 43, in cmd
File "aqt.webview", line 150, in _onCmd
File "aqt.webview", line 620, in _onBridgeCmd
File "aqt.editor", line 469, in onBridgeCmd
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\common.py", line 121, in _show
self._instance = self._target.constructor(
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\generator.py", line 670, in init
super(EditorGenerator, self).init(
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\base.py", line 243, in init
super(ServiceDialog, self).init(*args, **kwargs)
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\base.py", line 80, in init
self.setLayout(self._ui())
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\base.py", line 255, in _ui
hor.addLayout(self._ui_services())
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\base.py", line 313, in _ui_services
layout.addLayout(self._ui_services_presets())
File "C:\Users\theod\AppData\Roaming\Anki2\addons21\814349176\awesometts\gui\base.py", line 340, in _ui_services_presets
save.setFixedWidth(save.fontMetrics().width(save.text()) + 20)
AttributeError: 'QFontMetrics' object has no attribute 'width'
The text was updated successfully, but these errors were encountered: