Giter VIP home page Giter VIP logo

Comments (7)

warenbe avatar warenbe commented on July 17, 2024 1

This problem is due to missing perl packages
on my centos i was forced to do:

yum install perl-LWP-Protocol-https perl-Crypt-SSLeay perl-JSON perl perl-libwww
the first 2 packages were missing.

after that, it works fine.
i suppose, if you cannot install packages, that you can just remove the hostname check off by putting
verify_hostname => 0 instead of verify_hostname => 1

from asterisk-speech-recog.

spicyramen avatar spicyramen commented on July 17, 2024

+1
Which API are you using?
I got the same error when using the new Cloud Speech API and its script. I got 403
(Try to enable $uaresponse->status_line; after ->post request in agi.
http://search.cpan.org/~ether/libwww-perl-6.15/lib/LWP/UserAgent.pm

I used switched to "Speech API Private API" in Google and the script here: https://github.com/zaf/asterisk-speech-recog/zipball/master

and started working

You can try from Terminal:
curl https://speech.googleapis.com/v1beta1/speech:syncrecognize?key=YOURKEY -X POST -d '{}'
I was getting

{
"error": {
"code": 403,
"message": "Project speech-api-155605 (#802047549870) has billing disabled. Please enable it.",
"status": "PERMISSION_DENIED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.Help",
"links": [
{
"description": "Google developer console API key",
"url": "https://console.developers.google.com/project/802047549870/apiui/credential"
}
]
}
]
}
}

from asterisk-speech-recog.

zeeshankareem avatar zeeshankareem commented on July 17, 2024

@warenbe I am facing an issue in speech recognition, Can you please let me know If I have to use my own google speech API Key?

Thanks

from asterisk-speech-recog.

warenbe avatar warenbe commented on July 17, 2024

yes you have to put your own api key.

from asterisk-speech-recog.

zeeshankareem avatar zeeshankareem commented on July 17, 2024

@warenbe Thanks for your reply

Now I am getting this error

VERBOSE "Unable to get recognition data." 3
-- asterisk-speech-recog/speech-recog.agi,en-US: Unable to get recognition data.

What can be the issue?

Thanks in advance

from asterisk-speech-recog.

obiebrown avatar obiebrown commented on July 17, 2024

I believe script "maybe working" but I now get.
Script returned: ,
As in it is not returning any {utterance} or {confidence}
I had issue and used "warenbe" solution to fix "missing perl packages" before doing this I was getting a -1, and -1 return as if it was error. So I believe script had issues, yet now it is returning nothing once fixing this. Can it be some other missing package that is causing this or what would you suggest I try?

Any help would be great :)

from asterisk-speech-recog.

YashMistry3120 avatar YashMistry3120 commented on July 17, 2024

This problem is due to missing perl packages
on my centos i was forced to do:

yum install perl-LWP-Protocol-https perl-Crypt-SSLeay perl-JSON perl perl-libwww
the first 2 packages were missing.

after that, it works fine.
i suppose, if you cannot install packages, that you can just remove the hostname check off by putting
verify_hostname => 0 instead of verify_hostname => 1

This problem is due to missing perl packages
on my centos i was forced to do:

yum install perl-LWP-Protocol-https perl-Crypt-SSLeay perl-JSON perl perl-libwww
the first 2 packages were missing.

after that, it works fine.
i suppose, if you cannot install packages, that you can just remove the hostname check off by putting
verify_hostname => 0 instead of verify_hostname => 1

What is a command for debain?

from asterisk-speech-recog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.