gcflames5 / ynab-splitwise-integration

A tool to copy transactions from Splitiwise to YNAB for budgeting purposes.
25 stars 6 forks source link

No "HouseSplit" account found in YNAB #13

Open blanchardjeremy opened 1 year ago

blanchardjeremy commented 1 year ago

Hi there. I'm getting an "account not found in YNAB" error.

I have quadruple checked my budget name and account name. I even removed spaces and special characters (quote) from the names so it couldn't be causing errors.

❯ java -jar ynab-splitwise-jar-with-dependencies.jar                                                               ─╯
Configuration not specified via command line. Defaulting to ./config.yml. To specify a custom path, add path as a command line argument.
Configuration path: /Users/jeremy/Downloads/ynab-splitwise-sync/config.yml
Reading configuration...
Authenticating Splitwise...
Fetching spltiwise transactions since Wed Dec 31 16:00:00 PST 1969
Authenticating YNAB...
Exception in thread "main" java.lang.RuntimeException: No'HouseSplit' account found in YNAB!
    at com.github.gclfames5.ynab.YNABHandler.authenticate(YNABHandler.java:73)
    at com.github.gclfames5.Main.main(Main.java:69)

My config.yml section

ynab:
  access_token: KEY # Personal Access Token for YNAB
  budget_name: JeremyBudget # Name of the YNAB Budget
  account_name: HouseSplit # Name of the account where Splitwise transactions will be added

My budget and account name just to confirm:

image

Any ideas?