Hello everyone,
I’m trying to create a filtered deck using the createFilteredDeck command in Anki Connect, but I keep getting the unsupported action error. If anyone can assist, I would greatly appreciate it.
Error Message:
{
"result": null,
"error": "unsupported action"
}
Steps I’ve Taken:
- I made sure Anki Connect is correctly installed and that Anki is open.
- Verified that Anki Connect is enabled in the Add-ons section of Anki.
- Restarted both Anki and Anki Connect.
- Tested connection to Anki Connect using cURL and checked for available actions via the actionList command.
- The actionList command ran successfully, but I still received the unsupported action error when attempting createFilteredDeck.
The Command I’m Using:
I’m attempting to use the createFilteredDeck command like this:
{
"action": "createFilteredDeck",
"version": 6,
"params": {
"deckName": "MissedThisWeek",
"search": "tag:missed_once is:suspended",
"options": {
"limit": 100,
"reschedule": false
}
}
}
What I Need Help With:
- I checked whether I’m using the latest version of Anki Connect. If this command isn’t supported in the current version, I’d like to know how to update Anki Connect.
- If the createFilteredDeck command is not supported in the current Anki Connect version, how can I resolve this issue or work around it?
Questions:
- How can I use the createFilteredDeck command properly with Anki Connect ?
- If Anki Connect’s current version does not support this command, how can I update it?
Any help would be much appreciated. Thanks in advance!