session.js icon indicating copy to clipboard operation
session.js copied to clipboard

No location data available

Open zabojad opened this issue 10 years ago • 2 comments

I get : location: { error: true, source: "google" }

How could I know more about what's going wrong ?

zabojad avatar Jun 01 '15 14:06 zabojad

On the live demo API page, I have the same:

  "location": {
    "error": true,
    "source": "google"
  }

zabojad avatar Jun 01 '15 15:06 zabojad

Since the google geolocation is a hack (it works the first 20 times you request it a day or such) you should register for the alternative service mentioned and use their API key to get geolocation data for free.

Iain

Sent from my iPhone

On 1 Jun 2015, at 08:01, Thomas Fétiveau [email protected] wrote:

On the live demo API page, I have the same:

"location": { "error": true, "source": "google" } — Reply to this email directly or view it on GitHub.

codejoust avatar Jun 01 '15 15:06 codejoust