Skip Menu |

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

Report information
The Basics
Id: 24378
Status: resolved
Priority: 0/
Queue: Finance-Quote

People
Owner: Nobody in particular
Requestors: peter.honka [...] gmx.de
Cc:
AdminCc:

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



Subject: Finance-Quote bug?
Date: Mon, 15 Jan 2007 10:28:50 +0100 (MET)
To: bug-Finance-Quote [...] rt.cpan.org
From: Peter Honka <peter.honka [...] gmx.de>
Dear Finance-Quote programmers, I used the following code to get the conversion rate between EUR and USD and EUR and GBP. use Finance::Quote; my $q = Finance::Quote->new; $q->timeout(60); my $conversion_rate_dollar = $q->currency("EUR","USD"); my $conversion_rate_pfund = $q->currency("EUR","GBP"); But for a few days that does not function any more. Can you help? Regards Peter ----------------- SUSE Linux 9.3 perl, v5.8.6 built for x86_64-linux-thread-multi ------------------------------------------------
Your script runs correctly here. What version of F::Q are you running? Version prior to 1.11 are known to be broken for currency rate retrievel because of changes in the Yahoo web site. Do you get any output when running your program, or does it just silently fail?
Subject: Re: [rt.cpan.org #24378] Finance-Quote bug?
Date: Tue, 16 Jan 2007 10:02:15 +0100 (MET)
To: bug-Finance-Quote [...] rt.cpan.org
From: Peter Honka <peter.honka [...] gmx.de>
David Hampton via RT schrieb: Show quoted text
> Your script runs correctly here. What version of F::Q are you running? > Version prior to 1.11 are known to be broken for currency rate > retrievel because of changes in the Yahoo web site. Do you get any > output when running your program, or does it just silently fail?
Hello David, thanks for your help. Fortunately today the script is working fine. The last 5 days it didn´t. Yesterday I changed to version F::Q 1.13 an even after the update an restart of apache, it didn´t function. Anyway, it works again and I am happy ;-) Thanks for providing the module! Regards from Germany Peter Honka