matthayes / anki_flex_dupes

Anki plugin that makes it possible to use multiple fields for duplicate checking
https://ankiweb.net/shared/info/1587955871
GNU Affero General Public License v3.0
6 stars 3 forks source link

need to update #6

Open aboali19 opened 2 years ago

aboali19 commented 2 years ago

this helpful addon is still worth a try to update with the new versions (Anki 2.1.50 and higher)

alproo commented 2 years ago

Alas add-on does not seem to work with my v.2.1.52 as well. Despite having just made my first steps into coding I am more than willing to contribute. If I may be of help with anything. The add-on is of vital importance to me.

hedgss commented 2 years ago

It stop working on anki-2.1.54-windows-qt6

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 '⁨Flexible Duplicate Checking⁩':
⁨Traceback (most recent call last):
  File "aqt.addons", line 244, in loadAddons
  File "C:\Users\<User>\AppData\Roaming\Anki2\addons21\1587955871\__init__.py", line 19, in <module>
    setup()
  File "C:\Users\<User>\AppData\Roaming\Anki2\addons21\1587955871\flex_dupe_checking\__init__.py", line 154, in setup
    Editor._links["dupes"] = showDupes
AttributeError: type object 'Editor' has no attribute '_links
assarj commented 1 year ago

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 '⁨Flexible Duplicate Checking⁩': ⁨Traceback (most recent call last): File "aqt.addons", line 247, in loadAddons File "/Users/alexkoi/Library/Application Support/Anki2/addons21/1587955871/init.py", line 19, in setup() File "/Users/alexkoi/Library/Application Support/Anki2/addons21/1587955871/flex_dupe_checking/init.py", line 154, in setup Editor._links["dupes"] = showDupes AttributeError: type object 'Editor' has no attribute '_links'