Re: [GNC] [Finance-quote-news] Finance-Quote 1.56 released!

2023-05-31 Thread Vincent Lucarelli
This error is rooted in needing an AlphaVantage API key for any FQ fetch because that’s the default Currency module and the code is setup to ensure we can do a currency conversion if needed. You can verify that by setting the environment variable DEBUG=1 and repeating the gnucash-cli command.

Re: [GNC] [Finance-quote-news] Finance-Quote 1.56 released!

2023-05-30 Thread Bruce Schuck
On 5/30/23 12:59 PM, Vincent Lucarelli wrote: You can verify that by setting the environment variable DEBUG=1 and repeating the gnucash-cli command. You should see the AlphaVantage key error. I don’t think we’ve clearly documented this requirement anywhere and maybe we should change the

Re: [GNC] [Finance-quote-news] Finance-Quote 1.56 released!

2023-05-30 Thread Bruce Schuck
On 5/30/23 7:59 AM, Fross, Michael wrote: Running directly via the rest api works: https://api.twelvedata.com/quote?symbol=acn=xx (I've hidden the actual key) But when I run: C:\Program Files