dialogflow / dialogflow-cordova-client

Cordova library for Dialogflow
Apache License 2.0
42 stars 23 forks source link

Timeout with my access token but not the demo access token #25

Closed djMax closed 7 years ago

djMax commented 7 years ago

Not sure if this is a cordova thing or just a back end thing, but when I use my access token in the cordova demo app, it times out. Is there any other magic other than just copying the client token from the web site?

djMax commented 7 years ago

Is this project still active? Seems like not.

ivandroid commented 7 years ago

Same here. Using my client token causes timeout error. However it works with the demo token. Please fix this problem.

djMax commented 7 years ago

I've tried contacting them on forums, here, twitter, you name it. I don't think they're managing the platform anymore. I assume Google will shut it down any day.

sstepashka commented 7 years ago

@djMax @ivandroid Yes, This is really bug, that we try to fix. But voice recognition does not supporting for all new users, only back-compatbile and will be removed in future version of SDK.

Message from API:

API.AI speech recognition is going to be deprecated soon. Use Google Cloud Speech API or other solutions.

djMax commented 7 years ago

Does this affect all SDKs? I'm just trying to wrk on a project with some 6th graders, so web would be ok, but if none of the SDKs work then I guess wit.ai will be a better fit. Google Speech API doesn't really seem to do most of what api.ai does.

sstepashka commented 7 years ago

@djMax This is affect for REST, thus this affect all SDKs. You can use browser SpeechRecognition, for example.