Re: [GNC-dev] Robust error handling and respecting the Apha Vantage API limits in gnc-fq-helper.

2020-02-11 Thread Mike Alexander
On 11 Feb 2020, at 3:59, Edward d'Auvergne wrote: F::Q uses this URL for all queries: https://www.alphavantage.co/query?function=GLOBAL_QUOTE=json=IDRUSD=$MY_KEY The result I see is: { "Global Quote": { "01. symbol": "IDRUSD", "02. open": "0.0001", "03. high":

Re: [GNC-dev] Robust error handling and respecting the Apha Vantage API limits in gnc-fq-helper.

2020-02-11 Thread Mike Alexander
On 11 Feb 2020, at 8:14, Edward d'Auvergne wrote: Although most runs pass, I have noticed that some do not [4]. Have you seen that behaviour or know what might be happening? Sometimes AlphaVantage refuses to return a quote. Right now

Re: [GNC-dev] Robust error handling and respecting the Apha Vantage API limits in gnc-fq-helper.

2020-02-11 Thread Edward d'Auvergne
On Mon, 10 Feb 2020 at 22:28, Mike Alexander wrote: > On 10 Feb 2020, at 6:27, Edward d'Auvergne wrote: >> I realise that F::Q is broken in some places. As I said, I reported >> an issue. However, as you have seen yourself, the F::Q developers are >> simply non-responsive. I believe that asking

Re: [GNC-dev] Robust error handling and respecting the Apha Vantage API limits in gnc-fq-helper.

2020-02-11 Thread Edward d'Auvergne
On Tue, 11 Feb 2020 at 09:59, Edward d'Auvergne wrote: > On Mon, 10 Feb 2020 at 22:28, Mike Alexander wrote: > > By the way, I didn't mean to suggest that we should encourage all users of > > GnuCash to patch F::Q. I still remain hopeful that the maintainers will > > merge my pull request that