Hi everyone,
While trying to use Anki for the first time on Linux Fedora Linux 37 I get an error message when trying to acces Tools → Preferences. I have incuded the full error down below. I am trying to fix the ‘Your Anki client does not support the new timezone handling yet. Please ensure your Anki is up to date.’ issue in Preferences.
Because of the timezone handling issue, I cannot use Anki now. Any help would be appreciated.
Error
An error occurred. Please use Tools > Check Database to see if that fixes the problem.
If problems persist, please report the problem on our support site. Please copy and paste the information below into your report.
Anki 2.1.15 (442df9d6) Python 3.11.0 Qt 5.15.7 PyQt 5.15.6
Platform: Linux
Flags: frz=False ao=False sv=1
Caught exception:
File “/usr/share/anki/aqt/main.py”, line 881, in onPrefs
aqt.dialogs.open(“Preferences”, self)
File “/usr/share/anki/aqt/init.py”, line 82, in open
instance = creator(*args)
^^^^^^^^^^^^^^
File “/usr/share/anki/aqt/preferences.py”, line 25, in init
self.setupCollection()
File “/usr/share/anki/aqt/preferences.py”, line 80, in setupCollection
f.lrnCutoff.setValue(qc[‘collapseTime’]/60.0)
<class ‘TypeError’>: setValue(self, int): argument 1 has unexpected type ‘float’