Skip to content
  1. Apr 11, 2021
  2. Apr 08, 2021
  3. Apr 04, 2021
  4. Mar 24, 2021
  5. Feb 12, 2021
    • Benjamin Tampigny's avatar
      [ing] don't crash when trying to get iban we cannot access · 494eb2c2
      Benjamin Tampigny authored and hydrargyrum's avatar hydrargyrum committed
      Some accounts that should have iban don't. Instead of
      crashing the entire backend we just skip the iban for this account.
      Didn't find a way to detect this case before the the website send a 404
      494eb2c2
    • Benjamin Tampigny's avatar
      [ing] don't reload accounts when retrieving emitters · 91034e45
      Benjamin Tampigny authored and hydrargyrum's avatar hydrargyrum committed
      ing was returning a 500 when trying to access debit_accounts while this
      page was already loaded
      This is a strange behavior of ing so here is a little proof:
      self.debit_accounts.go()
      weboob.browser.exceptions.ServerError: 500 Server Error: Internal Server Error
      self.debit_accounts.go()
      weboob.browser.exceptions.ServerError: 500 Server Error: Internal Server Error
      self.accounts.go()
      Out[4]: <ing.api.accounts_page.AccountsPage at 0x7f5defb69ba8>
      self.debit_accounts.go()
      Out[5]: <ing.api.transfer_page.DebitAccountsPage at 0x7f5defd17390>
      91034e45
  6. Oct 28, 2020
  7. Oct 07, 2020
  8. Sep 19, 2020
  9. Sep 09, 2020
  10. Aug 26, 2020
  11. Aug 07, 2020
  12. Jul 02, 2020
  13. Jun 03, 2020
  14. May 07, 2020