You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a username (Benutzername) is set on an ID Austria Account, A-Trust wants you to sign using the username and not your number so it returns a html page stating that error, which pdf-over can't parse.
In the log the parser throws ERROR | 2024-02-22 16:06:19,051 | Thread-4 @ at.asit.pdfover.gui.bku.mobile.ATrustParser | Did not find any top-level blocks.
and dumps the page containing
[...]
<spanid="txt1">Für Ihre ID Austria wurde ein Benutzername verwendet.</span><spanid="UsernameText">Benutzername</span>: <strong><spanid="UsernameValue">Max-Mustermann123</span></strong<p><spanid="txt2">Um diesen Hinweis in Zukunft zu verhindern verwenden Sie bitte ihren Benutzernamen.</span></p>
[...]
but the gui only outputs a generic error Signatur-Fehler to the user.
Suggestion
Check for this error in the parser and add an according error message in the gui or read the username from the html and send a second request.
The text was updated successfully, but these errors were encountered:
Issue
When a username (Benutzername) is set on an ID Austria Account, A-Trust wants you to sign using the username and not your number so it returns a html page stating that error, which pdf-over can't parse.
In the log the parser throws
ERROR | 2024-02-22 16:06:19,051 | Thread-4 @ at.asit.pdfover.gui.bku.mobile.ATrustParser | Did not find any top-level blocks.
and dumps the page containing
but the gui only outputs a generic error
Signatur-Fehler
to the user.Suggestion
Check for this error in the parser and add an according error message in the gui or read the username from the html and send a second request.
The text was updated successfully, but these errors were encountered: