Re: [GNC] update quotes hanging

2019-12-16 Thread Jon Schewe
I have built myself a solution for this. I'm not certain why asking gnucash to add the price quotes hangs for me. However I found that if I used Python to call the perl script for each individual stock and then the GNUCash Python API to write the information it all works. The script "get_quote

Re: [GNC] update quotes hanging

2019-09-24 Thread Jon Schewe
Isn't aqbanking used to get information directly out of banks rather than needing to download QFX files? If so, I don't see how that is related. This is getting commodity quotes out of alphavantage. I use QFX files for all of my online banking. On 9/23/19 11:04 PM, Adrien Monteleone wrote: I

Re: [GNC] update quotes hanging

2019-09-24 Thread Jon Schewe
According to gnc-fq-check I have 1.47. The 5 quotes/minute restriction would explain why when I ran the gnc-fq-dump commands manually I didn't get quotes for a lot of the commodities. However it doesn't explain the process hanging. I left it running all night last night in strace and it never

Re: [GNC] update quotes hanging

2019-09-23 Thread Adrien Monteleone
I could be mistaken, but that PPA does not include the recent builds of aqbanking. Allegedly, those builds (with what applications?) seem to work. More than likely for now, if you are affected, you need to build aqbanking with the most recent version. *Then* all should be well. The next version

Re: [GNC] update quotes hanging

2019-09-23 Thread John Ralls
Have you updated Finance::Quote to 1.49? It throttles the Alphavantage requests to comply with their 5 quotes/minute restriction. You might also consider using yahoo_json for as many non-currency commodities as you can. Yahoo! still supports the json API and doesn't require throttling. Regards,

Re: [GNC] update quotes hanging

2019-09-23 Thread Jon Schewe
I just tried 3.7.0 from ppa:sicklylife/gnucash and the behavior hasn't changed. On 9/23/19 2:25 PM, Adrien Monteleone wrote: There are no updates to the 2.6 series any longer. 2.6.21 is the last one and nearly 18 months old. There have been eight 3.x releases so far. You can build from source

Re: [GNC] update quotes hanging

2019-09-23 Thread Adrien Monteleone
There are no updates to the 2.6 series any longer. 2.6.21 is the last one and nearly 18 months old. There have been eight 3.x releases so far. You can build from source, or there are debs floating around on the list for 3.7 that you should be able to install on 18.04. Regards, Adrien > On Sep

[GNC] update quotes hanging

2019-09-23 Thread Jon Schewe
I'm using GnuCash 2.6.19 that ships with Ubuntu 18.04. I'm finding that the update price quotes process is hanging, both from within GnuCash and from the command line. I've created a CSV file of all of my commodities and tested them individual using gnc-fq-dump and they all return fairly quick