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

Error when calling minimal_interactive_cli_bootstrap #118

Closed
testalucida opened this issue Oct 5, 2020 · 2 comments
Closed

Error when calling minimal_interactive_cli_bootstrap #118

testalucida opened this issue Oct 5, 2020 · 2 comments

Comments

@testalucida
Copy link

Hello,
to access my DKB banking account I'm initializing FinTS3PinTanClient like so:

   client_args = (
       '12030000',  # BLZ
       'xxxxxxx',  # USER
       getpass.getpass('PIN: '),
       'https://banking-dkb.s-fints-pt-dkb.de/fints30'  # ENDPOINT
   )

   f = FinTS3PinTanClient(*client_args)

The subsequent call to

minimal_interactive_cli_bootstrap(f)

raises the error:

.../fints/client.py", line 1284, in _process_response
raise FinTSClientError("Error during dialog initialization, could not fetch BPD. Please check that you "
fints.exceptions.FinTSClientError: Error during dialog initialization, could not fetch BPD. Please check that you passed the correct bank identifier to the HBCI URL of the correct bank.

Does anybody see what's wrong with my code?

Thanks in advance

@raphaelm
Copy link
Owner

raphaelm commented Oct 6, 2020

It's probably not you, see #106

@raphaelm raphaelm closed this as completed Oct 6, 2020
@testalucida
Copy link
Author

testalucida commented Oct 6, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants