-
Notifications
You must be signed in to change notification settings - Fork 40
Nachricht ungueltig.:Validierung fehlgeschlagen with DKB in current version #94
Comments
There is an error in the message creation. But even if I fix that I'm running into other issues later when trying the get the account balance. |
I see the same issue with the latest version.
@leschbenedikt Is this something you see after your fix? Anyone else available to look into the DKB issue? |
Ich habe versucht die Library upzudaten. Scheinbar ist mir hier ein Fehler unterlaufen. Die Bibliothek benötigt jedoch ein komplettes Redesign/Refactoring. |
@party-pansen But anyway this are the changes: At first I added the segment Id to the call in line 147 In addition I replace every |
Ok, I had some time to analyse:
After that I get back to my original error message regarding "9955: Auftrag nicht ausgeführt - Die Gerätebezeichnung ist unbekannt." After some research I found the following article: So there was indeed an issue with my TAN devices which I could solve online @ DKB by removing a second, old pushTan device... Back to the program, it still did not work. I needed to provide a pushtan, but the generated HKTAN message has failures: Luckily I had an old trace which gave me a hint on the bug. It's simple: With that I am now able to get a correct answer from DKB. Currently I have not yet github correctly setup to simply push the bugfixes, but I think these are extreme simple for you to incorporate @thisistorsten I'll probably open up a new issue for the other bugs when anlzying them in the next days... |
For me DKB is working again, |
Can someone please retest? |
the initial error is gone, but retrieving transactions via HKKAZ is not working for DKB. You did not honor my change to HKKAZ. At least for DKB this must be changed back to the old message... |
@party-pansen please recommend your changes here. |
Please compare with my pushed branch bugfixing_pp. Since the segment now looks very different someone with some insight should have a look at it... |
Is DKB working for you again? I also deleted my second pushTAN device, but still no luck on Master and also not on bugfixing_pp. |
@korneliuscode @party-pansen please retest with this PR. |
Sorry for the late reply. I was just trying but unfortunately it is not working for me still. I'm testing on the current version of master.
|
I tested it again with the current master. It still does not work with DKB. The old version of the library works, but the results are somewhat malformed. Is there anything I can do to support? |
Hi @korneliuscode , I think I had the same issue with DKB as you with. After running through code, I realized that I just typed in the IBAN and not the account number ( After entering the See as well Log output with empty
|
I would suggest to implement a test that required fields must be given before a message is send to the bank server. |
I get an error with DKB on the most current version. Right with synchronization:
This is the trace of the sent message.
Does anyone have an idea what this could be?
The text was updated successfully, but these errors were encountered: