安卓华为手机, 微信版本号:8.0.30
公众号自动回复小程序链接安卓失效?[图片][图片][图片]
2022-12-07同问
小程序安卓熄屏状态下无法给getBackgroundAudioManager赋值表现:安卓客户端熄屏状态下无法播放下一首声音,报错 已经设置后台阔以播放配置的前提下, "requiredBackgroundModes": [ "audio" ] 小程序监听播放完成事件,触发下一首播放逻辑,播放逻辑主要是给backgroundAudioManager设置新资源 const backgroundAudioManager = wx.getBackgroundAudioManager() Page({ data: { img: "", title: "", singer: "", isPlay: false, index: 0, currentSource: {}, list: [ { id: 589322102, title: "开篇", albumId: 3595841, albumName: 'cppp', albumTitle: "", cover: "https://imagev2.xmcdn.com/group54/M03/BE/89/wKgLclw1y2PjEND8AAGN2SKPPNM391.jpg!op_type=3&columns=290&rows=290", src: "https://aod.cos.tx.xmcdn.com/group62/M03/C8/9F/wKgMZ10CGTOzvH2PAAWkNYbQNNE614.m4a", }, { id: 588766344, title: "第一首", intro: "", albumName: 'www', albumId: 3595841, albumTitle: "", cover: "https://imagev2.xmcdn.com/storages/908e-audiofreehighqps/EB/3E/GMCoOR4HTROmAAZkOAHOdIR8.jpeg", src: "https://aod.cos.tx.xmcdn.com/group62/M07/C8/99/wKgMcV0CGOCTGc4zAAMNLnb_ZI0380.m4a", }, { title: "第二首", intro: "", albumName: 'whmhhh', albumId: 3595841, albumTitle: "", cover: "https://imagev2.xmcdn.com/storages/8e37-audiofreehighqps/0B/C7/GMCoOSYHSmcmAAwXEwHMq3Jp.jpeg", src: "https://aod.cos.tx.xmcdn.com/group62/M07/C8/92/wKgMcV0CGMewDkbUAAGoaM7zIss224.m4a", } ], }, onLoad: function (options) { this.getData(); this.init() }, init() { backgroundAudioManager.onEnded(() => { this.nextplay(); }) }, getData: function () { const { list, index } = this.data const currentSource = list[index] this.setData({ currentSource: currentSource }) this._initAudioManager(currentSource); }, // 设置资源 _initAudioManager({ src = '', title = '', albumName = '', singer = '', cover = '', protocol = 'http', } = {}) { backgroundAudioManager.title = ` ${title ? title : albumName}`; backgroundAudioManager.epname = albumName; backgroundAudioManager.singer = singer; backgroundAudioManager.coverImgUrl = cover; backgroundAudioManager.src = src; backgroundAudioManager.protocol = protocol; }, //点击播放 playmp3: function () { var that = this; console.log(backgroundAudioManager, 'backgroundAudioManager') if (this.data.isPlay) { backgroundAudioManager.play(); } else { backgroundAudioManager.pause(); } that.setData({ isPlay: !this.data.isPlay }) }, nextplay: function () { wx.showToast({ title: '即将播放下一首', icon: "none", duration: 1000, }) let { list, index } = this.data const currentSource = list[index + 1] this.setData({ index: index + 1, currentSource: currentSource }) this._initAudioManager(currentSource); }, }) 现在遇到安卓客户端在熄屏状态下无法自动进行下一首的播放,开发工具查看,会报错 setBackgroundAudioState:fail: jsapi has no permission, event=setBackgroundAudioState, runningState=background, permissionMsg=permission ok, detail=jsapi permission required playing audio but current not playing audio in background state 其他家像懒人听书/蜻蜓在熄屏状态下表现也是一样的,无法播放下一首,上周四之前还是好的
2022-11-22不能复现, 有用户反馈, 使用阿里云图片也出现图片显示bodis.com.host
小程序所有腾讯云图片出现bodis.com.host问题目前接到两个用户反馈这种问题,页面所有图片变成了下图的样子 [图片]
2022-04-22message:Error: 系统错误,错误码:-1,system error [20210818 11:20:48][wx3652ea4813e05b5f] appid: wx3652ea4813e05b5f openid: o6zAJs2aJDmH1HF9E7MCGXFtSRcs ideVersion: 1.05.2107221 osType: darwin-x64 time: 2021-08-18 11:25:06 同样的问题
微信小程序怎么突然无法预览了,体验版也无法打开?message:Error: 系统错误,错误码:-1,system error [20210811 20:18:35][wxd9e9824ae8c07905] appid: wxd9e9824ae8c07905 openid: o6zAJs0IqHIqKrJXEqOsru9eHHFA ideVersion: 1.05.2105170 osType: win32-x64 time: 2021-08-11 20:18:59
2021-08-18message:Error: 系统错误,错误码:-1,system error [20210818 11:18:39][wx3652ea4813e05xxx] appid: wx3652ea4813e05xxx openid: o6zAJs2aJDmH1HF9E7MCGXFtSxxx ideVersion: 1.05.2107221 osType: darwin-x64 time: 2021-08-18 11:18:42 同样的问题, 预览代码提示报错!!!!
Error: 系统错误,错误码:-1,system error?提示系统错误,没法看错误信息了 这个是什么问题。是一样的系统,有些小程序可以打开 有些打不开了 [图片]
2021-08-18message:Error: 系统错误,错误码:-1,system error [20210818 11:10:56][wx3652ea4813e05b5f] appid: wx3652ea4813e05b5f openid: o6zAJs2aJDmH1HF9E7MCGXFtSRcs ideVersion: 1.05.2107221 osType: darwin-x64 time: 2021-08-18 11:12:11
微信小程序怎么突然无法预览了?message:Error: 系统错误,错误码:-1,system error [20210818 10:08:06][wxb90137205617bc2f] appid: wxb90137205617bc2f openid: o6zAJsxF53odNaobd0CL_hWQKQyY ideVersion: 1.05.2107090 osType: win32-x64 time: 2021-08-18 10:12:30
2021-08-18同问
预览和真机调试报系统错误,请问大牛如何解决?message:Error: 系统错误,错误码:-1,system error [20210818 10:56:55][wxc07c60edf676446a] appid: wxc07c60edf676446a openid: o6zAJs4kkDvu5j2GD49-pHWQKJKE ideVersion: 1.05.2107221 osType: win32-x64 time: 2021-08-18 10:56:57
2021-08-18message:Error: 系统错误,错误码:-1,system error [20210817 21:33:47][wx3652ea4813e05b5f] appid: wx3652ea4813e05b5f openid: o6zAJs2aJDmH1HF9E7MCGXFtSRcs ideVersion: 1.05.2106300 osType: darwin-x64 time: 2021-08-17 21:37:25 都是这样了吗?
开发工具无法预览及真机调试?message:Error: 系统错误,错误码:-1,system error [20210817 21:26:11][wx8b24f92601995eee] appid: wx8b24f92601995eee openid: o6zAJs8eDpD7JzMU4-CXsmvjPf0s ideVersion: 1.05.2106300 osType: win32-x64 time: 2021-08-17 21:30:08
2021-08-17message:Error: 系统错误,错误码:-1,system error [20210817 21:33:47][wx3652ea4813e05b5f] appid: wx3652ea4813e05b5f openid: o6zAJs2aJDmH1HF9E7MCGXFtSRcs ideVersion: 1.05.2106300 osType: darwin-x64 time: 2021-08-17 21:34:48
message:Error: 系统错误,错误码:-1,Invalid SiteMap, sitem?message:Error: 系统错误,错误码:-1,Invalid SiteMap, sitemap错误,缺少rules字段 [20210803 11:04:56]
2021-08-17