Conan
Conan
Hey @lesterw1 , OBIS now works on any page. :) The best way to use it now as a Chrome Extension. Instructions are in the [README](https://github.com/shuckster/OBIS#how-to-use-it), but I will paste...
Hi @Banjanki , If downloading many years of transactions, it might be that the progress-bar "freezes" at the last 1% for a long time while it creates the Zip file....
Sorry to hear you're still having problems @Banjanki . It's true that the second method for using OBIS is a little trickier, but I don't think trying it would solve...
Thanks for the report @QuicksilverBR . It seems HSBC have once again updated their APIs, deprecating the old one that OBIS was using to download transactions, which is why merely...
Hi @QuicksilverBR I've added a new plugin that supports the new HSBC UK API. Please try it out and let me know if the numbers come out right for you....
Thank you for getting back to me. It's encouraging to hear that most transactions made it, although I'm curious to find out why some are missing! Seems like OBIS should...
I'll close this issue for now as I've not encountered the "missing-transactions" problem myself in these months since the report. Happy to reopen/investigate if it reoccurs.
It is indeed a bit chunky. I'll see what I can do about shrinking it a bit. This will be slightly more involved than solving those egregious bugs you reported...
Note to self: CSS needed tweaking after latest HSBC UK website update. `rem` is now `em`, so it may now be more straightforward to reduce the size of the OBIS...
This is because your number is greater than `Number.MAX_SAFE_INTEGER`. You could present your numbers only as strings and use a library like [bignumber.js](https://github.com/MikeMcl/bignumber.js/) to work with them, or you could...