OGKevin / ComBunqWebApp

A Bunq web interface made by bunqers
https://bunqweb.com
MIT License
26 stars 3 forks source link

KeyError: 'Response' #63

Closed OGKevin closed 7 years ago

OGKevin commented 7 years ago

https://sentry.io/share/issue/3137323731332e323832343033333536/

KeyError: 'Response'
(5 additional frame(s) were not displayed)
...
  File "BunqAPI/views.py", line 128, in post
    response = getattr(API, selector.strip('/'))()
  File "BunqAPI/callbacks.py", line 91, in load_file
    self.accountID = accounts['Response'][0]['MonetaryAccountBank']['id']  # noqa

KeyError: 'Response'

It seems that the sleep of 1.5 seconds is not enough.