-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actual api nodejs client (@actual-app/api) unable to create accounts #133
Comments
🚧🚨 This issue is being marked as stale due to 90 days of inactivity. 🚧🚨 |
@jhonderson , I'm interested in getting Simple Fin to work, but I honestly don't have much dev experience. There is a Draft PR for setting up a Nordigen sync for European banks, and work was also started on Plaid integration, I wonder if those would be helpful places. The Plaid app can be found in https://github.com/actualbudget/actual/tree/master/packages/desktop-client/src Nordigen PRs |
👋 There have been some significant changes in how we bundle the API. Your issue might have been fixed with those. Could you please check if this is still a problem for you? Thanks |
@MatissJanis the last time I tried with a brand new copy of actual a couple of weeks ago I couldn't get even the most basic API usage to work: actualbudget/docs#52 (comment) Has this now been fixed/is there any working example you can point me towards? I had a break from Actual for a while but I had built my entire system around programmatic usage so that I could externalise the categorization logic on my side and decouple it from Actual. I would love to return to this. Any help would be greatly appreciated 🙏 |
I have a PR awaiting final approval from James that I would like to ship soon (#464). With those changes, you should be able to get the API working — let me know if you have any issues with that branch! |
I believe version 5 of the API package has improved things, but let me know if you’re still having issues after you upgrade and we can reopen. |
I am trying to create an script to import accounts and transactions using SimpleFIN API and Actual NodeJS client, but I am getting this error:
The call to actual.getAccounts() works fine, but not createAccount.
I am using @actual-app/api-4.1.0.
The text was updated successfully, but these errors were encountered: