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 Dec 31, 2023. It is now read-only.
AnkiConnect calls Anki functions by their old names, which results in warning messages. For example, calling findCards makes Anki output the following warning:
addons21/2055492159/__init__.py:1129:'findCards' is deprecated: please use 'find_cards'
Solution
Update the names to the contemporary ones. AnkiConnect’s API may remain as it is, but the calls for Anki’s internal functions should be updated.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
AnkiConnect calls Anki functions by their old names, which results in warning messages. For example, calling
findCards
makes Anki output the following warning:Solution
Update the names to the contemporary ones. AnkiConnect’s API may remain as it is, but the calls for Anki’s internal functions should be updated.
The text was updated successfully, but these errors were encountered: