已内部反馈,多谢~
miniprogram-ci 无法拉取最近上传版本的sourceMap按照 官方ci文档 调用 getDevSourceMap 方法,控制台输出如下报错: (node:40494) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'sourcemap_list' of undefined at Promise (/Users/xxx/Desktop/xxapp/node_modules/_miniprogram-ci@1.0.72@miniprogram-ci/dist/utils/sourcemap/getDevSourceMap.js:41:30) at processTicksAndRejections (internal/process/task_queues.js:86:5) 2.7s (node:40494) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) 2.7s (node:40494) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. 2.7s 在源码 getDevSourceMap.js 中打印日志,发现请求 https://servicewechat.com/wxa/ci/get_dev_sourcemap 的回包是: {"errCode":-1,"errMsg":"inner download source map fail with errcode: -80407, errmsg: "} 注: miniprogram-ci版本1.0.72在macos和linux上运行,都是这个报错
2020-08-21@nickname
【重要!】文档网页挂了这个网页挂了快一周了,赶紧恢复吧: https://developers.weixin.qq.com/miniprogram/dev/framework/client-lib/client.html
2019-04-23同样遇到此问题,同样各种微信版本都会有(但7.0.3/6.6.7多些)。 ----- getMenuButtonBoundingClientRect这个api问题频发啊!! 太多相同历史问题了: https://developers.weixin.qq.com/community/develop/doc/0002a496594bc88f97f7984a451000 https://developers.weixin.qq.com/community/develop/doc/0006cc9c1f04f817b8b709ec351000 https://developers.weixin.qq.com/community/develop/doc/0008aa20650a406b169775dc45b000 ----- 最好是新出个api帮助大家“自定义导航栏”,一劳永逸~
wx.getMenuButtonBoundingClientRect报错新上线版本中,收到大量以下这个api报错。使用点是在自定义组件中执行这个api,做了兼容的,报这个错的手机都是安卓手机 getMenuButtonBoundingClientRect:fail:access denied; at wx.getMenuButtonBoundingClientRect
2019-03-29getMenuButtonBoundingClientRect这个api问题多多呀,另外这些历史问题都遇到过,快哭了都:https://developers.weixin.qq.com/community/develop/doc/0002a496594bc88f97f7984a451000 https://developers.weixin.qq.com/community/develop/doc/0006cc9c1f04f817b8b709ec351000 https://developers.weixin.qq.com/community/develop/doc/0008aa20650a406b169775dc45b000 ----- 最好是新出个api帮助大家“自定义导航栏”,一劳永逸~
getMenuButtonBoundingClientRect()真机测试bug想获取胶囊定位信息做自定义头部的适配,然后发现wx.getMenuButtonBoundingClientRect()在开发工具和真机调试不一样,在开发工具上能够正常使用,在真机测试上获取定位值时变为undefined,这个情况似乎只有开真机测试才会这样,用预览功能也能正常获取 代码: app.js [图片] index.js [图片] 开发工具控制台与真机调试控制台对比: [图片]
2019-03-18