the url [url]http://demo.places.nlp.nokia.com/places/v1/discover/explore?[/url] doesnt work. What is happening?
Printable View
the url [url]http://demo.places.nlp.nokia.com/places/v1/discover/explore?[/url] doesnt work. What is happening?
It is reachable for me. What do you experience? HTTP 404?
Is very unstable. Anytime OK and anytime Http 404! My connection is good and works well with another URLs.
FYI, Moved thread to correct forum "Places API"
Hello,
I have tried accessing the Places REST API endpoints in a lot of the ways found in the documentation both with demo keys and real API keys. I always get a 404 error on all requests like:
[url]http://demo.places.nlp.nokia.com/discover/search?[/url]...
[url]http://demo.places.nlp.nokia.com/discover/explore?[/url]...
See test for JSONP request: [url]http://jsbin.com/igutev/2[/url]
Any pointers would be helpful! Thanks!
Just came here to say I'm seeing the same thing. So, if there's some Nokia representatives monitoring the forum, please be aware that your demo.places.nlp.nokia.com test site doesn't seem to be responding.
Now it does not work for me either.
[QUOTE=goishin;907129]Just came here to say I'm seeing the same thing. So, if there's some Nokia representatives monitoring the forum, please be aware that your demo.places.nlp.nokia.com test site doesn't seem to be responding.[/QUOTE]
I'll forward to the right person.
This thread seems to mix up two different topics:
Initially it was about unstable behavior of our service. Neither our service monitoring nor our log files inidicate any instability of the demo-servers. We are still investigating, but so far could not find anything.
The second topic relates to bugs in the published documentation, which misses a critical URL path segment: Every Places API call URL starts with a path segment "/places/v1". So instead of
[url]http://demo.places.nlp.nokia.com/discover/explore[/url]...
you must use: [url]http://demo.places.nlp.nokia.com/places/v1/discover/explore[/url]...
(and similarly [url]http://demo.places.nlp.nokia.com/places/v1/discover/search[/url] )
We've reached out to the documentation team to get those bugs fixed asap.
Until then, the simplest way to get started with the Places API is to use the playground
[url]http://demo.places.nlp.nokia.com/places[/url]
in a regular browser.
There you can simply choose one of the API features and then copy/paste the URL from your browser into your app.
Hope that helps,
Andreas