重装开发者工具
更新最新稳定版后报错?代码还未编译就报错 [渲染层错误] Framework TypeError: LifeCycle.start fail: Cannot read property 'split' of undefined(env: Windows,mp,1.06.2503290; lib: 3.7.12) [渲染层错误] TypeError: SystemError (webviewSDKScriptError) LifeCycle.start fail: Cannot read property 'split' of undefined(env: Windows,mp,1.06.2503290; lib: 3.7.12) 基本我的所有项目都报这个问题,然后使用wx.navigateTo({ url: 'plugin://chooseLocation/index?key=' + key + '&referer=' + referer + '&location=' + location + '&category=' + category }); 方法打开腾讯地图白屏并报错 [渲染层错误] Framework TypeError: LifeCycle.start fail: Cannot read property 'split' of undefined(env: Windows,mp,1.06.2503290; lib: 3.7.12) [渲染层错误] TypeError: SystemError (webviewSDKScriptError) LifeCycle.start fail: Cannot read property 'split' of undefined(env: Windows,mp,1.06.2503290; lib: 3.7.12) TypeError: Cannot read property 'version' of undefined at Jr (VM54 WASubContext.js:1) at Kn (VM54 WASubContext.js:1) at Jn (VM54 WASubContext.js:1) at Jn (VM54 WASubContext.js:1) at Jn (VM54 WASubContext.js:1) at bo.createInstance (VM54 WASubContext.js:1) at b._advancedCreate (VM54 WASubContext.js:1) at Function.b.createWithGenerics (VM54 WASubContext.js:1) at Bi (VM54 WASubContext.js:1) at Module.rs (VM54 WASubContext.js:1)(env: Windows,mp,1.06.2503290; lib: 3.7.12) routeDone with a webviewId 4 that is not the current page(env: Windows,mp,1.06.2503290; lib: 3.7.12) 版本库升级降级没有反应 补充一下: 1.版本号是1.06.2503290 2.真机没问题
06-10今天遇到了并解决了,ios出现进了两次页面。是因为注册了两次jssdk,合并到一次就行
webview有时候会加载两次h5,需要按两次返回键才能返回小程序页面。webview有时候会加载两次h5,需要按两次返回键才能返回小程序页面。如果在h5页面跳转小程序原生页面,返回之后也需要按两次返回键才能返回原生页面。
2024-05-222024年5月17日 14:48:42 出现了 切版本库都救不活
Cannot read property 'constructor' of undefined我们的代码和npm包的引入都没有matchTypeWithValue 这些,但是最近接到好几个报错。偶发性。 {"name":"TypeError","message":"Cannot read property 'constructor' of undefined","stack":" at Function.d.matchTypeWithValue (https://lib/WASubContext.js:2:2013498) at E (https://lib/WASubContext.js:2:2044731) at l.<anonymous> (https://lib/WASubContext.js:2:2045981) at c.doUpdates (https://lib/WASubContext.js:2:2064387) at Nr (https://lib/WASubContext.js:2:2141324) at zr (https://lib/WASubContext.js:2:2144448) at qr (https://lib/WASubContext.js:2:2143877) at qr (https://lib/WASubContext.js:2:2143990) at Xr (https://lib/WASubContext.js:2:2146043) at Qr (https://lib/WASubContext.js:2:2146918)"} 此外,微信后台查询报错的接口从礼拜天开始到现在一直就没成功过 [图片]
2024-05-17告诉大家个秘密,这个错误还在 :-)
小程序间歇性报错Cannot read property 'ownerShadowRoot' ?TypeError: Cannot read property 'ownerShadowRoot' of null(env: macOS,mp,1.06.2205172; lib: 2.19.6)[图片] 想知道是什么原因会导致这种错误的发生,我好排查一下
2023-04-07