-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Unhandled promise rejection: TypeError: null is not an object (evaluating 'RNLiveAudioStream.init')] #2
Comments
Try to rebuild the project and install it again if you are running on physical devices. |
I'm running into this as well unfortunately. If init is called at boot, I get the above null error, if init is called just before calling start() then it says calling on an uninitialized recorder :( Tried rebuilding the project from android studio already as well. Great package otherwise, works awesome on ios. |
Wanted to add a fix here. My issue was 2 fold, (1) The root issue was not having microphone permissions granted.
|
Same problem :( |
I am using Expo and already gave permission to record audio but still getting the same error. |
[Unhandled promise rejection: TypeError: null is not an object (evaluating 'RNLiveAudioStream.init')]
I am receiving this error while trying to use this npm package, any solutions?
Thanks in advance
The text was updated successfully, but these errors were encountered: