Aktionen
Bug #154
geschlossenGLS Bank: Error: Request "getBalance" for 2 not supported.
Status:
Closed
Priorität:
Normal
Kategorie:
AqBanking
Beginn:
30.10.2019
Abgabedatum:
Betriebssystem:
Linux
AqBanking-Version:
5.99.43
Anwendung:
aqbanking-cli
Version der Anwendung:
Beschreibung
Nach Einrichtung von aqbanking 5.99.43 nach der [SetupPinTan Anleitung](https://www.aquamaniac.de/rdm/projects/aqbanking/wiki/SetupPinTan) bekomme ich beim Kontostand-Abruf folgende Meldung:
$ aqbanking-cli request --aid=2 --fromdate=20190901 --balance Error: Request "getBalance" for 2 not supported.
Versions: AqBanking-CLI: 5.99.43 Gwenhywfar : 4.99.24.2 AqBanking : 5.99.43.0
Hier die Schritte mit denen ich es reproduzieren kann:
rm -rf ~/.aqbanking aqbanking-cli versions aqhbci-tool4 adduser -t pintan --context=1 -b "$BLZ" -u "$VR_KENNUNG" -s "https://hbci-pintan.gad.de/cgi-bin/hbciservlet" -N "$NAME" --hbciversion=300 aqhbci-tool4 adduserflags -u "$UID" -f tlsIgnPrematureClose aqhbci-tool4 listusers aqhbci-tool4 getbankinfo -u "$UID" aqhbci-tool4 getsysid -u "$UID" aqhbci-tool4 listitanmodes -u "$UID" aqhbci-tool4 setitanmode -u "$UID" -m "$TAN_MODE" aqhbci-tool4 getaccounts -u "$UID" aqhbci-tool4 listaccounts -v aqhbci-tool4 getaccsepa -a "$LOCAL_UID" aqbanking-cli request --aid "$LOCAL_UID" --fromdate=20190901 --balance
Sieht zienmlich ähnlich aus wie https://www.aquamaniac.de/rdm/issues/90
Aktionen