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

9050 Die Nachricht enthält Fehler., 9800 Dialog abgebrochen, 9110 Falsche Segmentzusammenstellung. #35

Closed
black-hawk85 opened this issue Jun 10, 2024 · 1 comment

Comments

@black-hawk85
Copy link

Recently I started getting the error "9050 Die Nachricht enthält Fehler., 9800 Dialog abgebrochen, 9110 Falsche Segmentzusammenstellung."

I have not changed anything in my code so far, it used to work fine.
The URL of the bank is 'https://banking-bw5.s-fints-pt-bw.de/fints30'

Small test code

  const client = new PinTanClient({ blz, name, pin, url, productId });

  try {
    const accounts = await client.accounts();
    console.log(accounts)
  } catch(e) {
    console.log(e)
  }

Any idea why this is happening?
I hope you can reproduce.

@black-hawk85
Copy link
Author

It seems the the actual error message was cut in the exception.
I got it produced with the help of Postman

HNHBK:1:3+000000000183+300+0+1+0:1'HIRMG:2:2+9050::Die Nachricht enthält Fehler.+9800::Dialog abgebrochen+9110::Falsche Segmentzusammenstellung:HKTAN:segvers=6:option=923'HNHBS:3:1+1'

It seems this issue is a duplicate of #13 so I'll close it and hope somebody's working on it.
Best of luck!

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

1 participant