Aktionen
Bug #144
geschlossena3252 breaks aqbanking-cli request --transactions
Status:
Closed
Priorität:
Normal
Kategorie:
AqBanking
Beginn:
05.10.2019
Abgabedatum:
Betriebssystem:
andere
AqBanking-Version:
a3252b7873c1385a3c5f6eefa5824f62cd3cce38
Anwendung:
andere
Version der Anwendung:
Beschreibung
value field in transaction reads "0" always.
Before:
$ aqbanking-cli request --transactions --aid=2
[...]
transaction {
char type="statement"
char subType="none"
char command="none"
[...]
char value="-15000%2F100"
a3252 and later:
char value="0"
Found with git bisect.
Aktionen
#1
Von martin vor fast 6 Jahren aktualisiert
- Status wurde von New zu Feedback geändert
Hmm, could you please check with latest releases?
I checked with my versions here and it works correctly. Did you do a "make clean" after git update?
Aktionen
#2
Von thilo vor fast 6 Jahren aktualisiert
martin schrieb:
Hmm, could you please check with latest releases?
I checked with my versions here and it works correctly. Did you do a "make clean" after git update?
yep, make clean and rebuilding fixed the problem. kann zu.
Aktionen