hoffie / dkb-visa

DKB transaction download and conversion (CSV, QIF)
GNU Affero General Public License v3.0
56 stars 26 forks source link

Unable to find search period radio box #15

Closed richi235 closed 7 years ago

richi235 commented 7 years ago

Running dkb.py as usual results in:

Navigating to 'Umsätze'...
Selecting transactions in time frame 03.03.2017 - 28.05.2017...
Traceback (most recent call last):
  File "./dkb.py", line 427, in <module>
    fetcher.select_transactions(args.cardid, from_date, args.to_date)
  File "./dkb.py", line 190, in select_transactions
    self._select_all_transactions_from(form, from_date, to_date)
  File "./dkb.py", line 115, in _select_all_transactions_from
    raise RuntimeError("Unable to find search period radio box")
RuntimeError: Unable to find search period radio box
hoffie commented 7 years ago

Hi richi235,

could you try again after pulling the latest version? Based on your notification, I have adapted the form selection logic after dkb.de apparently changed form field names again. ;)

Kind regards, Christian

richi235 commented 7 years ago

Hi, I just pulled this commit and works great :)

Thank you for your effort and work