收藏
回答

mimiprogram-ci 下载 sourcemap 报错?

使用 ci buildNpm 后 upload 再 downloadSourceMap,报错:

appid: wx22ba106979af59dd

时间点:2020-12-17 10:00

miniprogram-ci 版本:1.0.94

机器人:1

错误信息:

手动修改源码添加 console.log 的错误信息:
{ 

errCode: -1,

errMsg:'inner download source map fail with errcode: -80407, errmsg: ' 

}
未添加 console.log 的原始报错信息:
(node:94767) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'sourcemap_list' of undefined

    at Promise (/Users/circle/code/xxx/node_modules/miniprogram-ci/dist/utils/sourcemap/getDevSourceMap.js:46:26)

    at process._tickCallback (internal/process/next_tick.js:68:7)

(node:94767) 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)

(node:94767) [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 个回答

  • commy
    commy
    2020-12-21

    没有对应的sourcemap,重试上传一次再获取试试?app.json中是否配置了lazyCodeLoading?

    2020-12-21
    有用
    回复 5
    • circle
      circle
      2020-12-21
      没有配置 lazyCodeLoading,刚刚(2020-12-21 14:46)左右又上传了一次,还是没有,补充:我们是用绑定第三方的小程序上传的,是因为这个问题导致的吗
      2020-12-21
      回复
    • commy
      commy
      2020-12-21回复circle
      那两个appid都提供一下,我们查一下
      2020-12-21
      回复
    • circle
      circle
      2020-12-21回复commy
      感谢🙏
      绑定小程序 appid:wx22ba106979af59dd
      第三方平台 appid:wx4537f49de7d7f538
      平台名称:肤选
      2020-12-21
      回复
    • circle
      circle
      2020-12-22
      请问查得怎么样,有进展吗
      2020-12-22
      回复
    • circle
      circle
      2020-12-24
      你好,请问有进展吗,线上环境出错了需要 sourcemap 定位
      2020-12-24
      回复
  • circle
    circle
    2020-12-29

    原因:第三方暂不支持使用 mimiprogram-ci 获取 sourcemap

    解决方案:只能使用未绑定开发的小程序使用开发者工具上传后获取 sourcemap

    2020-12-29
    有用
    回复 1
    • 在路上
      在路上
      2021-11-15
      你好,你们每个商户的代码都是一样的吗,这样是不是就只能获取一个版本的sourcemap
      2021-11-15
      回复
登录 后发表内容
问题标签