同问
speechRecognizerManager 音频数据发送过多使用的speechRecognizerManager功能,报错:音频数据发送过多,请1 秒内最多发送 3 秒音频数据,是什么意思?[图片]
2024-10-19滚动条?
text-area 用autoheight 后面会有个黑条条?如下图: 只在手机上有,模拟器没有。 [图片] 代码就是朴实无华的: <textarea class="{{['p-20','rounded-lg','w-auto','leading-relaxed','shadow','bg-white','darkcbg-whites20',item.c]}}" auto-height></textarea>
2024-01-27同问
创建云集合报错-501001?{"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"errCode: -501001 resource system error | errMsg: [ResourceUnavailable.ResourceExist] Table exist. Please check your request, but if the problem cannot be solved, contact us.; \nError: errCode: -501001 resource system error | errMsg: [ResourceUnavailable.ResourceExist] Table exist. Please check your request, but if the problem cannot be solved, contact us.; \n at Object.returnAsCloudSDKError (/var/user/node_modules/wx-server-sdk/index.js:6027:16)\n at Object.checkError (/var/user/node_modules/wx-server-sdk/index.js:1359:23)\n at Database.createCollection (/var/user/node_modules/wx-server-sdk/index.js:988:33)\n at \u003canonymous\u003e\n at process._tickCallback (internal/process/next_tick.js:188:7)"}
2022-09-06开始云函数本机调试后就会时不时没有规律地出现。真正云函数运行时不会出现。
2021-11-30这是openaiwidget插件给出的回应。874883具体是什么错误?
874883具体是什么错误?{success: false, code: 874883, msg: "系统异常,请稍候再试", rid: "a72b5a58"}code: 874883msg: "系统异常,请稍候再试"rid: "a72b5a58"success: falsehasOwnProperty: (...)isPrototypeOf: (...)propertyIsEnumerable: (...)toLocaleString: (...)toString: (...)valueOf: (...)__defineGetter__: (...)__defineSetter__: (...)__lookupGetter__: (...)__lookupSetter__: (...)__proto__: Object这是openaiwidget插件给出的回应。874883具体是什么错误?
2021-04-21补充 var plugin = requirePlugin("chatbot"); 这里的plugin是注册openaiwidget组件 https://mp.weixin.qq.com/wxopen/pluginbasicprofile?action=intro&appid=wx8c631f7e9f2465e1&token=1926529443&lang=zh_CN
系统异常,请稍后再试。代码是874883,但不知道是什么原因?明天会更好 {success: false, code: 874883, msg: "系统异常,请稍候再试", rid: "a72b5a58"}code: 874883msg: "系统异常,请稍候再试"rid: "a72b5a58"success: falsehasOwnProperty: (...)isPrototypeOf: (...)propertyIsEnumerable: (...)toLocaleString: (...)toString: (...)valueOf: (...)__defineGetter__: (...)__defineSetter__: (...)__lookupGetter__: (...)__lookupSetter__: (...)__proto__: Object let event = { type: 'Init' } wx.cloud.callFunction({ name: 'getDialog', data: event }).then(res => { console.log('初始化后台成功', res.result) //初始化插件 plugin.init({ appid: "wx5aec2993ee8aab5b", openid: openid, //res.result.openid, //用户的openid,必填项 success: (res) => { console.log('chatbot 初始化成功.openid,plugin:', plugin) that.globalData.chatPlugin = plugin plugin.send({ query: "播放歌曲明天会更好", success: (res) => { console.log('明天会更好',res); }, fail: (error) => { console.log('播放错误') }, }); }, //非必填 fail: (error) => { console.log('chatbot 初始化失败', error) }, //非必填 }); }).catch(res => { console.log('初始化后台失败', res) })
2021-04-19怎么解决呢?onError里的回调函数里面的代码不执行
InnerAudioContext.onError/onEnded兼容性问题- [图片] - 在此方法的回调函数中执行一些事件,会发现回调函数里面的代码不执行,监听不到回调函数。 - 复现的机型:oppo R15/oppoR11s/MI5X -循环调用音频事件,每两三个必先一次
2019-09-21怎么做呢?一定要自己的服务器吗?还是可以借助云
能不能借助云开发,开发微信支付功能能不能借助云开发,开发微信支付功能
2018-12-29开发版、体验版都没有问题。早上提交的现在发布还是出现“页面不存在”“该页面不存在,你可以进入首页获取更多服务”。好耽误事情!!
上传很好,首页也设成对的路径,但是提交发布后会出现“页面不存在”,是什么原因?调试没问题,首页路径也设好了,可是正式发布后会显示“页面不存在”。
2018-10-15