在某些机型有,而且一旦有这个报错,一般要等一段时间才能恢复
createBLEConnection:connection fail status: 133?createBLEConnection:fail:connection fail status:133? 安卓手机连接同一个蓝牙设备上午用是正常的,下午突然报这个错 是什么原因导致的??? 连接其它设备可以连接成功
07-25基本都遇到过
wx.createBLEConnection连接不稳定,报错status 133?环境手机型号vivo x80 Android 13 微信版本:8.0.40 基础库:3.0.2 蓝牙板:是自己定制的,使用的芯片是WH-BLE102 U1.1 在iOS 微信版本8.0.39上连接大概是10次2次连接不上。升级到8.0.42基本上10次2次连接上。 2.连接开发的蓝牙板,连接非常不稳定,大概10次连接有2次成功,其他都报连接错误,status 133. 我尝试了你们提供的蓝牙BLE Sample代码,也是一样的现象。每次连接后都会关闭BLE连接和Adapter. 请问如何调试,确认问题点? connectBLE(name, deviceId) { const that = this; wx.createBLEConnection({ deviceId: deviceId, success: (res) => { console.log("[wiggle]start BLE connection OK ", res); const mtu = 100; wx.setBLEMTU({ deviceId: deviceId, mtu, success: (res) => { console.log("setBLEMTU success>>", res) }, fail: (res) => { console.log("setBLEMTU fail>>", res) } }), //开始监听蓝牙状态 that.getBLEDeviceServices(deviceId); that.setConnectedDeviceInfo2GlobalData(name, deviceId); that.setGlobal2LocalData(); wx.hideLoading(); wx.showToast({ title: '连接成功', mask: true, duration: 1000, }); wx.onBLEConnectionStateChange((res) => { console.log("onBLEConnectionStateChange res=", res); if((res.connected === false)&&(res.deviceId === getApp().globalData.deviceId)){ console.log("onBLEConnectionStateChange reset connected device!" ); that.clearConnectedDeviceGlobalData(); that.clearLocalDeviceConnectedData(); } }); }, fail: (res) => { wx.hideLoading(); console.log("[wiggle]start BLE connection falied **** ", res); if (res.errCode === -1) { wx.showToast({ title: "已经连接", mask: true, }); setConnectedDeviceInfo2GlobalData(name, devcieId); } else { that.showErrMessage(res.errCode); } }, }); console.log("[wiggle][tapEventCreateBLEConnection]end"); }, 3.wx.writeBLECharacteristicValue写入是成功的,但是写入7个数据,只有1个数据可以获取到是写入的。间隔时间从50毫秒,1秒,2秒都试过。 setTimeout(() => { this.createSpeedCmdBuffer(); }, 1000); createSpeedCmdBuffer() { let speed = this.data.speed * 1000; let temp = speed.toString(16); console.log("[wiggler]createSpeedCmdBuffer = ", util.formatTime(new Date()), temp, speed); let buffer = util.stringHex2SpecialBuffer(temp, 0x88, 0x88); // console.log("[wiggler]createSpeedCmdBuffer = ", util.ab2Array(buffer)); let deviceId = this.data.deviceId; let serviceId= this.data.serviceId; let uuid = this.data.writeUUID[0]; wx.writeBLECharacteristicValue({ deviceId: deviceId, serviceId: serviceId, characteristicId: uuid, writeType:"write", value: buffer, success: (res) => { console.log("[wiggle]createSpeedCmdBuffer 1-OK res = ", res); }, fail: (res) => { console.log("[wiggle]createSpeedCmdBuffer 2-fail res = ", res); }, complete: (res) => { // console.log("[wiggle]createSpeedCmdBuffer 3-complete res = ", res); } }); },
07-25这个如果是mac的话需要去“钥匙串访问” 应用去将你的证书改为始终信任
企业微信 访问链接存在安全风险您好,我想问下,我的企业微信自建应用,跳转到我们自己的h5页面,域名校验也通过了,但是点击跳转的时候就会出现这个提示,怎么解决呢[图片]
2023-06-12message:Error: 网络错误,状态码:503 [20221129 19:58:39][wxe3d2a6ab8dd5b49b] appid: wxe3d2a6ab8dd5b49b openid: o6zAJs6Sy_Rh0MDL8X-ZV2GksTFw ideVersion: 1.06.2210310 osType: darwin-x64 time: 2022-11-29 20:00:43
Error: 网络错误,状态码:503?开发工具预览一直报错? 公司WI-FI 和 5G热点都不行,这什么情况!!!!!😣 message:Error: 网络错误,状态码:503 [20210802 12:06:05][wx17ea87763491620f] appid: wx17ea87763491620f openid: o6zAJs-CBKm1A_FYgeh8GYKL__bU ideVersion: 1.05.2107090 osType: darwin-x64 time: 2021-08-02 12:06:43 [图片]
2022-11-29我也出现了这个问题,有人知道怎么解决吗 message:Error: 网络错误,状态码:503 [20221129 19:50:42] time: 2022-11-29 19:51:38
Error: 网络错误,状态码:503开发者工具上,点击“预览”或者“上传”,提示 Error: 网络错误,状态码:503 [图片]
2022-11-29我这边只出现在安卓微信版本8.0.20
wx.startWifi 拿到的SSID是多了个引号?部分手机不会出现。 [图片][图片]
2022-03-23我也是遇到相同的问题,
wx.request请求配网失败问题?手机连接设备热点,使用wx.request() API 向设备指定IP【http://10.10.100.254】发出请求,错误显示:{"errMsg":"request:fail url not in domain list"};当微信版本在8.0.18以下时,调用正常;当微信版本在8.0.18时,就出现前面所述问题(如开启Debug模式时,调用正常)。2022年1月18号之前正常,今天测试就不行了。 请问这种问题,是微信服务器做限制了吗,我们应该怎么解决?
2022-01-20解决了吗,我也遇到这个问题
wx.request局域网请求需要配置服务域名?wx.request({ url: 'http://192.168.31.190:8000/cgi-bin/system_setting.cgi', }) 报错:{"errMsg":"request:fail url not in domain list"} 奇怪了,以前都是正常的,现在局域网也要配置服务域名吗? 根本没法配置啊
2022-01-20问题解决了吗?
救命!开发版没问题,线上版本request:fail url not in domain list?救命!!! APPID:wxe4318e132f0cc490 交流区的帖子解决办法都试过了还是没用,已经好几天了....,劳驾各位大佬帮忙看看还有什么方式能解决? 场景:一开始小程序使用的A域名全部更换B域名后,新发版提交审核通过后全量发布,已确保B域名是备案过且保证了https协议访问正常 [图片][图片] 问题: 本地开发版本(不勾选‘不校验合法域名’)没问题,一切正常,线上正式版本就会报request:fail url not in domain list,体验版非调试模式下也同样会报request:fail url not in domain list,但是如果开启了调试模式就没问题,换了手机,也清除了缓存,小程序也全部删除重载过包括体验版、开发版都删除了,重新进入线上版还是一样报这个错误 [图片]
2022-01-20