PRINCEMAIN / geocoding-net

Automatically exported from code.google.com/p/geocoding-net
0 stars 0 forks source link

GeoCoding Stops Working After A Certain Amount of Time #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by jamie21...@googlemail.com on 13 Feb 2009 at 10:00

GoogleCodeExporter commented 9 years ago
Check to see if you've hit the API request limit:

http://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.

Original comment by chadl...@gmail.com on 13 Feb 2009 at 9:17