-
Notifications
You must be signed in to change notification settings - Fork 12
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
dialog.Init multiple acknowledgements #14
Comments
Hey, I am not sure if the errors can be caught. 9050 and 9800 suggest that the server just closed the dialog because of the mentioned error 9955. I think in that case it is necessary to initialize the dialog with the correct securityFn. The default at the moment seems not to work for the comdirect bank AG, or so it seems. I would try to add it into the |
I just pushed this change to the branch |
In case you need a git tag: https://github.com/mitch000001/go-hbci/releases/tag/v0.1.3-beta1 |
I am also using comdirect and while "get accounts" works, for transactions I have to modify the library in two places.
|
Hi there,
I was trying to retrieve Account Information from my bank (comdirect bank AG) and got into some trouble doing so:
While initializing the dialog
d.init() @dialog.go:299
I got 4 errors :The 3920 error (securityFn) is filtered and correctly caught but unfortunately the other ones are not caught and result into a failing initialization.
In my opinion the first 3 should be caught if the ONLY OTHER error is 3920. If there were other errors the function should work as it does.
Any advice on this?
The text was updated successfully, but these errors were encountered: