react-native-audio-recorder-player icon indicating copy to clipboard operation
react-native-audio-recorder-player copied to clipboard

RNAudioRecorderPlayer.startPlayer was called with 1 arguments but expects 2 arguments.

Open iAtharZaib opened this issue 1 year ago • 1 comments

Please fill the template to help you out. Also, please try the Example project compare before submiting the issue when you have certain issue with your project setup.

Version of react-native-audio-recorder-player

3.5.1

Version of React Native

0.67.4

Platforms you faced the error (IOS or Android or both?)

ios

Expected behavior

it should play the url

Actual behavior

RNAudioRecorderPlayer.startPlayer was called with 1 arguments but expects 2 arguments. If you haven't changed this method yourself, this usually means that your versions of the native code and JavaScript code are out of sync. Updating both should make this error go away. reactConsoleErrorHandler @ index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.LFD.Plugin…:22515 registerError @ index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.LFD.Plugin…:23068 console.error @ index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.LFD.Plugin…:22939 overrideMethod @ index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.LFD.Plugin…:37674 logToConsole @ index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.LFD.Plugin…:23161 logIfNoNativeHook @ index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.LFD.Plugin…:23143 __callFunction @ index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.LFD.Plugin…:3064 (anonymous) @ index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.LFD.Plugin…:2788 __guard @ index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.LFD.Plugin…:3015 callFunctionReturnFlushedQueue @ index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.LFD.Plugin…:2787 (anonymous) @ debuggerWorker.aca173c4.js:4

Steps to reproduce the behabior

Record an audio and play it

iAtharZaib avatar Aug 05 '22 13:08 iAtharZaib

Could you try our Example project and come back?

hyochan avatar Oct 15 '22 12:10 hyochan