Re: Alphavantage not working in gnucash 2.6.17

2017-11-28 Thread Patrick Alken
On 11/28/2017 12:01 PM, John Ralls wrote:
> gnucash -log gnc.scm=debug

Thank you! This told me which stock symbol was causing the problem. It
turns out I missed one single stock which was still set to yahoo which
caused the error.

As a feature request, it would be incredibly useful if there was a
"default" source for online quotes, so the user can set individual
stocks to use the default source (alphavantage). This way when we want
to switch to a new quote source we just have to change where the default
setting points to.

Of course individual securities should still be able to be customized to
use a different source if needed. Such a feature would have saved me a
lot of time!

Anyway thanks for making this great software.

Patrick

___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Alphavantage not working in gnucash 2.6.17

2017-11-28 Thread Patrick Alken
I always start it from the command line. The --debug option didn't show 
anything in the log file related to quotes


On 11/28/2017 10:27 AM, John Ralls wrote:



On Nov 28, 2017, at 8:46 AM, Patrick Alken  wrote:

My OS is Ubuntu linux 17.10

and I installed F::Q via CPAN (gnc-fq-dump and gnc-fq-helper work ok from the 
commandline with alphavantage)

On 11/28/2017 07:50 AM, John Ralls wrote:

On Nov 27, 2017, at 9:57 PM, Patrick Alken  wrote:

Apologies if this has already been asked, but I couldn't find this exact
issue in the recent mailings.

I have:

gnucash: 2.6.17

F::Q: 1.47

My F::Q works from the command line:

--

$ gnc-fq-dump alphavantage CSCO
Finance::Quote fields Gnucash uses:
 symbol: CSCO <=== required
   date: 11/27/2017   <=== recommended
   currency: USD  <=== required
   last: 36.8700  <=\
nav:  <=== one of these
  price:  <=/
   timezone:  <=== optional
--

However inside gnucash price editor I still get the "unknown error when
retrieving price quotes".

I have unchecked the "Get Online Quotes" flag from ALL of my stocks in
the security editor. However the price editor still gives me the same
error (unknown error).

gnucash --debug shows nothing related to quotes. I only get lines like this:



* 22:34:53  INFO  [xaccAccountGetBalanceInCurrency]  baln=0/1
* 22:34:53  INFO  [xaccAccountGetBalanceInCurrency]  baln=0/100
* 22:34:53  INFO  [xaccAccountGetBalanceInCurrency]  baln=0/100
* 22:34:53  INFO  [xaccAccountGetBalanceInCurrency]  baln=0/100



Can anyone advise how to diagnose the issue?

What OS and how did you install F::Q?


Do you normally start GnuCash from the command line? If not, does quote 
retrieval work if you do?

Regards,
John Ralls



___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: Alphavantage not working in gnucash 2.6.17

2017-11-28 Thread Patrick Alken

My OS is Ubuntu linux 17.10

and I installed F::Q via CPAN (gnc-fq-dump and gnc-fq-helper work ok 
from the commandline with alphavantage)


On 11/28/2017 07:50 AM, John Ralls wrote:



On Nov 27, 2017, at 9:57 PM, Patrick Alken  wrote:

Apologies if this has already been asked, but I couldn't find this exact
issue in the recent mailings.

I have:

gnucash: 2.6.17

F::Q: 1.47

My F::Q works from the command line:

--

$ gnc-fq-dump alphavantage CSCO
Finance::Quote fields Gnucash uses:
 symbol: CSCO <=== required
   date: 11/27/2017   <=== recommended
   currency: USD  <=== required
   last: 36.8700  <=\
nav:  <=== one of these
  price:  <=/
   timezone:  <=== optional
--

However inside gnucash price editor I still get the "unknown error when
retrieving price quotes".

I have unchecked the "Get Online Quotes" flag from ALL of my stocks in
the security editor. However the price editor still gives me the same
error (unknown error).

gnucash --debug shows nothing related to quotes. I only get lines like this:



* 22:34:53  INFO  [xaccAccountGetBalanceInCurrency]  baln=0/1
* 22:34:53  INFO  [xaccAccountGetBalanceInCurrency]  baln=0/100
* 22:34:53  INFO  [xaccAccountGetBalanceInCurrency]  baln=0/100
* 22:34:53  INFO  [xaccAccountGetBalanceInCurrency]  baln=0/100



Can anyone advise how to diagnose the issue?

What OS and how did you install F::Q?

Regards,
John Ralls



___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Alphavantage not working in gnucash 2.6.17

2017-11-27 Thread Patrick Alken
Apologies if this has already been asked, but I couldn't find this exact
issue in the recent mailings.

I have:

gnucash: 2.6.17

F::Q: 1.47

My F::Q works from the command line:

--

$ gnc-fq-dump alphavantage CSCO
Finance::Quote fields Gnucash uses:
    symbol: CSCO <=== required
  date: 11/27/2017   <=== recommended
  currency: USD  <=== required
  last: 36.8700  <=\  
   nav:  <=== one of these
 price:  <=/   
  timezone:  <=== optional
--

However inside gnucash price editor I still get the "unknown error when
retrieving price quotes".

I have unchecked the "Get Online Quotes" flag from ALL of my stocks in
the security editor. However the price editor still gives me the same
error (unknown error).

gnucash --debug shows nothing related to quotes. I only get lines like this:



* 22:34:53  INFO  [xaccAccountGetBalanceInCurrency]  baln=0/1
* 22:34:53  INFO  [xaccAccountGetBalanceInCurrency]  baln=0/100
* 22:34:53  INFO  [xaccAccountGetBalanceInCurrency]  baln=0/100
* 22:34:53  INFO  [xaccAccountGetBalanceInCurrency]  baln=0/100



Can anyone advise how to diagnose the issue?

Thanks,

Patrick

___
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.