Re: [GNC] gnu-fq-check missing

2023-03-20 Thread rolf . hoefner
How cool, thanks John! actually under Murugans suggestion, I switched to stable version, but then again I got the eros for the online price retrieval script I got in the first place, after a long battle, I decided to try the unstable one.. now although I got the same errors as before (usually

Re: [GNC] gnu-fq-check missing

2023-03-19 Thread John Ralls
I figured out the problem with boost::process's codecvt: It doesn't like empty strings and if there's no alphavantage key set we were trying to set the ALPHAVANTAGE_API_KEY environment variable with an empty string. I've fixed that, it will be in 4.904 which I'll proceed to release; if nothing

Re: [GNC] gnu-fq-check missing

2023-03-15 Thread rolf . hoefner
aludos Cordiales > > > Murugan > -- > *From:* gnucash-user hotmail@gnucash.org> on behalf of john > *Sent:* Tuesday, March 14, 2023 1:02 PM > *To:* rolf.hoef...@gmail.com > *Cc:* GNU Cash User > *Subject:* Re: [GNC] gnu-fq-check missing

Re: [GNC] gnu-fq-check missing

2023-03-14 Thread rolf . hoefner
wow.. never expected such a quick and personalized answer.. Thx! I'm using now the unstable release 4.902. I followed your instructions, but after trying gnucash-cli -Q info, I get the following error: "Failed to initialize Finance::Quote: boost::process codecvt to wchar_t: error" Within Gnucash

Re: [GNC] gnu-fq-check missing

2023-03-14 Thread Murugan Muruganandam
: GNU Cash User Subject: Re: [GNC] gnu-fq-check missing Neither the quick fix nor a more involved attempt worked. Boost::process is a bit opaque but what it's telling us is that somewhere it wants codecvt to convert some string from char to wchar_t. I'm having difficulty figuring out where

Re: [GNC] gnu-fq-check missing

2023-03-14 Thread john
Neither the quick fix nor a more involved attempt worked. Boost::process is a bit opaque but what it's telling us is that somewhere it wants codecvt to convert some string from char to wchar_t. I'm having difficulty figuring out where. Regards, John Ralls > On Mar 13, 2023, at 2:58 PM, John

Re: [GNC] gnu-fq-check missing

2023-03-13 Thread John Ralls
Urk, looks like a problem with converting a string to wchar_t for Windows, we didn't set up codecvt in gnc-quotes.cpp. I can reproduce it here, trying a quick fix. Regards, John Ralls > On Mar 13, 2023, at 2:12 PM, rolf.hoef...@gmail.com wrote: > > wow.. never expected such a quick and

Re: [GNC] gnu-fq-check missing

2023-03-13 Thread john
> On Mar 12, 2023, at 5:37 PM, rolf.hoef...@gmail.com wrote: > > Hi, I've been trying hard to be able to run "Install Online Price > Retrieval", and I almost made it.. but I got this.. and it's right.. > there's no gnu-fq-check program in bin.. how can I get it? I think I'm > almost there..