【问题标题】:i want to host my discord bot on heroku and i do everything correct but when i do git push heroku i get error in logs我想在 heroku 上托管我的不和谐机器人,我做的一切都是正确的,但是当我做 git push heroku 时,我在日志中出现错误
【发布时间】:2020-04-23 07:56:50
【问题描述】:

我想在 Heroku 上托管我的不和谐机器人,但是当我执行 git push heroku 时,它说它是 TypeError

但是当我在我的电脑上运行我的机器人时,它运行良好..所以我不明白 heroku 有什么问题..

错误:

2020-01-05T11:50:17.718173+00:00 heroku[web.1]: State changed from starting to crashed
2020-01-05T11:50:17.636956+00:00 app[web.1]: TypeError: Cannot set property 'port' of undefined
2020-01-05T11:50:17.636975+00:00 app[web.1]:     at Object.<anonymous> (/app/src/config.js:149:19)
2020-01-05T11:50:17.636977+00:00 app[web.1]:     at Module._compile (internal/modules/cjs/loader.js:959:30)
2020-01-05T11:50:17.636980+00:00 app[web.1]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
2020-01-05T11:50:17.636982+00:00 app[web.1]:     at Module.load (internal/modules/cjs/loader.js:815:32)
2020-01-05T11:50:17.636984+00:00 app[web.1]:     at Function.Module._load (internal/modules/cjs/loader.js:727:14)
2020-01-05T11:50:17.636986+00:00 app[web.1]:     at Module.require (internal/modules/cjs/loader.js:852:19)
2020-01-05T11:50:17.636988+00:00 app[web.1]:     at require (internal/modules/cjs/helpers.js:74:18)
2020-01-05T11:50:17.636990+00:00 app[web.1]:     at Object.<anonymous> (/app/src/index.js:44:16)
2020-01-05T11:50:17.636993+00:00 app[web.1]:     at Module._compile (internal/modules/cjs/loader.js:959:30)
2020-01-05T11:50:17.636994+00:00 app[web.1]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
2020-01-05T11:50:17.705478+00:00 heroku[web.1]: Process exited with status 1```

【问题讨论】:

    标签: javascript node.js git heroku discord


    【解决方案1】:

    我认为应用程序无法绑定到给定的(硬编码?)端口并且它失败了。 Heroku 运行时为您提供了一个环境变量 PORT(大写):您应该使用它来定义应用程序的端口。

    【讨论】:

      猜你喜欢
      • 2021-10-17
      • 2019-09-09
      • 2022-01-05
      • 2019-02-14
      • 2021-04-24
      • 2021-09-24
      • 2021-05-03
      • 2011-08-21
      • 1970-01-01
      相关资源
      最近更新 更多