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
You've looked through previous issues to see if someone else had the same problem.
Describe the bug
This bug has been reported before (#54) but it has been closed and wasn't properly formatted so I hope it's okay if I do it again.
When starting Anki, I get the following error.
I tried disabling all my other add-ons but the issue persists.
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 on the add-on support site.
Debug info:
Anki 2.1.43 (0fbae6bc) Python 3.8.6 Qt 5.14.2 PyQt 5.14.2
Platform: Windows 10
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2021-05-07 01:38:02
Traceback (most recent call last):
File "aqt\main.py", line 510, in loadCollection
File "aqt\main.py", line 653, in moveToState
File "aqt\main.py", line 660, in _deckBrowserState
File "aqt\deckbrowser.py", line 67, in show
File "aqt\deckbrowser.py", line 127, in _renderPage
File "aqt\deckbrowser.py", line 137, in __renderPage
File "aqt\webview.py", line 457, in stdHtml
File "aqt\hooks_gen.py", line 3238, in __call__
File "C:\Users\Tai\AppData\Roaming\Anki2\addons21\BeautifyAnki\__init__.py", line 80, in on_webview_will_set_content
web_content.css.remove("deckbrowser.css")
ValueError: list.remove(x): x not in list
I took a quick glance at the file but couldn't figure out the error.
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 on the add-on support site.
Debug info:
Anki 2.1.44 (b2b3275f) Python 3.8.6 Qt 5.14.2 PyQt 5.14.2
Platform: Windows 10
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2021-06-11 15:38:05
Traceback (most recent call last):
File "aqt\main.py", line 510, in loadCollection
File "aqt\main.py", line 653, in moveToState
File "aqt\main.py", line 660, in _deckBrowserState
File "aqt\deckbrowser.py", line 67, in show
File "aqt\deckbrowser.py", line 127, in _renderPage
File "aqt\deckbrowser.py", line 137, in _renderPage
File "aqt\webview.py", line 457, in stdHtml
File "aqt\hooks_gen.py", line 3238, in call
File "C:\Users\User\AppData\Roaming\Anki2\addons21\BeautifyAnki_init.py", line 80, in on_webview_will_set_content
web_content.css.remove("deckbrowser.css")
ValueError: list.remove(x): x not in list
Before posting, please verify that you've done the following
Describe the bug
This bug has been reported before (#54) but it has been closed and wasn't properly formatted so I hope it's okay if I do it again.
When starting Anki, I get the following error.
I tried disabling all my other add-ons but the issue persists.
I took a quick glance at the file but couldn't figure out the error.
By the way, while looking through the file, I also noticed that
NIGHT_MODE
was spelled incorrectlyhttps://github.com/ShoroukAziz/Beautify-Anki/blob/master/__init__.py#L87
Screenshots
If applicable, add screenshots to help explain your problem.
Context (please complete the following information):
Additional context
This happened to me in Anki version 2.1.35 as well.
In your Anki
go to help > About > Copy Debug Log and paste it between the following backticks
The text was updated successfully, but these errors were encountered: