-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Problem description
Hi,
I installed the exam-notifier addon recently, but it is not working on the newest version of anki. I have already tried to disable all other anki addons, but the bug is still remaining.
Whenever I set an exam date for my deck and start to practice, the plugin will crash just in the time where I would expect the exam-notifier table. It is maybe caused by calling outdated function, not sure. I am attaching the error message bellow.
Do you also have the same issue?
Thank you,
Lukas
Checklist
- I've restarted Anki to see if it helps
- I've verified that I use the latest version of the add-on by redownloading it from AnkiWeb
- I've verified that I use the latest version of Anki by checking at https://apps.ankiweb.net#download
- I've tried to disable other add-ons to see if there are any interactions present
- My issue disappears when I hold shift while starting Anki.
- I've checked if anyone else reported this problem before by looking through the issue reports. I also checked to see if there is a section about known issues in the add-on description, documentation, or README.
Information about your Anki set-up
Please open Anki, go to Help → About, click on "Copy Debug Info", and paste the result between the backticks below (if the button does not appear you are using an older version of Anki 2.1 and will need to update first):
Anki 25.02 (038d85b1) (src) (ao)
Python 3.13.1 Qt 6.8.2 PyQt 6.8.1
Platform: Linux-6.12.12-2-MANJARO-x86_64-with-glibc2.41
===Add-ons (active)===
(add-on provided name [Add-on folder, installed at, version, is config changed])
Exam Notifier ['236593452', 2025-02-01T13:20, 'None', '']
===IDs of active AnkiWeb add-ons===
236593452
===Add-ons (inactive)===
(add-on provided name [Add-on folder, installed at, version, is config changed])
Add Table ['1237621971', 2023-06-18T13:37, 'None', mod]
AnkiConnect ['2055492159', 2025-02-25T23:57, 'None', mod]
AwesomeTTS - Add speech to your flashcards ['1436550454', 2025-02-15T09:23, 'None', '']
Review Heatmap ['1771074083', 2022-06-30T03:43, 'None', '']
Error message (if any)
If you've received an error message, please copy and paste it between the backticks below:
Anki 25.02 (038d85b1) (src) (ao)
Python 3.13.1 Qt 6.8.2 PyQt 6.8.1
Platform: Linux-6.12.12-2-MANJARO-x86_64-with-glibc2.41
Traceback (most recent call last):
File "/home/bakterio/.local/share/Anki2/addons21/236593452/libaddon/gui/notifications.py", line 281, in resizeEvent
self.update_position()
~~~~~~~~~~~~~~~~~~~~^^
File "/home/bakterio/.local/share/Anki2/addons21/236593452/libaddon/gui/notifications.py", line 307, in update_position
self.parent().mapToGlobal(QPoint(x, y)) # type:ignore
~~~~~~^^^^^^
TypeError: arguments did not match any overloaded call:
QPoint(): too many arguments
QPoint(xpos: int, ypos: int): argument 1 has unexpected type 'float'
QPoint(a0: QPoint): argument 1 has unexpected type 'float'
===Add-ons (active)===
(add-on provided name [Add-on folder, installed at, version, is config changed])
Exam Notifier ['236593452', 2025-02-01T13:20, 'None', '']
===IDs of active AnkiWeb add-ons===
236593452
===Add-ons (inactive)===
(add-on provided name [Add-on folder, installed at, version, is config changed])
Add Table ['1237621971', 2023-06-18T13:37, 'None', mod]
AnkiConnect ['2055492159', 2025-02-25T23:57, 'None', mod]
AwesomeTTS - Add speech to your flashcards ['1436550454', 2025-02-15T09:23, 'None', '']
Review Heatmap ['1771074083', 2022-06-30T03:43, 'None', '']