app.onError : "Failed get storage group"
发布于 6 年前 作者 txia 14107 次浏览 来自 问答

最近在小程序app.js里添加了onError报错上报,发现

webviewSDKScriptError Failed get storage group metadata;getGlobalStorage:fail:access denied Error: Failed get storage group metadata at Ke (<anonymous>:44:20578) at <anonymous>:44:23185 at Object.w (<anonymous>:41:2398) at Object.ret.invokeCallbackHandler (<anonymous>:21:28) at <anonymous>:1:67

整个项目搜索storage的关键字只有setStorageSync、getStorageSync,这是个什么报错?

ps : 忘记上报systemInfo了

5 回复

遇到一样的问题:

webviewSDKScriptError Failed set storage metadata;setGlobalStorage:fail:access denied Error: Failed set storage metadata at ge :1:103732 at :1:104149 at Object.v :1:1339 at Object.ret.invokeCallbackHandler :21:28 at :1:67

同问,请问找到解决方法了么

@常驻云村的采药人  是啊  我还捕获到了wx.hideLoading is undefined… 

同遇到,不用 onError 上报没发现这个。搜了下,几乎没记录。

webviewSDKScriptError
Failed get storage group data;getGlobalStorage:fail:access denied
Error: Failed get storage group data
    at Ke (<anonymous>:44:20578)
    at <anonymous>:44:23887
    at Object.w (<anonymous>:41:2398)
    at Object.ret.invokeCallbackHandler (<anonymous>:21:28)
    at <anonymous>:1:67
回到顶部