小程序
小游戏
企业微信
微信支付
扫描小程序码分享
使用wx.getRecorderManage进行录音管理 调用开始录音接口时 有时会报错 无发录音 错误信息为
errMsg: "operateRecorder: fail recorder not start"
6 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
这个错误的意思是在未开始录音的情况下调用了停止录音接口
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
我在工具上测试时好的,真机上报这个错
你好,麻烦提供可以重现问题的代码片段以及详细重现步骤。
这个问题还是没答复吗,快三年了
同问,求官方快速解答
innerAudioContext.onStop(
this
.handleVoiceStop)
innerAudioContext.onEnded(
recorderManager.onStop(
.handleStop)
recorderManager.onStart(
.handleStart)
recorderManager.onError((res) => {
wx.showModal({
title:
'提示'
,
content:
'录音的姿势不对!再试一次'
showCancel:
false
})
console.log(
'出错了'
)
console.log(res);
我在onLoad周期中设置了录音的事件 innerAudioContext.onStop(this.handleVoiceStop) innerAudioContext.onEnded(this.handleVoiceStop) recorderManager.onStop(this.handleStop) recorderManager.onStart(this.handleStart) recorderManager.onError((res) => { wx.showModal({ title: '提示', content: '录音的姿势不对!再试一次', showCancel: false }) console.log('出错了') console.log(res); })
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
这个错误的意思是在未开始录音的情况下调用了停止录音接口
我在工具上测试时好的,真机上报这个错
你好,麻烦提供可以重现问题的代码片段以及详细重现步骤。
这个问题还是没答复吗,快三年了
同问,求官方快速解答
innerAudioContext.onStop(
this
.handleVoiceStop)
innerAudioContext.onEnded(
this
.handleVoiceStop)
recorderManager.onStop(
this
.handleStop)
recorderManager.onStart(
this
.handleStart)
recorderManager.onError((res) => {
wx.showModal({
title:
'提示'
,
content:
'录音的姿势不对!再试一次'
,
showCancel:
false
})
console.log(
'出错了'
)
console.log(res);
})
我在onLoad周期中设置了录音的事件 innerAudioContext.onStop(this.handleVoiceStop) innerAudioContext.onEnded(this.handleVoiceStop) recorderManager.onStop(this.handleStop) recorderManager.onStart(this.handleStart) recorderManager.onError((res) => { wx.showModal({ title: '提示', content: '录音的姿势不对!再试一次', showCancel: false }) console.log('出错了') console.log(res); })