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 Mar 24, 2024. It is now read-only.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
open pdf file for editing whatever way you use will produce this error. works well with windows, but cant get it to work in linux manjaro
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
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 to the add-on author.
Debug info:
Anki 2.1.64 (581f82c5) Python 3.10.10 Qt 6.4.3 PyQt 6.4.2
Platform: Linux-4.19.279-2-MANJARO-x86_64-with-glibc2.37
Flags: frz=False ao=True sv=2
Add-ons, last update check: 2023-06-19 08:56:28
Add-ons possibly involved: Searching PDF Reading Note-Taking in Add Dialog
Caught exception:
Traceback (most recent call last):
File "/home/mahdi/.local/share/Anki2/addons21/1781298089/src/dialogs/queue_picker.py", line 1112, in cell_clicked
self.display_note_modal(nid)
File "/home/mahdi/.local/share/Anki2/addons21/1781298089/src/dialogs/queue_picker.py", line 1139, in display_note_modal
dialog = NoteEditor(self, id, add_only=True, read_note_id=None)
File "/home/mahdi/.local/share/Anki2/addons21/1781298089/src/dialogs/editor.py", line 188, in init
self.setup_ui()
File "/home/mahdi/.local/share/Anki2/addons21/1781298089/src/dialogs/editor.py", line 224, in setup_ui
self.create_tab = CreateTab(self)
File "/home/mahdi/.local/share/Anki2/addons21/1781298089/src/dialogs/editor.py", line 601, in init
self.slider = QtPrioritySlider(self.parent.priority, self.parent.note_id, show_spec_sched=False, show_similar=False)
File "/home/mahdi/.local/share/Anki2/addons21/1781298089/src/dialogs/components.py", line 58, in init
self.slider.setValue(prio_default)
TypeError: setValue(self, a0: int): argument 1 has unexpected type 'float'
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
open pdf file for editing whatever way you use will produce this error. works well with windows, but cant get it to work in linux manjaro
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
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 to the add-on author.
Debug info:
Anki 2.1.64 (581f82c5) Python 3.10.10 Qt 6.4.3 PyQt 6.4.2
Platform: Linux-4.19.279-2-MANJARO-x86_64-with-glibc2.37
Flags: frz=False ao=True sv=2
Add-ons, last update check: 2023-06-19 08:56:28
Add-ons possibly involved: Searching PDF Reading Note-Taking in Add Dialog
Caught exception:
Traceback (most recent call last):
File "/home/mahdi/.local/share/Anki2/addons21/1781298089/src/dialogs/queue_picker.py", line 1112, in cell_clicked
self.display_note_modal(nid)
File "/home/mahdi/.local/share/Anki2/addons21/1781298089/src/dialogs/queue_picker.py", line 1139, in display_note_modal
dialog = NoteEditor(self, id, add_only=True, read_note_id=None)
File "/home/mahdi/.local/share/Anki2/addons21/1781298089/src/dialogs/editor.py", line 188, in init
self.setup_ui()
File "/home/mahdi/.local/share/Anki2/addons21/1781298089/src/dialogs/editor.py", line 224, in setup_ui
self.create_tab = CreateTab(self)
File "/home/mahdi/.local/share/Anki2/addons21/1781298089/src/dialogs/editor.py", line 601, in init
self.slider = QtPrioritySlider(self.parent.priority, self.parent.note_id, show_spec_sched=False, show_similar=False)
File "/home/mahdi/.local/share/Anki2/addons21/1781298089/src/dialogs/components.py", line 58, in init
self.slider.setValue(prio_default)
TypeError: setValue(self, a0: int): argument 1 has unexpected type 'float'
The text was updated successfully, but these errors were encountered: