The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
GNU General Public License v3.0
534
stars
301
forks
source link
Getting 403 Error writing request body to server #75
Starting to write
Error: 403
Error has occured
java.io.IOException: Error writing request body to server
at sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.checkError(HttpURLConnection.java:3107)
at sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.write(HttpURLConnection.java:3090)
at sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.write(HttpURLConnection.java:3085)
at com.darkprograms.speech.recognizer.GSpeechDuplex.openHttpsPostConnection(GSpeechDuplex.java:391)
at com.darkprograms.speech.recognizer.GSpeechDuplex.access$300(GSpeechDuplex.java:34)
at com.darkprograms.speech.recognizer.GSpeechDuplex$2.run(GSpeechDuplex.java:226)
Hi, I can't get The Duplex Speech API (https://github.com/lkuza2/java-speech-api/wiki/Duplex---Hello-World) to work. I have this error :
Starting to write Error: 403 Error has occured java.io.IOException: Error writing request body to server at sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.checkError(HttpURLConnection.java:3107) at sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.write(HttpURLConnection.java:3090) at sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.write(HttpURLConnection.java:3085) at com.darkprograms.speech.recognizer.GSpeechDuplex.openHttpsPostConnection(GSpeechDuplex.java:391) at com.darkprograms.speech.recognizer.GSpeechDuplex.access$300(GSpeechDuplex.java:34) at com.darkprograms.speech.recognizer.GSpeechDuplex$2.run(GSpeechDuplex.java:226)
PLEASE Can you help me ? Thanks a lot Ange