Closed delize closed 2 weeks ago
I believe so, yes. Can check later this evening.
I just want to note, that it successfully went through 11 or so transactions and then failed. So it isn't an immediate failure.
Just to confirm, yes, I do.
TBH, it looks like it is an issue with @actual-app/api
package.
This project uses only the code:
await actualApi.updateTransaction(transaction.id, {
category: guessCategory.id,
notes: `${transaction.notes} | ${NOTES_GUESSED}`,
});
So, we have a transaction and want to update it — nothing related to “account”
from the error message.
I would recommend opening an issue on https://github.com/actualbudget/actual/issues .
If this is a problem with only a single transaction, you can try manually adding a category to it and try to run the classification again.
https://github.com/actualbudget/actual/issues/3898#issuecomment-2499200837
The Actual Budget devs, mention it is an issue with the library version you are using.
I am receiving errors when using the tool after successfully connecting Actual AI to Actual Server.