grindsa / dkb-robo

library to access the internet banking area of "Deutsche Kreditbank" to get account information and transactions
GNU General Public License v3.0
148 stars 30 forks source link

scan_documents with path and downloading all from archive fails for most documents #35

Closed Luftol closed 1 year ago

Luftol commented 1 year ago

Some douments get fetched, but for most the debug output is:

_download_document()

DKBRobo._get_document(https://www.dkb.de/DkbTransactionBanking/content/mailbox/MessageList.xhtml?$event=getMailboxAttachment&filename=Kontoauszug+Nr.+062_2020+zu+Konto+1234567890&row=136)

https://www.dkb.de:443 "GET /DkbTransactionBanking/content/mailbox/MessageList.xhtml?$event=getMailboxAttachment&filename=Kontoauszug+Nr.+062_2020+zu+Konto+1234567890&row=136 HTTP/1.1" 655 None

Any clue?

Thanks Florian

grindsa commented 1 year ago

I can confirm the problem and it looks like a nasty behavior of the DKB webserver. Need to think about a workaround but this may take a couple of days..

Sorry..

grindsa commented 1 year ago

Fixing was easier than expected. I pushed some changes into the devel branch which should address the issue you've reported. Can you re-test?

goseind commented 1 year ago

Script runs without errors but I only get 125 out of 143 documents in Wertpapiere (Postfach and Archiv combined). I'll try to debug myself later this week. Thanks a lot for your effort, this tools is a great initative 👍🏼

grindsa commented 1 year ago

closing as the issue is fixed