Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Sorry, we were unable to geocode that address
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 41 of 41 - Collapse all  -  Translate all to Translated (View all originals) < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
AndyWins  
View profile  
 More options Nov 6, 8:18 am
From: AndyWins <andrew_t_wins...@yahoo.com>
Date: Thu, 5 Nov 2009 13:18:53 -0800 (PST)
Local: Fri, Nov 6 2009 8:18 am
Subject: Re: Sorry, we were unable to geocode that address
On Nov 5, 3:34 pm, Andrew Leach <andrew.leac...@googlemail.com> wrote:

> You are client-side. What are you doing server-side when the page is
> resubmitted with some parameters? If you don't know what the callback
> argument does, are you using a callback? Do you need it?

On the server side I'm using the lat/long to query our database for
gas stations within a given radius and then I display the sites for
the user on a google map.  I'm using a callback to submit the form
with a lat/long rather than an un-geocoded address because it's easier
for me than coming up with another geocoding solution on the server
side.

> Perhaps in this case the blacklisting is not automatically temporary,
> as Barry has hinted.

If that's the case and I'm now permanently blacklisted and can't use
the Maps API behind my proxy, any suggestions?  Some possible
solutions I've come up with are: a) ask my networking team to request
new IP addresses for our proxy servers; b) come up with my own
geocoding solution on the server side; c) try to come up with another
way to use the google geocoder without using the Maps API.

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ehierhager  
View profile  
 More options Nov 6, 9:27 am
From: ehierhager <ehierha...@philasd.org>
Date: Thu, 5 Nov 2009 14:27:31 -0800 (PST)
Local: Fri, Nov 6 2009 9:27 am
Subject: Re: Sorry, we were unable to geocode that address
I am definitely not working outside of the API. I am using google code
verbatim. Even Google's own example page is failing for me (and
others), which I pointed out in the original post. The JSON request
with the callback field is generated from the google-hosted javascript
file.

It's more than a little frustrating seeing zero responses from any
developers at Google on this issue. My employers were even considering
going with an enterprise solution for the maps API, but I'll be damned
if I'm going to recommend we pay $10k+ for a service that suddenly
stops working one day out of the blue, for no discernible reason.

On Nov 5, 3:51 pm, Barry Hunter <barrybhun...@googlemail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Blander Rodrigues  
View profile  
 More options Nov 4, 9:33 pm
From: Blander Rodrigues <blander.rodrig...@gmail.com>
Date: Wed, 4 Nov 2009 02:33:10 -0800 (PST)
Local: Wed, Nov 4 2009 9:33 pm
Subject: Re: Sorry, we were unable to geocode that address
The exactly same problem here. Started on Oct 30.

We are behind a proxy with only one valid IP to access internet.

I have tried many google maps API applications with no success with
geocode. Just "http://maps.google.com" works.

When I use a different IP address, the application works fine.

How do I know for sure that this IP address is blocked for geocode? Is
there any way to find out why it's blocked?

Thanks.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rossko  
View profile  
 More options Nov 6, 12:42 pm
From: Rossko <ros...@culzean.clara.co.uk>
Date: Thu, 5 Nov 2009 17:42:43 -0800 (PST)
Local: Fri, Nov 6 2009 12:42 pm
Subject: Re: Sorry, we were unable to geocode that address

> I am definitely not working outside of the API. I am using google code
> verbatim. Even Google's own example page is failing for me (and
> others), which I pointed out in the original post.

Understood.  All the "me too" posts are clouding the issue a bit.

> The JSON request
> with the callback field is generated from the google-hosted javascript
> file.

Yup.  It appears Google have stepped up security here, so as to detect
and reject geocoding requests with callback parameters that don't
appear to originate from Google's own API.  So as to prevent abusers.
Something in your network is stripping off or replacing referrer
headers or suchlike so that Google can't tell your requests come from
a legitimate API based webpage.

> It's more than a little frustrating seeing zero responses from any
> developers at Google on this issue.

This is a discussion forum for "users".  Have you raised a defect
report??
http://code.google.com/p/gmaps-api-issues/issues/list
Can't see any for this.

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AndyWins  
View profile  
 More options Nov 7, 3:32 am
From: AndyWins <andrew_t_wins...@yahoo.com>
Date: Fri, 6 Nov 2009 08:32:05 -0800 (PST)
Local: Sat, Nov 7 2009 3:32 am
Subject: Re: Sorry, we were unable to geocode that address
Great suggestion, I've just reported the defect:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=1902

And included a link to this discussion.

On Nov 5, 8:42 pm, Rossko <ros...@culzean.clara.co.uk> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ehierhager  
View profile  
 More options Nov 7, 4:34 am
From: ehierhager <ehierha...@philasd.org>
Date: Fri, 6 Nov 2009 09:34:44 -0800 (PST)
Local: Sat, Nov 7 2009 4:34 am
Subject: Re: Sorry, we were unable to geocode that address
Thanks, I was under the impression this group was read by Google devs
as well. And thanks to Andy for reporting the defect, I hope this get
resolved soon.

On Nov 5, 8:42 pm, Rossko <ros...@culzean.clara.co.uk> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AndyWins  
View profile  
 More options Nov 7, 5:48 am
From: AndyWins <andrew_t_wins...@yahoo.com>
Date: Fri, 6 Nov 2009 10:48:13 -0800 (PST)
Local: Sat, Nov 7 2009 5:48 am
Subject: Re: Sorry, we were unable to geocode that address
If you are affected by this bug please go to the following defect and
then click on the star (indicating that you're following this issue).

http://code.google.com/p/gmaps-api-issues/issues/detail?id=1902

Stars seem important; defects with more than 6 stars appear to have
all been looked at by google developers.

On Nov 6, 12:34 pm, ehierhager <ehierha...@philasd.org> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Leach  
View profile  
 More options Nov 7, 8:26 pm
From: Andrew Leach <andrew.leac...@googlemail.com>
Date: Sat, 7 Nov 2009 01:26:11 -0800 (PST)
Local: Sat, Nov 7 2009 8:26 pm
Subject: Re: Sorry, we were unable to geocode that address
On Nov 6, 6:48 pm, AndyWins <andrew_t_wins...@yahoo.com> wrote:

Someone beat you to it: http://code.google.com/p/gmaps-api-issues/issues/detail?id=1895

I don't think anyone has actually demonstrated why the callback
parameter is necessary. As far as I can see it shouldn't be needed
server-side because there are other means of getting the data and
processing it (eg XML); and client-side the normal GClientGeocoder of
the API is expected to be used. So Google has tightened up the
security and using an *undocumented* parameter now fails. Using the
HTTP call in a documented fashion doesn't.

Unless I've missed something, nobody has demonstrated why the callback
is necessary and should be documented. I think that this is needed if
the reported Issue(s) are not going to be marked as "WontFix".

Andrew


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ehierhager  
View profile  
 More options Nov 9, 6:56 am
From: ehierhager <ehierha...@philasd.org>
Date: Sun, 8 Nov 2009 11:56:52 -0800 (PST)
Local: Mon, Nov 9 2009 6:56 am
Subject: Re: Sorry, we were unable to geocode that address
same defect posted here as well: http://code.google.com/p/gmaps-api-issues/issues/detail?id=1872

On Nov 7, 4:26 am, Andrew Leach <andrew.leac...@googlemail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rossko  
View profile  
 More options Nov 9, 7:04 am
From: Rossko <ros...@culzean.clara.co.uk>
Date: Sun, 8 Nov 2009 12:04:46 -0800 (PST)
Local: Mon, Nov 9 2009 7:04 am
Subject: Re: Sorry, we were unable to geocode that address

ehierhager: I'm not sure that is quite the same.  Those folk are using
the geocoder in undocumented ways, and are perhaps being deliberately
blocked.  However, something unusual about your particular network
means you are getting caught in the crossfire when using the
documented method e.g. Googles example.

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ehierhager  
View profile  
 More options Nov 9, 7:35 am
From: ehierhager <ehierha...@philasd.org>
Date: Sun, 8 Nov 2009 12:35:34 -0800 (PST)
Local: Mon, Nov 9 2009 7:35 am
Subject: Re: Sorry, we were unable to geocode that address
Ah, good catch. I saw the 400 error on requesting http://maps.google.com/maps/geo
with the callback parameter and assumed it was the same thing.
Slightly different problem I guess.

On Nov 8, 3:04 pm, Rossko <ros...@culzean.clara.co.uk> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dann (Google Employee)  
View profile  
 More options Nov 9, 1:57 pm
From: "Dann (Google Employee)" <d...@google.com>
Date: Sun, 8 Nov 2009 18:57:24 -0800 (PST)
Local: Mon, Nov 9 2009 1:57 pm
Subject: Re: Sorry, we were unable to geocode that address
Correction.  Issues 1872 and 1895 are different since they're
attempting to utilize issue geocoding requests via JSONP, which is not
a supported means to do client-side geocoding.

Issue 1902 on the other hand looks, smells and sounds like a quota
limit.  I'm currently investigating  As Andy pointed out, stars are in
fact important, and we do use them to help gauge which issues are most
impacting.

On Nov 9, 7:35 am, ehierhager <ehierha...@philasd.org> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Williams  
View profile  
 More options Nov 10, 6:11 am
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Mon, 9 Nov 2009 19:11:09 +0000
Local: Tues, Nov 10 2009 6:11 am
Subject: Re: Sorry, we were unable to geocode that address
Wasn't it Andrew Leach who wrote:

>I don't think anyone has actually demonstrated why the callback
>parameter is necessary.

My understanding is that GClientGeocoder uses it to match the replies to
the requests, thus allowing multiple geocode calls to be in flight at
the same time, using the same GClientGeocoder instance. The server sends
back the callback parameter, and GClientGeocoder uses it to determine
which .getLocations() or .getLatLng() call to call back.

Compare GDirections, which doesn't use a callback parameter. If you make
two simultaneous requests with the same GDirections instance, you lose
one of them.

--
Mike Williams
http://econym.org.uk/gmap


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Barry Hunter  
View profile  
 More options Nov 10, 6:35 am
From: Barry Hunter <barrybhun...@googlemail.com>
Date: Mon, 9 Nov 2009 19:35:08 +0000
Local: Tues, Nov 10 2009 6:35 am
Subject: Re: Sorry, we were unable to geocode that address
2009/11/9 Mike Williams <nos...@econym.demon.co.uk>:

> Wasn't it Andrew Leach who wrote:

>>I don't think anyone has actually demonstrated why the callback
>>parameter is necessary.

> My understanding is that GClientGeocoder uses it to match the replies to
> the requests, thus allowing multiple geocode calls to be in flight at
> the same time, using the same GClientGeocoder instance. The server sends
> back the callback parameter, and GClientGeocoder uses it to determine
> which .getLocations() or .getLatLng() call to call back.

My understanding of Andrews question is why a user is using it in
*user code* - the API can use it behind the scenes. But its not a
documented parameter and a user shouldnt be using it directly (for
example with jquery)

The Maps API provides two interfaces to the Geocoder, GClientGeocoder
in a browser. And a HTTP interface for access from server side code.
Nowhere is it documented that Google offers a direct query interface
for using in a browser. And as such it doesnt fall within the terms of
use.

--
Barry

- www.nearby.org.uk - www.geograph.org.uk -


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Leach  
View profile  
 More options Nov 10, 8:50 am
From: Andrew Leach <andrew.leac...@googlemail.com>
Date: Mon, 9 Nov 2009 13:50:00 -0800 (PST)
Subject: Re: Sorry, we were unable to geocode that address
On Nov 9, 7:35 pm, Barry Hunter <barrybhun...@googlemail.com> wrote:

> My understanding of Andrews question is why a user is using it in
> *user code* - the API can use it behind the scenes. But its not a
> documented parameter and a user shouldnt be using it directly (for
> example with jquery)

Yes: that was what I meant. Sorry, should have made the back-reference
to previous postings clearer.

As it is, Dann has updated Issue 1872 http://code.google.com/p/gmaps-api-issues/issues/detail?id=1872
and the situation is clear.

Andrew


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ehierhager  
View profile  
 More options Nov 13, 2:26 am
From: ehierhager <ehierha...@philasd.org>
Date: Thu, 12 Nov 2009 07:26:50 -0800 (PST)
Local: Fri, Nov 13 2009 2:26 am
Subject: Re: Sorry, we were unable to geocode that address
Maps API is working for me today! :D

I posted my IPs in issue #1902 (http://code.google.com/p/gmaps-api-
issues/issues/detail?id=1902) and haven't received any response yet,
but I guess they unblocked me.

Working for anyone else?


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages < Older 
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google