Skip to content
  1. Jan 11, 2024
  2. Jun 01, 2023
  3. May 23, 2023
  4. Apr 08, 2023
  5. Mar 28, 2023
  6. Mar 05, 2023
  7. Feb 12, 2023
  8. Feb 11, 2023
  9. Feb 04, 2023
  10. Jan 29, 2023
  11. Aug 08, 2022
  12. Jun 27, 2022
  13. Jun 13, 2022
  14. Mar 29, 2022
  15. Feb 28, 2022
  16. Feb 18, 2022
  17. Oct 13, 2021
  18. Aug 27, 2021
  19. Jul 23, 2021
  20. Jun 30, 2021
  21. Jun 05, 2021
  22. May 24, 2021
  23. Apr 11, 2021
  24. Apr 08, 2021
  25. Apr 04, 2021
  26. Mar 24, 2021
  27. 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
  28. Oct 28, 2020
  29. Oct 07, 2020
  30. Sep 19, 2020