react-native-speech-iflytek icon indicating copy to clipboard operation
react-native-speech-iflytek copied to clipboard

Attempt to invoke virtual method 'xxxx' on a null object reference 在某些机子上出现

Open Singloo opened this issue 7 years ago • 2 comments

在一些安卓机上出现如下报错 Uploading Screen Shot 2018-06-25 at 1.19.51 PM.png…

Singloo avatar Jun 25 '18 05:06 Singloo

screen shot 2018-06-25 at 1 19 51 pm

Singloo avatar Jun 25 '18 05:06 Singloo

我也遇到了同样的问题

`

        Synthesizer.init("****")
        Synthesizer.start('sasass')
        this.synthesizerEventEmitter = new NativeEventEmitter(Synthesizer);
        this.synthesizerEventEmitter.addListener('onSynthesizerBufferCompletedEvent', (e) => {
            console.log('onSynthesizerSpeakCompletedEvent')
            console.log(e)
        });
        this.synthesizerEventEmitter.addListener('onSynthesizerSpeakCompletedEvent', (e) => {
            console.log('onSynthesizerBufferCompletedEvent')
            console.log(e)

        });

`

image

xiaoosnggao avatar Sep 07 '19 18:09 xiaoosnggao