Closed Pimmie32 closed 1 year ago
You're right, YNAB changed the format of development tokens. I've pushed an update to accept the new format: https://github.com/wesselt/bunq2ynab/commit/3a7c305bbc8c1dec32eb8f24c50f23cae4d0f003
How does that work for you?
@wesselt Another excited bunq/YNAB user here, thanks for building this!
I just installed the package on AWS with new tokens and got the same error. I'm assuming the AWS version hasn't been updated yet (since the error message was adjusted in the branch linked above) - would you mind sharing how we can deploy this updated version on AWS?
Yeah, the serverless app store probably doesn't have the YNAB token fix yet. Javy made that. @javydekoning What do you think?
Yeah, I can do a new release tomorrow.
@javydekoning @wesselt thanks both, can't wait to try it out tomorrow 😁
I had some time, published a new version just now. Please see if this works for you. For future reference, we might need to use this to a workflow on GitHub actions (I could do that).
# Bump version in template.yml first.
sam build --use-container
sam package --profile <aws profile to use for publishing> --s3-bucket <some bucket to store the artifact> --output-template-file packaged.yml
sam publish --profile <aws profile to use for publishing> --template-file ./packaged.yml
@wesselt , I'm closing my Bunq accounts so won't be testing future code myself anymore.
Thanks for publishing a new version to AWS. It works for me! I tried it yesterday and was getting the YNAB token error, too.
Works perfectly, thanks @javydekoning! 🥳
@javydekoning Thanks for updating the serverless application repository!
What bank are you moving to?
@wesselt I was already a customer @ ABN and Revolut. Both now support syncing to YNAB natively. I've had a couple of issues with Bunq and some frustrations with their handling via support.... Therefore decided it's no longer worth the 18 euro's to me (2 accounts).
@javydekoning Thanks! I've got Revolut too and it syncs with YNAB after roughly a day.
bunq is still my main bank, I like the many options and the Zen feeling where they are not trying to sell me. And the instant sync of course :)
Hi!
First of all, thanks for this project. I've seen it work at a friends house and it looks amazing. Now i'm trying to set it up. When i get to the test phase it gives me this error.
It looks like there is something wrong with the Personal Access Token from YNAB. It doesn't give me a 64 characters long and consists of digits and lowercase a to f code. My code contains also uppercase, - and _
What can i do to make it work? Or am i looking wrong at the error?