Speech-Recognizer icon indicating copy to clipboard operation
Speech-Recognizer copied to clipboard

com.sac.speech.SpeechRecognitionException: 2 - Network error

Open abiemann opened this issue 5 years ago • 0 comments

on the Emulator (with API level 28), the logcat shows:

1630-1630 E/Speech: Speech - Speech recognition error com.sac.speech.SpeechRecognitionException: 2 - Network error at com.sac.speech.Speech$2.onError(Speech.java:182)

the error is at:

        @Override
        public void onError(final int code) {
            Logger.error(LOG_TAG, "Speech recognition error", new SpeechRecognitionException(code));//HERE error on emulator
            returnPartialResultsAndRecreateSpeechRecognizer();
        }

abiemann avatar May 06 '19 21:05 abiemann