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

UniCredit Bank - HypoVereinsbank with AppTAN throws 403 error #135

Open
tloebhard opened this issue Dec 1, 2021 · 3 comments
Open

UniCredit Bank - HypoVereinsbank with AppTAN throws 403 error #135

tloebhard opened this issue Dec 1, 2021 · 3 comments

Comments

@tloebhard
Copy link

tloebhard commented Dec 1, 2021

Is someone else using HVB with AppTAN?

Describe the bug
Since switch to AppTAN HVB seems to work no more. First connection (in this case fetch tan mechanisms...) throws 403.

Bank I tested this with
Name of the bank: UniCredit Bank - HypoVereinsbank
FinTS URL: https://hbci-01.hypovereinsbank.de/bank/hbci

Log output / error message

File "site-packages/fints/client.py", line 1133, in fetch_tan_mechanisms
  self._ensure_system_id()
File "site-packages/fints/client.py", line 1145, in _ensure_system_id
  response = dialog.init(
File "site-packages/fints/dialog.py", line 85, in init
  retval = self.send(*segments, internal_send=True)
File "site-packages/fints/dialog.py", line 137, in send
  response = self.client.connection.send(message)
File "site-packages/fints/connection.py", line 33, in send
  raise FinTSConnectionError('Bad status code {}'.format(r.status_code))

--> fints.exceptions.FinTSConnectionError: Bad status code 403

@NilsBe
Copy link

NilsBe commented Nov 10, 2023

same here.
response is this:

b'<html><head><title>Request Failed</title></head><body>Dear Customer,<br/><br/>unfortunately we could not process your request right now.<br/><br/>Please try again later or if the problem persists, contact our support staff and refer to the following support ID: 0100E xxxxxxxxxxxxxxxx1530</body></html>'

@raphaelm
Copy link
Owner

Does this issue persist? Does not sound like something within the library

@tloebhard
Copy link
Author

Sorry, I can't test it as I currently don't have any HVB account available.

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

3 participants