Matthias Walliczek

Results 6 comments of Matthias Walliczek

I have the same problem: ```python f = FinTS3PinTanClient( '123456789', # Your bank's BLZ 'myusername', # Your login name getpass.getpass('PIN:'), # Your banking PIN 'https://hbci-pintan.gad.de/cgi-bin/hbciservlet', product_id='Your product ID' ) with...

The object init_tan_response looks like this: `````` command_seq is None -> maybe the cause for the serialization problem, because it iterates over all segments without any check, see https://github.com/raphaelm/python-fints/blob/bc1c81e0a42be245c6af24bb0885ce1b2407bd2a/fints/parser.py#L334

see https://github.com/raphaelm/python-fints/pull/128

I got the same error when migrating from borgbackup 1.17 to 1.21 with a cifs mount via autofs. After changing back to version 1.17 the error does not occur any...

Spannend... In der Spec taucht überall nur ISO-8859-1 auf - außer in den XML-Headern aus den Beispielen, da wird überall UTF-8 verwendet. In ihrer App zeigt die Consorsbank das auch...

Man müsste man schauen, ob die Bank den Zeichensatz speziell mitteilt - wo sollte ich da am besten einen Breakpoint setzen?