TypeError: gO.get(...) is not a function at Function.<anonymous> (https://lib/WAServiceMainContext.js:1:972962) 还有这个,都是3.4.9
小程序基础库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-10同样的问题
WASubContext.js:1:382591报错undefined is not an object (evaluating \'e.match\') 这个报错已经持续很长一段时间了,之前每天报错次数大概在两百左右的样子,昨日(2024-03-18)报错次数骤增到1W+,且多次触发错误告警。报错类型是:基础库错误。请问这个是什么情况?是哪里不兼容导致的吗?还望能尽快回复,谢谢! [图片] line:1,column:382591,TypeError: undefined is not an object (evaluating \'e.match\') Stack:Uo@https://lib/WASubContext.js:1:382591 Go@https://lib/WASubContext.js:1:383133 setInitialSubPackage@https://lib/WASubContext.js:1:442146 us@https://lib/WASubContext.js:1:433216 @https://lib/WASubContext.js:1:435129 ve@https://lib/WASubContext.js:1:305687 he@https://lib/WASubContext.js:1:305427 @https://lib/WASubContext.js:1:306261 @https://lib/WAServiceMainContext.js:1:634910 emit@https://lib/WAServiceMainContext.js:1:119175 emit@[native code] dispatch@https://lib/WAServiceMainContext.js:1:126301 cb@https://lib/WAServiceMainContext.js:1:126797 cb@[native code] emit@https://lib/WAServiceMainContext.js:1:118794 subscribeHandler@https://lib/WAServiceMainContext.js:1:122298 global code@ Uo@https://lib/WASubContext.js:1:382591 Go@https://lib/WASubContext.js:1:383133 setInitialSubPackage@https://lib/WASubContext.js:1:442146 us@https://lib/WASubContext.js:1:433216 @https://lib/WASubContext.js:1:435129 ve@https://lib/WASubContext.js:1:305687 he@https://lib/WASubContext.js:1:305427 @https://lib/WASubContext.js:1:306261 @https://lib/WAServiceMainContext.js:1:634910 emit@https://lib/WAServiceMainContext.js:1:119175 dispatch@https://lib/WAServiceMainContext.js:1:126301 cb@https://lib/WAServiceMainContext.js:1:126797 emit@https://lib/WAServiceMainContext.js:1:118794 subscribeHandler@https://lib/WAServiceMainContext.js:1:122298
06-14