API Log:
[request]
{
“action”: “updateNoteFields”,
“params”: {
“note”: {
“fields”: {
“Back”: “Updated back content”,
“Front”: “Updated front content”
},
“noteId”: 1689527111359
}
},
“version”: 6
}
[reply]
{
“error”: “‘id’”,
“result”: null
}
Creation of the card works well, but updating existing card gives this error. I have checked the ID and it is correct:
[request]
{
“action”: “notesInfo”,
“params”: {
“notes”: [
1689527111359
]
},
“version”: 6
}
[reply]
{
“error”: null,
“result”: [
{
“cards”: [
1689527111360
],
“fields”: {
“Back”: {
“order”: 1,
“value”: “And the grain is scattered.”
},
“Front”: {
“order”: 0,
“value”: “Och p\u00e5 s\u00e5 s\u00e4tt sprider de k\u00e4rnorna [sound:rec1689540508.mp3]”
}
},
“modelName”: “Basic”,
“noteId”: 1689527111359,
“tags”:
}
]
}
Maybe the ID is too large and I need to clean out anki and reset this index?