Giter Club home page Giter Club logo

Comments (5)

luiscosio avatar luiscosio commented on August 28, 2024

After a re-run of the pipeline, I keep experiencing the same issue. Is there anyway I can fix this?

from openwhisk-darkvisionapp.

luiscosio avatar luiscosio commented on August 28, 2024

@l2fprod I'm pretty sure is related to this:

http://stackoverflow.com/questions/38538734/speech-recognition-callback-registration-fails

from openwhisk-darkvisionapp.

l2fprod avatar l2fprod commented on August 28, 2024

@luiscosio

I have the feeling something as changed in Watson STT. There was a bug where they were sending application/json as content type but expecting text. It seems they are now sending "Accept: text/plain". However the OpenWhisk action is still returning application/json and OpenWhisk does not like the mismatch. I'm looking into it now.

from openwhisk-darkvisionapp.

l2fprod avatar l2fprod commented on August 28, 2024

@luiscosio

The Watson STT "Accept" header changed from application/json to text/plain. This explains the 406. This commit a95478e fixes this.

from openwhisk-darkvisionapp.

kmalave avatar kmalave commented on August 28, 2024

I'm getting this same issue now. It looks like the action is being called by STT but STT doesn't like the reply. Here is what the vision/speechtotext action reports in the logs:
{
"headers": {
"Content-Type": "text/plain"
},
"body": "uNuCKwTrYjbdKM3V"
}Logs:

[OK] args.__ow_method= get  args.challenge_string= uNuCKwTrYjbdKM3V
Replying to a challenge request from Watson Speech to Text...
[OK] Challenge accepted!

I wonder if the encryption changed? I will look further.

from openwhisk-darkvisionapp.

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.