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

[Bug]: Bank Sync with GoCardless in Sweden fails #3883

Closed
2 tasks done
delize opened this issue Nov 23, 2024 · 1 comment
Closed
2 tasks done

[Bug]: Bank Sync with GoCardless in Sweden fails #3883

delize opened this issue Nov 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@delize
Copy link

delize commented Nov 23, 2024

Verified issue does not already exist?

  • I have searched and found no existing issue
  • I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file)

What happened?

Initially when logging in to Actual Budget after some time, I noticed that all my bank syncs were failing. I didn't see any issues in the Logs (though I don't have debug logging, and I can't quite understand if I need to add - DEBUG="actual:config" as an Env variable in the docker file.

So I thought I would remove and re-add the bank sync.

Well, now, when I do that, I see the bank transactions and can get to the link steps, but after I link them... I receive the following error:

Screenshot 2024-11-23 at 12 03 15 PM

Again, nothing in the Docker logs:

2024-11-23T11:02:54.144Z info: POST 200 /sync/sync
Available account properties for new institution integration {
  account: '{"resourceId":"OMIT","bban":"OMIT","currency":"SEK","name":"OMIT","product":"Sparkonto","id":"OMIT","created":"2024-02-08T20:16:50.105908Z","last_accessed":"2024-11-23T11:02:22.771995Z","iban":"OMIT","institution_id":"LANSFORSAKRINGAR_ELLFSESS","status":"READY","owner_name":"","institution":{"id":"LANSFORSAKRINGAR_ELLFSESS","name":"Länsförsäkringar Private","bic":"ELLFSESS","transaction_total_days":"394","countries":["SE"],"logo":"https://cdn-logos.gocardless.com/ais/LANSFORSAKRINGAR_ELLFSESS.png","max_access_valid_for_days":"180","supported_payments":{"single-payment":["DCT"]},"supported_features":["business_accounts","card_accounts","corporate_accounts","payments","pending_transactions","private_accounts"],"identification_codes":[]}}'
}
Available account properties for new institution integration {
  account: '{"resourceId":"OMIT","bban":"OMIT","currency":"SEK","name":"OMIT","product":"Sparkonto","id":"OMIT","created":"2024-02-08T20:16:50.045115Z","last_accessed":"2024-11-23T11:02:27.508780Z","iban":"OMIT","institution_id":"LANSFORSAKRINGAR_ELLFSESS","status":"READY","owner_name":"","institution":{"id":"LANSFORSAKRINGAR_ELLFSESS","name":"Länsförsäkringar Private","bic":"ELLFSESS","transaction_total_days":"394","countries":["SE"],"logo":"https://cdn-logos.gocardless.com/ais/LANSFORSAKRINGAR_ELLFSESS.png","max_access_valid_for_days":"180","supported_payments":{"single-payment":["DCT"]},"supported_features":["business_accounts","card_accounts","corporate_accounts","payments","pending_transactions","private_accounts"],"identification_codes":[]}}'
}
OMIT more banks

2024-11-23T11:02:54.176Z info: POST 200 /gocardless/get-accounts
Logging in via password
2024-11-23T11:02:56.455Z info: POST 200 /account/login
2024-11-23T11:02:56.465Z info: POST 200 /sync/user-get-key
2024-11-23T11:02:56.560Z info: POST 200 /sync/sync
2024-11-23T11:02:57.104Z info: POST 200 /gocardless/transactions
2024-11-23T11:02:57.673Z info: POST 200 /gocardless/transactions
2024-11-23T11:02:58.233Z info: POST 200 /gocardless/transactions
2024-11-23T11:02:58.808Z info: POST 200 /gocardless/transactions
2024-11-23T11:02:59.373Z info: POST 200 /gocardless/transactions
2024-11-23T11:03:09.455Z info: POST 200 /gocardless/transactions
2024-11-23T11:03:09.488Z info: POST 200 /gocardless/transactions
2024-11-23T11:03:09.504Z info: POST 200 /gocardless/transactions
2024-11-23T11:03:09.511Z info: POST 200 /gocardless/transactions
2024-11-23T11:03:09.544Z info: POST 200 /gocardless/transactions
2024-11-23T11:03:09.903Z info: POST 200 /sync/sync
2024-11-23T11:03:18.636Z info: POST 200 /sync/sync
Logging in via password
2024-11-23T11:04:00.245Z info: POST 200 /account/login
2024-11-23T11:04:00.259Z info: POST 200 /sync/user-get-key
2024-11-23T11:04:00.349Z info: POST 200 /sync/sync
2024-11-23T11:04:01.218Z info: POST 200 /gocardless/transactions
2024-11-23T11:04:01.866Z info: POST 200 /gocardless/transactions
2024-11-23T11:04:02.476Z info: POST 200 /gocardless/transactions
2024-11-23T11:04:03.061Z info: POST 200 /gocardless/transactions
2024-11-23T11:04:03.648Z info: POST 200 /gocardless/transactions
Logging in via password
2024-11-23T11:05:04.454Z info: POST 200 /account/login
2024-11-23T11:05:04.465Z info: POST 200 /sync/user-get-key
2024-11-23T11:05:04.556Z info: POST 200 /sync/sync
2024-11-23T11:05:05.190Z info: POST 200 /gocardless/transactions
2024-11-23T11:05:05.889Z info: POST 200 /gocardless/transactions
2024-11-23T11:05:06.538Z info: POST 200 /gocardless/transactions
2024-11-23T11:05:07.489Z info: POST 200 /gocardless/transactions
2024-11-23T11:05:08.029Z info: POST 200 /gocardless/transactions
Logging in via password


### Where are you hosting Actual?

Docker

### What browsers are you seeing the problem on?

Firefox, Chrome

### Operating System

Mac OSX
@delize delize added the bug Something isn't working label Nov 23, 2024
@matt-fidd
Copy link
Contributor

Hi! Could you open a ticket in the support channel in the discord please? We can help with any bank sync problems there.

https://discord.gg/d8wRhwRh

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