- errno:5,errMsg:request:fail fail:time out
最近网络波动很奇怪,总是接口发送不到后端。报错:errno:5,errMsg:request:fail fail:time out 你们肯定说,是网络原因,可是我加入企微机器人,这个错误信息,能够抛出来,服务接口异常,但是机器人埋点接口,正常。 频繁这样:errno:5,errMsg:request:fail fail:time out,但是接口服务,没有收到这个请求。
07-02 - 写入数据之后onBLECharacteristicValueChange没有监听到设备响应的数据?
安卓手机,小程序基础库3.5.8,微信版本8.0.50 使用writeBLECharacteristicValue分包10个字节,每个包延迟200ms写入数据之后,onBLECharacteristicValueChange没有监听到数据响应,但是前面有几条指令写入之后也很快响应了 [图片]
09-14 - WASubContext.js报错: undefined is not an an object
TypeError: undefined is not an object (evaluating 'e.match') 这个报错已经持续很长一段时间了,而且每天多次触发错误告警。报错类型是:基础库错误。请问这个是什么情况?是哪里不兼容导致的吗?还望能尽快回复,谢谢! 错误类型: 基础库错误 错误样例 (展示top3错误): 1 line:1,column:382965,TypeError: undefined is not an object (evaluating 'e.match') Stack:qo@https://lib/WASubContext.js:1:382965 Zo@https://lib/WASubContext.js:1:383507 setInitialSubPackage@https://lib/WASubContext.js:1:444799 _s@https://lib/WASubContext.js:1:434242 @https://lib/WASubContext.js:1:436155 ge@https://lib/WASubContext.js:1:305935 ve@https://lib/WASubContext.js:1:305675 @https://lib/WASubContext.js:1:306509 @https://lib/WAServiceMainContext.js:1:646691 emit@https://lib/WAServiceMainContext.js:1:119297 emit@[native code] dispatch@https://lib/WAServiceMainContext.js:1:129565 cb@https://lib/WAServiceMainContext.js:1:130075 cb@[native code] emit@https://lib/WAServiceMainContext.js:1:118916 subscribeHandler@https://lib/WAServiceMainContext.js:1:125475 global code@ 6次 登录公众平台小程序运维中心可查看更多错误信息
07-26 - @https://lib/WAServiceMainContext.js 最近两天出现大批量的报错
报错详细如下图: [图片], 备注:我们的项目没有搜索到这样的'a.replace(/,/g,";")代码,和最近的发版也没有关系,微信小程序官方麻烦帮忙看下,紧急!!!
07-18 - a.replace(/,/g,";") 'a.replace' is undefined一直报错?
MiniProgramError a.replace is not a function. (In 'a.replace(/,/g,";")', 'a.replace' is undefined) TypeError: a.replace is not a function. (In 'a.replace(/,/g,";")', 'a.replace' is undefined) @https://lib/WAServiceMainContext.js:1:668374 at <setTimeout callback function> @https://lib/WAServiceMainContext.js:1:154507 _onNativeTimer@ global code@ 我用 Taro 开发的小程序,一直报这个错,但是代码里面根本没有这段 .replace(/,/g,";") 代码,看了打包后的代码也没有。不知道从哪查起,万能的社区能不能给点思路,非常感谢🙏
07-17 - 小程序基础库3.4.9是有BUG吗?报不能在 undefined 上调用 replace 的错误
小程序正常在线上运行,没有修改,我们小程序里有错误监控,一直都正常,没有报JS相关错误。但是2号的时候突然开始报一个 Cannot read properties of undefined (reading 'replace') 的错误,每隔不到半小时我们的告警系统就会通知这个错误,我们排查了自己项目的代码没有发现相关问题(毕竟突然出现的,我们没有发布新版本,上个版本发布已经有一周多了一直没有出现过错误告警),进一步排查发现出现这个错误的时候小程序的 SDK 和没报错前不一样,SDK 变成了3.4.9的时候才开始报的这个错,所以想问下是不是小程序基础库更新了什么导致了这个错误? 下面是我们的监控报的错误信息,在小程序的各个页面都会出现这个错误的告警: 生产环境JS异常告警 15分钟内错误计数达到: 8 告警触发时间: 2024-07-05 08:59:12 访问页面: pages/tabBar/tab5/index?$taroTimestamp=1720140907770 错误信息: MiniProgramError Cannot read properties of undefined (reading 'replace') TypeError: Cannot read properties of undefined (reading 'replace') at Function.<anonymous> (https://lib/WAServiceMainContext.js:1:667527) at <setTimeout callback function> at https://lib/WAServiceMainContext.js:1:166653 at https://lib/WAServiceMainContext.js:1:154159 at Timeout._onTimeout (<anonymous>:352:54813) at listOnTimeout (node:internal/timers:568:17) at process.processTimers (node:internal/timers:511:7) 应用版本: 7.0.66 平台信息: WeChat 8.0.49 操作系统: Android 11 设备品牌: Redmi 设备型号: M2103K19C 设备类型: mobile 设备CPU: MT6833 设备接口: arm64-v8a 设备内存: 3647 小程序SDK: 3.4.9
07-05 - 定位getLocation无响应,请求后无任何回调执行?
wx.getLocation在调用后,无任何回调,success及fail均未收到回调数据,点右上角的···拉起菜单后,一直显示正在定位中,怎样都无法获取到定位信息 基础库版本:3.4.3 用户日志已上传,日志时间范围: 04月27日 22:00~04月27日 23:00 04月28日 08:00~04月28日 09:00 用户日志微信号: JiaZou1993
04-28 - 安卓 wx.getLocation 定位不了,间隔2分钟调用第二次后,接口一直处于定位中?
安卓 wx.getLocation 定位不了,调用第二次接口后,接口没有返回失败,小程序一直显示定位中。获取不到定位信息。小程序基础库 3.4.3出现的问题,使用基础库3.4.2 没有该问题。
04-30 - JS报错:line:4,column:0,SyntaxError?
line:4,column:0,SyntaxError: Unexpected token \'=\'. Expected an opening \'(\' before a method\'s parameter list. Stack: JS分析报错如上,请问这种应该如何定位呢
05-07 - 基础库3.2.3 ios大量报错JSON Parse error: Unexpected EOF?
[图片][图片][图片]
2023-12-05