Skip to content
  1. Apr 11, 2021
  2. Apr 08, 2021
  3. Apr 04, 2021
  4. Mar 24, 2021
  5. Nov 17, 2020
  6. Oct 28, 2020
  7. Sep 23, 2020
  8. Aug 26, 2020
  9. Aug 07, 2020
  10. Jun 17, 2020
    • Christophe François's avatar
      [hsbc] Catch BrowserUnavailable error while fetching invests · 5ff962ab
      Christophe François authored and hydrargyrum's avatar hydrargyrum committed
      Some wealth accounts are now available only on the linebourse space. The
      current way of fetching accounts results in an error message.
      
      The linebourse space is not accessible with the current authentication
      so for now we catch the error so the accounts can be fetched (although
      without investments details and history).
      5ff962ab
  11. May 22, 2020
  12. May 07, 2020
  13. Apr 22, 2020
  14. Apr 09, 2020
  15. Apr 08, 2020
  16. Feb 12, 2020
  17. Jan 08, 2020
  18. Nov 09, 2019
    • Guillaume Risbourg's avatar
      [hsbc] Added new URL handle for login · c1819029
      Guillaume Risbourg authored and hydrargyrum's avatar hydrargyrum committed
      The website randomly added a `/` in the middle of the login URL.
      This seems weird and not intended so now we try to connect on the url
      with only one `/` first then the second one if the first one throw a
      404.
      
      Closes: 50818@sibi
      c1819029