Anki connect - FindNotes does not work

Get deckNames works well, but get findNotes returns 0 notes.
This is the same script that worked on my previous Win10 notebook and now does not work on Win11 where I installed updated Anki.

[request]
{
“action”: “deckNames”,
“version”: 6
}

[reply]
{
“error”: null,
“result”: [
“01”
]
}

[request]
{
“action”: “findNotes”,
“params”: {
“query”: “deck:"01"”
},
“version”: 6
}

[reply]
{
“error”: null,
“result”: []
}

Works well on old laptop:
Anki Version: 2.1.65 (aa9a734f) on Win10.
Python 3.9.15 Qt 6.4.3 PyQt 6.4.0

Not working
Anki version 24.06.3 (d678e393)
Python 3.9.18 Qt 6.6.2 pyqt 6.6.1

I see on the AnkiConnect addon page it says that the supported versions are:

but those versions are not possible to download :
https://apps.ankiweb.net/downloads/archive/

When I installed anki-2.1.66-windows-qt6.exe

and started AnkiConnect it showed message that it needs version 23.10.0, which is not possible to download neither. But similair available version is 23.10.1 which worked for me, decks retrieved

1 Like

You can find more Anki releases on GitHub: Releases · ankitects/anki · GitHub

2 Likes