Skip to content
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

Data does not arrive complete at YNAB after sync #61

Open
beninhos opened this issue Apr 24, 2022 · 9 comments
Open

Data does not arrive complete at YNAB after sync #61

beninhos opened this issue Apr 24, 2022 · 9 comments
Assignees
Labels
bug Something isn't working

Comments

@beninhos
Copy link

When i synced an export .csv and upload it, the data does not arrive after synchronisation. At least, not always. Very strange. On some accounts it works. I used four bankaccounts in YNAB and the issue is skipping trough the accounts. last week it was a different account that did not sync.

I expect all transactions to arrive in the selected budget + account.

  • OS: MacOs 11.6.5
  • Browser Firefox & Safari

I tried to change API key, but this did not help. I get the green light for sync complete. But it is just not there.

@beninhos beninhos added the bug Something isn't working label Apr 24, 2022
@DanielHaitink
Copy link
Owner

Do you have any console output in the browser? So the sunchronisation seems to be completely random?

What happens when you do it by hand (so convert it to csv and upload it by hand to ynab)?

@beninhos
Copy link
Author

beninhos commented Apr 24, 2022

I forgot the check the console. I did see the green ' successful sync' window. Now i had .csv with only three transactions and they did complete en sync to ynab. Could there be a limit on the amount of rows?

When i try to convert by hand and upload, it goes perfect.

@DanielHaitink
Copy link
Owner

Hmm, thats strange, at least I know that the converting is working like it is supposed to. Since the generated CSV is complete.

Could be that the api is being flooded with too many requests. However, i believe that the system should return an error when this happens.

I'll try to implement some more logging in the console when stuff like this happens. When you happen to run into this issue again, please copy and paste the console log.

Sadly, I am unable to debug the api myself anymore as I switched providers.

@beninhos
Copy link
Author

I check the log, you mean the browser log right?

@DanielHaitink
Copy link
Owner

Yes

@beninhos
Copy link
Author

hi,

This is the error in the console:
{"error":{"id":"400","name":"bad_request","detail":"amount is required (index: 8)"}}

@DanielHaitink
Copy link
Owner

So somewhere there is a transaction that isn't converted correctly by the system. What bank are you using? Do you maybe have a small anonymized example file that i can use to fix this problem?

@beninhos
Copy link
Author

I'am using bunq. Do you have an place i can upload too?

@DanielHaitink
Copy link
Owner

You can upload it to the GitHub commit as a zip or you can mail it to me if you prefer. You can find my email in my profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants