Skip Menu |

This queue is for tickets about the Geo-Coder-Googlev3 CPAN distribution.

Report information
The Basics
Id: 66480
Status: resolved
Priority: 0/
Queue: Geo-Coder-Googlev3

People
Owner: Nobody in particular
Requestors: bhathaw1 [...] nycap.rr.com
Cc:
AdminCc:

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



Subject: Test fails with connection refused
Test 2 fails with: Fetching http://maps.google.com/maps/api/geocode/json?sensor=false&address=Berliner+Stra%C3%9Fe%2C+Berlin%2C+Germany failed: 500 Can't connect to maps.google.com:80 (connect: Connection refused) at t/geocode.t line 16 when behind a firewall due to code not using a proxy. The fix is to add: $ua->env_proxy; to the geocode subroutine after: my $ua = $self->ua;
On 2011-03-08 19:17:02, hathawa wrote: Show quoted text
> Test 2 fails with: > > Fetching >
http://maps.google.com/maps/api/geocode/json?sensor=false&address=Berliner+Stra%C3%9Fe%2C+Berlin%2C+Germany Show quoted text
> failed: 500 Can't connect to maps.google.com:80 (connect: Connection > refused) at t/geocode.t line 16 > > when behind a firewall due to code not using a proxy. > The fix is to add: > > $ua->env_proxy; > > to the geocode subroutine after: > my $ua = $self->ua;
Fixed in 0.09. Regards, Slaven