Skip Menu |

This queue is for tickets about the Finance-QuoteDB CPAN distribution.

Maintainer(s)' notes

Finance::QuoteDB

Report information
The Basics
Id: 55510
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Finance-QuoteDB

People
Owner: eco [...] ecocode.net
Requestors: hhhummel [...] comcast.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Either a bug or a user error
Hi Erik, I'm using the script in this link to try to get QuoteDB going on my Fedora 10 system and perl v5.10.0: http://cpansearch.perl.org/src/ECOCODE/Finance-QuoteDB-0.13/script/fqdb I'm calling the script "quoteDB_script" below. Creating the database and adding a stock looks ok... [harry@Mercury code]$ ./quoteDB_script createdb [harry@Mercury code]$ ./quoteDB_script addstock --market=usa --stocks=IBM Getting stocks from usa Checking stock IBM --> International Bus [harry@Mercury code]$ ./quoteDB_script dumpstocks USERSYMBOL FQMARKET FQSYMBOL IBM usa IBM ...The stock seems to be in there, but when I try to backpopulate, I get this... [harry@Mercury code]$ ./quoteDB_script backpopulate --startdate='2001-01-01' --enddate='2002-01-01' --overwrite --stocks=IBM Retrieving data... Use of uninitialized value $line in string ne at /usr/local/lib/perl5/site_perl/5.10.0/Finance/QuoteDB.pm line 173. Am I calling the backpopulate command correctly? Thanks, Harry
Ehlo, It is actually a bug in a dependency. A workaround has been posted to the github repository. Please check it out from https://github.com/ecocode/finance-quotedb best -- erik On Fri Mar 12 17:08:46 2010, hhummel wrote: Show quoted text
> Hi Erik, > > I'm using the script in this link to try to get QuoteDB going on my > Fedora 10 system and perl v5.10.0: > > http://cpansearch.perl.org/src/ECOCODE/Finance-QuoteDB-0.13/script/fqdb > > I'm calling the script "quoteDB_script" below. Creating the database > and adding a stock looks ok... > > [harry@Mercury code]$ ./quoteDB_script createdb > [harry@Mercury code]$ ./quoteDB_script addstock --market=usa --stocks=IBM > Getting stocks from usa > Checking stock IBM > --> International Bus > [harry@Mercury code]$ ./quoteDB_script dumpstocks > USERSYMBOL FQMARKET FQSYMBOL > IBM usa IBM > ...The stock seems to be in there, but when I try to backpopulate, I get > this... > > [harry@Mercury code]$ ./quoteDB_script backpopulate > --startdate='2001-01-01' --enddate='2002-01-01' --overwrite --stocks=IBM > Retrieving data... > Use of uninitialized value $line in string ne at > /usr/local/lib/perl5/site_perl/5.10.0/Finance/QuoteDB.pm line 173. > > > Am I calling the backpopulate command correctly? > > Thanks, > > Harry > > > > >
-- Erik
Subject: Re: [rt.cpan.org #55510] Either a bug or a user error
Date: Mon, 07 Feb 2011 15:47:03 -0500
To: bug-Finance-QuoteDB [...] rt.cpan.org
From: Harry Hummel <hhhummel [...] comcast.net>
Thanks On 02/06/2011 09:20 AM, Erik Colson via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=55510> > > Ehlo, > > It is actually a bug in a dependency. A workaround has been posted to the github repository. > Please check it out from https://github.com/ecocode/finance-quotedb > > best > > -- > erik > > On Fri Mar 12 17:08:46 2010, hhummel wrote:
>> Hi Erik, >> >> I'm using the script in this link to try to get QuoteDB going on my >> Fedora 10 system and perl v5.10.0: >> >> http://cpansearch.perl.org/src/ECOCODE/Finance-QuoteDB-0.13/script/fqdb >> >> I'm calling the script "quoteDB_script" below. Creating the database >> and adding a stock looks ok... >> >> [harry@Mercury code]$ ./quoteDB_script createdb >> [harry@Mercury code]$ ./quoteDB_script addstock --market=usa --stocks=IBM >> Getting stocks from usa >> Checking stock IBM >> --> International Bus >> [harry@Mercury code]$ ./quoteDB_script dumpstocks >> USERSYMBOL FQMARKET FQSYMBOL >> IBM usa IBM >> ...The stock seems to be in there, but when I try to backpopulate, I get >> this... >> >> [harry@Mercury code]$ ./quoteDB_script backpopulate >> --startdate='2001-01-01' --enddate='2002-01-01' --overwrite --stocks=IBM >> Retrieving data... >> Use of uninitialized value $line in string ne at >> /usr/local/lib/perl5/site_perl/5.10.0/Finance/QuoteDB.pm line 173. >> >> >> Am I calling the backpopulate command correctly? >> >> Thanks, >> >> Harry >> >> >> >> >>
>