Skip Menu |

This queue is for tickets about the Weather-Underground-StationHistory CPAN distribution.

Report information
The Basics
Id: 87510
Status: new
Priority: 0/
Queue: Weather-Underground-StationHistory

People
Owner: Nobody in particular
Requestors: phil [...] philgra.org
Cc:
AdminCc:

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



Subject: EINN station provides empty results
Date: Thu, 1 Aug 2013 12:24:17 +0100
To: bug-Weather-Underground-StationHistory [...] rt.cpan.org
From: Phil Miesle <phil [...] philgra.org>
Hello, Trying to use your rather nifty tool to download Shannon (Ireland) data from station EINN. http://www.wunderground.com/history/airport/EINN/2006/1/1/DailyHistory.html?format=1 Gives me a .csv listing of data (in need of parsing!), yet use Weather::Underground::StationHistory qw{ :all }; use LWP::Simple; print strip_garbage_from_station_history( get( generate_single_day_station_history_url( 'EINN', 2006, 1, 1, ) ) ); gives me only a header line. FYI I'm on v1.0.5. Thanks, :-Phil