petewarden / dstk

A collection of the best open data sets and open-source tools for data science
http://www.datasciencetoolkit.org/
1.12k stars 186 forks source link

Internal Server Error when I use Google Style Geocoder #58

Open rakeshsukla53 opened 9 years ago

rakeshsukla53 commented 9 years ago

Hi,

I used the amazon AMI ID to launch the server and when I paste my public dns name on the browser I can see the home page. The problem arises when I use the google style geocoder API it is showing internal error.

Request - http://www.datasciencetoolkit.org/maps/api/geocode/json?sensor=false &address=1600+Amphitheatre+Parkway,+Mountain+View,+CA

It is returning result but when I try this:

Request - ec2-45-567-3-75.compute-1.amazonaws.com/maps/api/geocode/json?sensor=false &address=1600+Amphitheatre+Parkway,+Mountain+View,+CA (Changed DNS Name)

It is showing server internal error. My server is running since I can see the homepage but the APis are not running. Could you please help with this.

Regards