Skip Menu |

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

Report information
The Basics
Id: 95096
Status: patched
Worked: 30 min
Priority: 0/
Queue: Finance-Quote

People
Owner: Nobody in particular
Requestors: chocodup [...] free.fr
Cc:
AdminCc:

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



Subject: Change in Boursorama website
Date: Sun, 27 Apr 2014 14:23:16 +0200
To: bug-Finance-Quote [...] rt.cpan.org
From: Guillaume Dupin <chocodup [...] free.fr>
Hello, I noticed a problem in stock price retrieval using boursorama website. My configuration is the following : - OS : OS X 10.9.2 - Perl : 5.16 - Finance::Quote 1.29 - Gnucash : 2.6.3 The problem I had when invoking "gnu-fq-dump bourso …" was the following : Can't call method "look_down" on an undefined value at /Library/Perl/5.16/Finance/Quote/Bourso.pm line 188. or Can't call method "look_down" on an undefined value at /Library/Perl/5.16/Finance/Quote/Bourso.pm line 168. I found it was linked to a change in Boursorama website (class « q-details » renamed into « q-details span1-2 ») I corrected the problem using the attached « bourso.pm » file. Best regards.
Hello,

I noticed a problem in stock price retrieval using boursorama website.

My configuration is the following :
- OS : OS X 10.9.2
- Perl : 5.16
- Finance::Quote 1.29
- Gnucash : 2.6.3

The problem I had when invoking  "gnu-fq-dump bourso …" was the following :
Can't call method "look_down" on an undefined value at /Library/Perl/5.16/Finance/Quote/Bourso.pm line 188.
or
Can't call method "look_down" on an undefined value at /Library/Perl/5.16/Finance/Quote/Bourso.pm line 168.

I found it was linked to a change in Boursorama website (class « q-details » renamed into « q-details span1-2 »)
I corrected the problem using the attached « bourso.pm » file.

Best regards.

Message body is not shown because sender requested not to inline it.

On Sun Apr 27 08:23:30 2014, chocodup@free.fr wrote: Show quoted text
> I found it was linked to a change in Boursorama website (class « q- > details » renamed into « q-details span1-2 ») > I corrected the problem using the attached « bourso.pm » file.
Hi Guillaume, I applied your changes and solved a remaining issue with warrants (see the bourso.t tests) Thanks for the info ! -- Erik