Most voted "watson" questions
8 questions
Sort by count of
-
2
votes1
answer149
viewsIBM Watson + Java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package…
-
2
votes1
answer185
viewsHelp me consume the IBM Watson NLU API
Yesterday I watched a video of a guy who consumed Watson’s Natural Language Understanding API (IBM cloud) with JS using Node and he did some pretty cool things with it... On the other hand I’m…
-
1
votes0
answers104
viewsComplex dialogues with Watson
I started to develop a chatbot using the watson, found surprising and simple to deploy. However I was left with some doubts of how to do and if it is possible (I saw in some chatbot). An example is,…
-
1
votes1
answer25
viewsError trying to install watson_developer_cloud
I am trying to install watson_developer_cloud using pip. After some time and after some dependencies to be installed I get the following error: Command "c: users i appdata local Programs python…
-
1
votes0
answers24
viewsWatson Speechtotext crash app android when Microphonehelper is called
I cannot start the audio recording. I am receiving the following error: E/AudioRecord: start() status -38 E/AndroidRuntime: FATAL EXCEPTION: Thread-7713 Process: com.sienaapp.sienaapp, PID: 5005…
-
0
votes0
answers82
viewsUnauthorized Text to Speech Watson IBM
I have a problem trying to make a request through the text-to-Speech api, when trying to make the request it gives the following error: { "code": 401, "error": "Unauthorized" } My JS code $(function…
-
0
votes0
answers190
viewsParse error while uploading images from Xios
I’m trying to send images via POST method in Xios, but when I run the script, it gives me this error: error: { code: 500, error_id: 'server_error', description: 'Error parsing request into form…
-
-1
votes1
answer45
viewsReverse dialogue on Watson’s integration with Telegram
When starting the conversation with Watson the messages appear reversed, first he should say: Hello, Alexandre, I’m Jairo! only after saying: I’m here to remind you [...] This integration was done…