Issue 5: GeoCoding Stops Working After A Certain Amount of Time
Status:  Invalid
Owner:
Closed:  Feb 2009
Reported by jamie21...@googlemail.com, Feb 13, 2009
Hi, I am trying to use your code on one of my websites that calls google to
return a single address for the Longitude and Latitude. It worked for
around four weeks before it started returning an error. I have tested the
code from several different servers and all work except for the one that
has been running for four weeks. 

The error displayed says that the GeoCode addresses[] does not have an
object. At the moment it looks like the GeoCode is not recieving any reply
from Google or Yahoo (I have tried both including a combination).

I understand that the issue may be server that I am running it on as it is
the only one that I have the issue with, but I was wondering if anyone else
has had this issue where not reply is found from the Google or Yahoo APIs

Note: The error happens intermittently, at some stages it works and then
doesnt at others.
Feb 13, 2009
Project Member #1 chadl...@gmail.com
Check to see if you've hit the API request limit:

https://code.google.com/apis/maps/faq.html#geocoder_limit
http://developer.yahoo.com/maps/rest/V1/geocode.html

Google has a limit of 15,000 queries per API key per day, Yahoo is 5000 queries per
IP address per day.

I'm going to mark this as not an issue for now, but I can reopen it if you find that
the rate limit is not the issue you are running into.
Status: Invalid
Owner: chadly69