- wx.getLocation拒绝后错误信息开发工具和真机上不一致?
wx.getLocation({type: 'gcj02'}) 拒绝后开发工具上返回getLocation:fail auth deny 真机上返回getLocation:fail auth denied
02-07 - 开发工具引入的tensorflow找不到?
[插件 wx6afed118d9e81df9] provider:wx6afed118d9e81df9, version:0.2.0, 系统错误,错误码:41002,appid missing [rid: 31ad4890-1738913527] app.js错误: Error: Plugin "wx6afed118d9e81df9/0" is not defined. at I (WASubContext.js?t=wechat&s=1738913259864&v=3.5.6:1) at app.js:11 at WASubContext.js?t=wechat&s=1738913259864&v=3.5.6:1 at p.runWith (WASubContext.js?t=wechat&s=1738913259864&v=3.5.6:1) at q (WASubContext.js?t=wechat&s=1738913259864&v=3.5.6:1) at appservice.js:7 at doWhenAllScriptLoaded (getmainpackage.js:815) at getmainpackage.js:884 at getmainpackage.js:933(env: Windows,mp,1.06.2412050; lib: 3.5.6) Error: Plugin "wx6afed118d9e81df9/0" is not defined. at I (WASubContext.js?t=wechat&s=1738913259864&v=3.5.6:1) at app.js:11 at WASubContext.js?t=wechat&s=1738913259864&v=3.5.6:1 at p.runWith (WASubContext.js?t=wechat&s=1738913259864&v=3.5.6:1) at q (WASubContext.js?t=wechat&s=1738913259864&v=3.5.6:1) at appservice.js:7 at doWhenAllScriptLoaded (getmainpackage.js:815) at getmainpackage.js:884 at getmainpackage.js:933(env: Windows,mp,1.06.2412050; lib: 3.5.6) Component is not found in path "wx://not-found".(env: Windows,mp,1.06.2412050; lib: 3.5.6)
02-07 - 小程序订阅消息为啥不支持改名?
小程序订阅消息为啥不支持改名?小程序推送的内容格式一样业务分类不一样,申请模板总是失败提示有相似的存在无法创建
01-07 - 创建了六个 wx.createVideoDecoder() 执行视频解码,小米手机上二次之后就报错?
WAServiceMainContext.js:formatted:22381 (in promise) MiniProgramError playerStart failed Error: playerStart failed at (WAServiceMainContext.js:1:1843603) at (WAServiceMainContext.js:1:1108731) errorReport@WAServiceMainContext.js:formatted:22381thirdErrorReport@WAServiceMainContext.js:formatted:22340(anonymous)@WAServiceMainContext.js:formatted:22525i@WASubContext.js:1(anonymous)@WASubContext.js:1_privEmit@WASubContext.js:1emit@WASubContext.js:1(anonymous)@WASubContext.js:1n@WASubContext.js:1Fe@WASubContext.js:1We@WASubContext.js:1Q@WASubContext.js:1(anonymous)@WASubContext.js:1f@WASubContext.js:1(anonymous)@WASubContext.js:1(anonymous)@WASubContext.js:1(anonymous)@WASubContext.js:1p@WAServiceMainContext.js:formatted:21463(anonymous)@WAServiceMainContext.js:formatted:21496(anonymous)@WAServiceMainContext.js:formatted:20855(anonymous)@VM75:407listOnTimeout@node:internal/timers:568processTimers@node:internal/timers:511
2024-11-20 - video组件加载m3u8文件时,ios下ts路径为绝对路径无法播放?
只有ios有这个问题[图片]
2024-11-14 - 小米手机上执行VideoDecoder,多次执行后异常?
[图片]
2024-10-30 - wx.enableAlertBeforeUnload经测试手势返回是可以拦截的,文档上是否没修改?
[图片] 在 skyline 模式下真机手势、点击按钮都不能触发拦截 "renderer": "skyline", "rendererOptions": { "skyline": { "defaultDisplayBlock": true, "disableABTest": true, "sdkVersionBegin": "3.0.0", "sdkVersionEnd": "15.255.255" } }, "componentFramework": "glass-easel",
2024-09-18 - 创建多个 wx.createVideoDecoder()同时解码多个视频,解码结束后视频帧数据不对?
创建多个 wx.createVideoDecoder()同时解码多个视频,解码结束后视频帧数据不对? videoDecoder: async function (localFile,id) { const canvas = wx.createOffscreenCanvas({ type: '2d', width: this.data.canvasWidth, height:this.data.canvasHeight }) let decoder = wx.createVideoDecoder(); await decoder.start({ abortAudio: true, source: localFile }) //监听解码结束 this.ended = false; const _this = this decoder.on('ended', () => { _this.ended = true; }) //监听seek事件 decoder.on('seek', () => { console.log('开始解码',new Date()) _this.frameImage(decoder, canvas,id); }) decoder.seek(0) },
2024-08-12 - 使用插件一直待确认?
[图片]
2024-03-27 - backgroundfetch privacy fail {"errno":101,真机调试报错?
[图片]
2024-03-27