一样的问题的 楼主解决了吗?
小程序突然不能上传了,提醒mycloud.com问题,怎么解决?message:Error: upload to cos failed: getaddrinfo ENOTFOUND mmbiz-wxasource-cos-1258344707.cos.ap-shanghai.myqcloud.com appid: ideVersion: 1.06.2306020 osType: win32-x64 time: 2023-08-28 14:32:32
2023-11-07你好 请问楼主解决了吗?
sendSocketMessage:fail WebSocket is not?ios 系统小程序连接websocket 连接显示成功,发生信息时,提示sendSocketMessage:fail WebSocket is not connected ; [图片] Android 手机没有问题;服务器websocket 提示错误 "由于远程方已关闭传输流,身份验证失败"
2019-12-11+1
wx.createInnerAudioContext() 安卓真机无法使用- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 执行:console.log('开始播放'); - 复现路径 - 提供一个最简复现 Demo let that = this; let innerAudioContext = wx.createInnerAudioContext(); //创建播放实例 this.data.innerAudioContext = innerAudioContext; // innerAudioContext.src = card.userVoice; innerAudioContext.src = "http://testflly.hulelive.com/feimatroot/aaa.mp3"; innerAudioContext.play(); innerAudioContext.onPlay(() => { console.log('开始播放'); that.setData({ playStop: 1 }) that.playTime(); }); innerAudioContext.onError((res) => { console.log('播放错误', res); that.setData({ playStop: 0 }) })
2019-11-21