RE: Finance-Quote 1.44 released!

2017-11-07 Thread ? ??
Thank you all for the efforts.

Right now it works well with updating prices of my US stock.
But for my Asian stocks, such as Hong Kong stock, China stock, and Taiwan 
stock, it's still not working now.
Currency is not updated either.

Is there a way for updating currency and Asian stock price?

Thank you, jctchen

-Original Message-
From: gnucash-user 
[mailto:gnucash-user-bounces+jctchen=outlook@gnucash.org] On Behalf Of Erik 
Colson
Sent: Wednesday, November 8, 2017 4:59 AM
To: finance-quote-n...@lists.sourceforge.net; gnucash-user@gnucash.org
Subject: Finance-Quote 1.44 released!

New version 1.44 of Finance-Quote is available with the following changes:

* Added currencies for .SA (Brazil) and .TO (Canada/Toronto) markets
* Setup a pause of .7s between queries in AlphaVantage.pm to limit 
queries

Authors:
  - Dj Padzensky , PadzNet, Inc.
  - Linas Vepstas 
  - Yannick LE NY 
  - Paul Fenwick 
  - Brent Neal 
  - Volker Stuerzl 
  - Keith Refson 
  - Rob Sessink 
  - Leigh Wedding 
  - Tobias Vancura 
  - James Treacy 
  - Bradley Dean 
  - Erik Colson 
___
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.
___
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: Finance-Quote 1.43 released!

2017-11-07 Thread Erik Colson

Richard Ullger  writes:

> On 06/11/17 22:43, Erik Colson wrote:
>> New version 1.43 of Finance-Quote is available with the following changes:
>
> All prices from AlphaVantage are being returned 100 times too big as
> pence rather than pounds. For example, a price of £7.329 is being
> returned as £732.90. This is making stock values 100 times too big in
> gnucash.

Probably F::Q should return GBp instead of GBP as currency.  However I
can force division by 100 for .L quotes in alpavantage, maybe gnucash
can handle GBp to GBP conversion?
Can GnuCash developers tell which option would be appropriate?

best
--
erik colson
___
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: GnuCash quotes suddenly :- " Unable to retrieve quotes for these items:"

2017-11-07 Thread Cam Ellison

On 07/11/17 04:16 PM, WasserLand wrote:

Ubuntu 16.04. Gnu Cash ver  2.6.17

Price Editor suddenly "Unable to retrieve quotes for these items:" 
Yahoo  ASX.


Has been working very well for years but very recently has failed. I 
see there is an Finance::Quote update being discussed.  Does that have 
something to do with my problem?


In a word, yes. Read the Finance::Quote emails for possible actions you 
can take.


Cheers

Cam

___
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.

GnuCash quotes suddenly :- " Unable to retrieve quotes for these items:"

2017-11-07 Thread WasserLand

Ubuntu 16.04. Gnu Cash ver  2.6.17

Price Editor suddenly "Unable to retrieve quotes for these items:" 
Yahoo  ASX.


Has been working very well for years but very recently has failed. I see 
there is an Finance::Quote update being discussed.  Does that have 
something to do with my problem?


Help.  Suggestions please . . . .

Dave W


___
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: Finance-Quote 1.43 released!

2017-11-07 Thread Richard Ullger
On 06/11/17 22:43, Erik Colson wrote:
> New version 1.43 of Finance-Quote is available with the following changes:

All prices from AlphaVantage are being returned 100 times too big as
pence rather than pounds. For example, a price of £7.329 is being
returned as £732.90. This is making stock values 100 times too big in
gnucash.

gnc-fq-dump alphavantage HSBA.L
Finance::Quote fields Gnucash uses:
symbol: HSBA.L   <=== required
  date: 11/07/2017   <=== recommended
  currency: GBP  <=== required
  last: 732.9000 <=\
   nav:  <=== one of these
 price:  <=/
  timezone:  <=== optional


I have a fund for which I am retrieving prices from Morningstar GB and
those are correct as were those from Yahoo Europe.

gnc-fq-dump mstaruk GB00BD9X6D51
Finance::Quote fields Gnucash uses:
symbol: GB00BD9X6D51 <=== required
  date: 11/07/2017   <=== recommended
  currency: GBP  <=== required
  last: 1.0455   <=\
   nav: 1.0455   <=== one of these
 price: 1.0455   <=/
  timezone:  <=== optional

Regards,

Richard.



signature.asc
Description: OpenPGP digital signature
___
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: Finance-Quote 1.44 released!

2017-11-07 Thread brad

On my xubuntu, gnc-fq-update isn't there.  I ran

sudo perl -MCPAN -e shell

Then in the perl shell:

reload index

upgrade Finance::Quote

If I didn't 'reload index' it wasn't getting the latest.


On 11/07/2017 03:39 PM, John Ralls wrote:

The simplest way is to run `sudo gnc-fq-update`.

Regards,
John Ralls


On Nov 7, 2017, at 2:12 PM, Les  wrote:

Can someone refresh my memory on how to update F::Q.  I don't even know what 
version I currently have installed.  I am on Linux Mint 18.2 and installed GC 
from GetDebs (current version of GC 2.6.17.)


Thanks,
Les


On 11/07/2017 02:58 PM, Erik Colson wrote:

New version 1.44 of Finance-Quote is available with the following changes:

 * Added currencies for .SA (Brazil) and .TO (Canada/Toronto) markets
 * Setup a pause of .7s between queries in AlphaVantage.pm to limit 
queries

Authors:
   - Dj Padzensky , PadzNet, Inc.
   - Linas Vepstas 
   - Yannick LE NY 
   - Paul Fenwick 
   - Brent Neal 
   - Volker Stuerzl 
   - Keith Refson 
   - Rob Sessink 
   - Leigh Wedding 
   - Tobias Vancura 
   - James Treacy 
   - Bradley Dean 
   - Erik Colson 
___
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.

___
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.

___
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.


___
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: Finance-Quote 1.44 released!

2017-11-07 Thread John Ralls
The simplest way is to run `sudo gnc-fq-update`.

Regards,
John Ralls

> On Nov 7, 2017, at 2:12 PM, Les  wrote:
> 
> Can someone refresh my memory on how to update F::Q.  I don't even know what 
> version I currently have installed.  I am on Linux Mint 18.2 and installed GC 
> from GetDebs (current version of GC 2.6.17.)
> 
> 
> Thanks,
> Les
> 
> 
> On 11/07/2017 02:58 PM, Erik Colson wrote:
>> New version 1.44 of Finance-Quote is available with the following changes:
>> 
>> * Added currencies for .SA (Brazil) and .TO (Canada/Toronto) markets
>> * Setup a pause of .7s between queries in AlphaVantage.pm to limit 
>> queries
>> 
>> Authors:
>>   - Dj Padzensky , PadzNet, Inc.
>>   - Linas Vepstas 
>>   - Yannick LE NY 
>>   - Paul Fenwick 
>>   - Brent Neal 
>>   - Volker Stuerzl 
>>   - Keith Refson 
>>   - Rob Sessink 
>>   - Leigh Wedding 
>>   - Tobias Vancura 
>>   - James Treacy 
>>   - Bradley Dean 
>>   - Erik Colson 
>> ___
>> 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.
> 
> ___
> 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.

___
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: Finance-Quote 1.44 released!

2017-11-07 Thread Les
Can someone refresh my memory on how to update F::Q.  I don't even know 
what version I currently have installed.  I am on Linux Mint 18.2 and 
installed GC from GetDebs (current version of GC 2.6.17.)



Thanks,
Les


On 11/07/2017 02:58 PM, Erik Colson wrote:

New version 1.44 of Finance-Quote is available with the following changes:

 * Added currencies for .SA (Brazil) and .TO (Canada/Toronto) markets
 * Setup a pause of .7s between queries in AlphaVantage.pm to limit 
queries

Authors:
   - Dj Padzensky , PadzNet, Inc.
   - Linas Vepstas 
   - Yannick LE NY 
   - Paul Fenwick 
   - Brent Neal 
   - Volker Stuerzl 
   - Keith Refson 
   - Rob Sessink 
   - Leigh Wedding 
   - Tobias Vancura 
   - James Treacy 
   - Bradley Dean 
   - Erik Colson 
___
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.


___
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: Adding Fixed Assests

2017-11-07 Thread C M Reinehr
While your debit entry is to the fixed asset account your opposite, 
credit, entry should be to your cash account (reducing cash) or equity 
account(representing ownership).


On 11/07/2017 03:45 PM, Kevin Barber wrote:


Hello

Can anyone tell me how to record fixed assets in GnuCash. When I put the entry 
in GnuCash automatically balances the entry with a deduction of the same amount 
so the fixed assets always shows as “zero”.

What am I doing wrong?

Kevin

Sent from Mail for Windows 10

___
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.



--
“Three millions of people, armed in the holy cause of liberty, and in 
such a country as that which we possess, are invincible by any force 
which our enemy can send against us. Beside, sir, we shall not fight our 
battles alone. There is a just God who presides over the destinies of 
Nations, and who will raise up friends to fight our battles for us. The 
battle, sir, is not to the strong alone; it is to the vigilant, the 
active, the brave.” -- Patrick Henry


___
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: Adding Fixed Assests

2017-11-07 Thread John R. Sowden

buy a printing press:
DR  Asset Printing Equipment    $5,000.00
 CR Cash   $5,000.00

John


On 11/07/2017 01:45 PM, Kevin Barber wrote:

Hello

Can anyone tell me how to record fixed assets in GnuCash. When I put the entry 
in GnuCash automatically balances the entry with a deduction of the same amount 
so the fixed assets always shows as “zero”.

What am I doing wrong?

Kevin

Sent from Mail for Windows 10

___
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.




___
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.


Adding Fixed Assests

2017-11-07 Thread Kevin Barber

Hello

Can anyone tell me how to record fixed assets in GnuCash. When I put the entry 
in GnuCash automatically balances the entry with a deduction of the same amount 
so the fixed assets always shows as “zero”.

What am I doing wrong?

Kevin

Sent from Mail for Windows 10

___
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.


Finance-Quote 1.44 released!

2017-11-07 Thread Erik Colson
New version 1.44 of Finance-Quote is available with the following changes:

* Added currencies for .SA (Brazil) and .TO (Canada/Toronto) markets
* Setup a pause of .7s between queries in AlphaVantage.pm to limit 
queries

Authors:
  - Dj Padzensky , PadzNet, Inc.
  - Linas Vepstas 
  - Yannick LE NY 
  - Paul Fenwick 
  - Brent Neal 
  - Volker Stuerzl 
  - Keith Refson 
  - Rob Sessink 
  - Leigh Wedding 
  - Tobias Vancura 
  - James Treacy 
  - Bradley Dean 
  - Erik Colson 
___
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: F::Q not working... any ideas for workaround ?

2017-11-07 Thread GB
Thanks everyone, some great  suggestions here

I think Erik Colson got some if not all the fixes in the latest F::Q v1.43



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
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: Finance-Quote 1.42 released!

2017-11-07 Thread GB
Thank you very much Erik ! 

I tried this out (on my mac osx) and it works great.  Set the API key and
changed all of my stock quotes to use alphavantage

GB



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
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: F::Q not working... any ideas for workaround ?

2017-11-07 Thread Clark Jefcoat
I wrote a workaround for myself at
https://github.com/hubcity/gnucash_getquotes.  I don't know if it will work
for others or not.  For starters it requires a GnuCash on linux with an XML
backend and Google API credentials.  You can see more prerequisites at the
github link.

I suspect that the developers working on Finance::Quote and GnuCash will
have things figured out before this is of much use to anyone else.

Clark
___
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: Finance-Quote 1.42 released!

2017-11-07 Thread Russell Mercer
I just saw another thread on the email list with a link to the finance
quote dev list.  It looks like the issue with retrieving quotes is probably
not due to a problem on Windows, or how it is installed, but limitations on
the Alphavantage API with how it handles requests.  This limitation is then
causing the f:q server to max out on requests.

Given that we are only 6 days on from the apocalypse, some patience is
likely in order to give the f:q devs time to get a handle on this.

Here is the link to the discussion board for anyone interested:
https://sourceforge.net/p/finance-quote/discussion/12832/thread/af96314b/?limit=25#feb4/b8ce


On Tue, Nov 7, 2017 at 8:46 AM, brad  wrote:

> I got the system error in gnucash yesterday too, with FQ 1.40. I'm not
> getting that error right now, but not getting the quotes either.   I've
> updated to 1.43
>
> Running the identical gnc-fq-dump cmd, sometimes gives an error &
> sometimes works
>
> gnc-fq-dump -v alphavantage IWD
> --- snip non useful bits ...
>
> All fields returned by Finance::Quote for stock IWD
>
> stock   field  value
> -   -  -
> IWD  errormsg: Invalid API call. Please retry or visit the
> documentation (https://www.alphavantage.co/documentation/) for
> TIME_SERIES_DAILY.
> ...
>
> just a few seconds later it works
>
> gnc-fq-dump -v alphavantage IWD
> Finance::Quote fields Gnucash uses:
> symbol: IWD  <=== required
>   date: 11/06/2017   <=== required
>   currency: USD  <=== required
>   last: 120.0700 <=\
>nav:  <=== one of these
>  price:  <=/
>   timezone:  <=== optional
>
> All fields returned by Finance::Quote for stock IWD
>
> stock   field  value
> -   -  -
> IWD close: 120.0700
> IWD  currency: USD
> IWD  date: 11/06/2017
> IWD  high: 120.1400
> IWD   isodate: 2017-11-06
> IWD  last: 120.0700
> IWD   low: 119.7800
> IWDmethod: alphavantage
> IWD  open: 119.9200
> IWD   success: 1
> IWDsymbol: IWD
> IWDvolume: 1235771
>
>
> On 11/07/2017 09:19 AM, Russell Mercer wrote:
>
>> I would like to echo the same result that jctchen is having. I installed
>> the new version of finance quote after adding the API key, then set the
>> source to Unknown/alphavantage, which is how it shows on Windows.
>>
>> I receive the same error when I hit the Get Quotes button. It took
>> probably 20 seconds before it returned this error.
>>
>> Not sure if there is a place to find a log for it, but if anyone has
>> pointers in that regard, I would be happy to post it.
>>
>> Thanks for your efforts so far, they are much appreciated.
>>
>> Russell
>>
>> On Nov 7, 2017, 05:00 -0800, ? ?? , wrote:
>>
>>> Thank you, Erik.
>>>
>>> I've updated F-Q to 1.43 successfully.
>>> And,
>>> Got an API Key from AlphaVantage, set it in Windows Environment Variable.
>>> Changed the GnuCash online quote source to Other/alphavantage in
>>> Security Editor.
>>>
>>> But I still got error message (something like "System error when getting
>>> quote") when I updated the security prices.
>>> All share prices remained unchanged.
>>>
>>> BTW, I use multiple currencies. New F-Q will work well with update of
>>> currency exchange rate?
>>>
>>> Thank you, jctchen
>>>
>>> -Original Message-
>>> From: Erik Colson [mailto:e...@ecocode.net]
>>> Sent: Tuesday, November 7, 2017 2:46 PM
>>> To: ? ?? >> Cc: Gnucash-User >> Subject: Re: Finance-Quote 1.42 released!
>>>
>>>
>>> ? ??  writes:
>>>
>>> Error reading 'C:\strawberry\cpan\FTPstats.yml': Alert: While trying
 to 'parse' YAML file 'C:\strawberry\cpan\FTPstats.yml'
 ..
 Stashing away as 'C:\strawberry\cpan\FTPstats.yml.1510022664' to
 prevent further interruptions. You may want to remove that file later.
 Could not rename: Permission denied

>>> I'm by no means a Windows expert, but I would try manually removeing
>>> FTPstats.yml and restart the installation.
>>>
>>> best
>>> --
>>> erik colson
>>> ___
>>> 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.
>>>
>> ___
>> 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.
>>
>
> ___
> 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 repli

RE: finance-quote error

2017-11-07 Thread DGPickett via gnucash-user
The F:Q people are working on solutions:
https://sourceforge.net/p/finance-quote/discussion/12832/thread/af96314b/?limit=25#feb4/b8ce



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
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: Finance-Quote 1.42 released!

2017-11-07 Thread brad
I got the system error in gnucash yesterday too, with FQ 1.40. I'm not 
getting that error right now, but not getting the quotes either.   I've 
updated to 1.43


Running the identical gnc-fq-dump cmd, sometimes gives an error & 
sometimes works


gnc-fq-dump -v alphavantage IWD
--- snip non useful bits ...

All fields returned by Finance::Quote for stock IWD

stock   field  value
-   -  -
IWD  errormsg: Invalid API call. Please retry or visit the 
documentation (https://www.alphavantage.co/documentation/) for 
TIME_SERIES_DAILY.

...

just a few seconds later it works

gnc-fq-dump -v alphavantage IWD
Finance::Quote fields Gnucash uses:
    symbol: IWD  <=== required
  date: 11/06/2017   <=== required
  currency: USD  <=== required
  last: 120.0700 <=\
   nav:  <=== one of these
 price:  <=/
  timezone:  <=== optional

All fields returned by Finance::Quote for stock IWD

stock   field  value
-   -  -
IWD close: 120.0700
IWD  currency: USD
IWD  date: 11/06/2017
IWD  high: 120.1400
IWD   isodate: 2017-11-06
IWD  last: 120.0700
IWD   low: 119.7800
IWD    method: alphavantage
IWD  open: 119.9200
IWD   success: 1
IWD    symbol: IWD
IWD    volume: 1235771

On 11/07/2017 09:19 AM, Russell Mercer wrote:

I would like to echo the same result that jctchen is having. I installed the 
new version of finance quote after adding the API key, then set the source to 
Unknown/alphavantage, which is how it shows on Windows.

I receive the same error when I hit the Get Quotes button. It took probably 20 
seconds before it returned this error.

Not sure if there is a place to find a log for it, but if anyone has pointers 
in that regard, I would be happy to post it.

Thanks for your efforts so far, they are much appreciated.

Russell

On Nov 7, 2017, 05:00 -0800, ? ?? , wrote:

Thank you, Erik.

I've updated F-Q to 1.43 successfully.
And,
Got an API Key from AlphaVantage, set it in Windows Environment Variable.
Changed the GnuCash online quote source to Other/alphavantage in Security 
Editor.

But I still got error message (something like "System error when getting 
quote") when I updated the security prices.
All share prices remained unchanged.

BTW, I use multiple currencies. New F-Q will work well with update of currency 
exchange rate?

Thank you, jctchen

-Original Message-
From: Erik Colson [mailto:e...@ecocode.net]
Sent: Tuesday, November 7, 2017 2:46 PM
To: ? ??  writes:


Error reading 'C:\strawberry\cpan\FTPstats.yml': Alert: While trying
to 'parse' YAML file 'C:\strawberry\cpan\FTPstats.yml'
..
Stashing away as 'C:\strawberry\cpan\FTPstats.yml.1510022664' to prevent 
further interruptions. You may want to remove that file later.
Could not rename: Permission denied

I'm by no means a Windows expert, but I would try manually removeing 
FTPstats.yml and restart the installation.

best
--
erik colson
___
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.

___
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.


___
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: Finance-Quote 1.42 released!

2017-11-07 Thread Russell Mercer
I would like to echo the same result that jctchen is having. I installed the 
new version of finance quote after adding the API key, then set the source to 
Unknown/alphavantage, which is how it shows on Windows.

I receive the same error when I hit the Get Quotes button. It took probably 20 
seconds before it returned this error.

Not sure if there is a place to find a log for it, but if anyone has pointers 
in that regard, I would be happy to post it.

Thanks for your efforts so far, they are much appreciated.

Russell

On Nov 7, 2017, 05:00 -0800, ? ?? , wrote:
> Thank you, Erik.
>
> I've updated F-Q to 1.43 successfully.
> And,
> Got an API Key from AlphaVantage, set it in Windows Environment Variable.
> Changed the GnuCash online quote source to Other/alphavantage in Security 
> Editor.
>
> But I still got error message (something like "System error when getting 
> quote") when I updated the security prices.
> All share prices remained unchanged.
>
> BTW, I use multiple currencies. New F-Q will work well with update of 
> currency exchange rate?
>
> Thank you, jctchen
>
> -Original Message-
> From: Erik Colson [mailto:e...@ecocode.net]
> Sent: Tuesday, November 7, 2017 2:46 PM
> To: ? ??  Cc: Gnucash-User  Subject: Re: Finance-Quote 1.42 released!
>
>
> ? ??  writes:
>
> > Error reading 'C:\strawberry\cpan\FTPstats.yml': Alert: While trying
> > to 'parse' YAML file 'C:\strawberry\cpan\FTPstats.yml'
> > ..
> > Stashing away as 'C:\strawberry\cpan\FTPstats.yml.1510022664' to prevent 
> > further interruptions. You may want to remove that file later.
> > Could not rename: Permission denied
>
> I'm by no means a Windows expert, but I would try manually removeing 
> FTPstats.yml and restart the installation.
>
> best
> --
> erik colson
> ___
> 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.
___
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: Finance-Quote 1.42 released!

2017-11-07 Thread ? ??
Thank you, Erik.

I've updated F-Q to 1.43 successfully.
And,
Got an API Key from AlphaVantage, set it in Windows Environment Variable.
Changed the GnuCash online quote source to Other/alphavantage in Security 
Editor.

But I still got error message (something like "System error when getting 
quote") when I updated the security prices.
All share prices remained unchanged.

BTW, I use multiple currencies. New F-Q will work well with update of currency 
exchange rate?

Thank you, jctchen

-Original Message-
From: Erik Colson [mailto:e...@ecocode.net] 
Sent: Tuesday, November 7, 2017 2:46 PM
To: ? ?? 
Cc: Gnucash-User 
Subject: Re: Finance-Quote 1.42 released!


? ??  writes:

> Error reading 'C:\strawberry\cpan\FTPstats.yml': Alert: While trying 
> to 'parse' YAML file  'C:\strawberry\cpan\FTPstats.yml'
> ..
> Stashing away as 'C:\strawberry\cpan\FTPstats.yml.1510022664' to prevent 
> further interruptions. You may want to remove that file later.
> Could not rename: Permission denied

I'm by no means a Windows expert, but I would try manually removeing 
FTPstats.yml and restart the installation.

best
--
erik colson
___
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.