[BUG] helper throwing an error while starting Anki 23.10beta5: ValueError: Protocol message Column has no "sorting" field.
Closed this issue · 2 comments
Describe the bug
At the start of 23.10beta5:
Error
An add-on you installed failed to load. If problems persist, please go to the Tools>Add-ons menu, and disable or delete the add-on.
When loading 'FSRS4Anki Helper':
Traceback (most recent call last):
File "aqt.addons", line 239, in loadAddons
File "C:\Users\michal\AppData\Roaming\Anki2\addons21\759844606_init_.py", line 14, in
from .browser.browser import init_browser
File "C:\Users\michal\AppData\Roaming\Anki2\addons21\759844606\browser\browser.py", line 9, in
from .custom_columns import (
File "C:\Users\michal\AppData\Roaming\Anki2\addons21\759844606\browser\custom_columns.py", line 50, in
class TargetRetrievabilityColumn(CustomColumn):
File "C:\Users\michal\AppData\Roaming\Anki2\addons21\759844606\browser\custom_columns.py", line 51, in TargetRetrievabilityColumn
builtin_column = Column(
ValueError: Protocol message Column has no "sorting" field.
To Reproduce
Steps to reproduce the behavior:
- Install Anki 23.10beta5 version.
- Open.
- See error
Expected behavior
No error.
Environment
- Anki version: 23.10beta5
- OS: Windows 10
Additional context
Add any other context about the problem here.
.sorting has become .sorting_notes / .sorting_cards - it should be .SORTING_NONE in the case of .sorting_notes.
Patch: fsrs4anki-helper.zip