$ ripe-atlas probe-search --location "Paris, France"
Following error occured while trying to fetch lat/lonfor location <Paris, France>:
list index out of range
Seems to be caused by google's geo service requiring an API key:
$ curl "http://maps.googleapis.com/maps/api/geocode/json?address=Paris&sensor=false"
{
"error_message" : "You must use an API key to authenticate each request to Google Maps Platform APIs. For additional information, please refer to http://g.co/dev/maps-no-account",
"results" : [],
"status" : "REQUEST_DENIED"
}
Seems to be caused by google's geo service requiring an API key:
https://developers.google.com/maps/billing/important-updates