Multiple Accopunts /CC not working
wonko21 opened this issue · 4 comments
It seems only the data for the first account or CC is pulled als for the other accounts.
will investigate later tonight
Hi, Hm, I cannot really confirm this. Works fine on my side as long as I pull the right link out of the dictionary return by dkb.get_overview() method.
works still fine here.... Btw. DKB introduced additional html attributes last week making the checks for credit-card transactions failing. Fix is included in the latest commit or v.0.7.3
Hey @grindsa, thanks for the great job. I'm having the same issue here: I have 1 account and 2 Credit Cards. When I'm fetching the transactions I'm getting the same list for both cards.
The issue could be here: https://github.com/grindsa/dkb-robo/blob/master/dkb_robo/dkb_robo.py#L108
In fact, when I'm inspecting the HTML in my DKB account, I can see the transaction tables lie below 2 different form ID: form1579108072_2
and form1579108072_2
Sorry, I need to amend the above: the misbehaviour is due to the fact that I'm selecting a DATE_TO
value that is in the future. So, all good!