收藏
回答

小程序CI上传报错-80011,怎么解决,目前已排查appid 和上传密钥是对应的?

get wx811c3ebf44e6f72c

project attr fail errCode: -1, errMsg: get new ticket fail innerCode: -80011

20003 Error: {"errCode":-1,"errMsg":"get new ticket fail innerCode: -80011"}

(node:21122) UnhandledPromiseRejectionWarning: Error: Error: {"errCode":-1,"errMsg":"get new ticket fail innerCode: -80011"}

    at Object.upload (/node_modules/miniprogram-ci/dist/upload/upload.js:1:3781)

    at processTicksAndRejections (internal/process/task_queues.js:97:5)

    at async a (/lib/node_modules/miniprogram-ci/dist/cli.js:1:5507)

(Use `node --trace-warnings ...` to show where the warning was created)

(node:21122) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)

(node:21122) [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.


回答关注问题邀请回答
收藏

7 个回答

  • Fitme
    Fitme
    2020-11-20

    本人遇到同样问题,很多时候gitlab runner是在其他服务器,所以我们会用到传输工具,或者各种问题导致私钥文件不一致,请使用md5检查文件,最好是在gitlab runner服务器下载,复制到key目录,在gitlab yml文件中填写地址。

    本人在gitlab runner服务器下载后复制文件到key目录,重新运行pipeline后upload成功。大家可以尝试一下。

    2020-11-20
    有用 1
    回复
  • Sun
    Sun
    2020-08-07

    @官网 appid:wx811c3ebf44e6f72c

    测试时间2020年08月07日 下午2点到19点

    2020-08-07
    有用 1
    回复
  • 蹦跶啦咔
    蹦跶啦咔
    02-18

    出现同样的问题,发现是插件没有添加

    所以打开了开发者工具,在控制台的提示中添加了插件

    02-18
    有用
    回复
  • Array
    Array
    2023-06-05

    删除账号类型,重新选择为游戏类型,再生成一个新的key解决了

    2023-06-05
    有用
    回复 1
    • 弯弯爸
      弯弯爸
      2023-12-08
      已发布的游戏类目不可删除,重新生成key就算重新生成多次,也没用,问官方也没有任何回复
      2023-12-08
      回复
  • Tusi
    Tusi
    2022-05-16

    遇到同样问题 gitlab runner

    2022-05-16
    有用
    回复
  • 有鱼
    有鱼
    2022-02-15

    我也遇到这个问题,后来发现是有个有管理员权限的同事重新点了 微信公众平台->开发->开发管理- 开发设置页面中的 “小程序代码上传生成秘钥” 的 “生成” 按钮。 每次点这个按钮都会生成新的秘钥,导致本地的key就不能用了,就上传代码失败了。

    2022-02-15
    有用
    回复
  • benjamin
    benjamin
    2020-09-02

    有解决问题吗?

    2020-09-02
    有用
    回复
登录 后发表内容
问题标签