'initialize':getaddrinfo:名称或服务未知(SocketError)/ Heroku / Rails应用

时间:2018-09-22 15:39:54

标签: ruby-on-rails heroku

我是Rails的初学者,我在heroku中有一个正在运行的Rails应用程序。由于我忽略的原因,该应用程序几天以来就崩溃了,即使阅读了许多堆栈溢出类似的问题,我也无法找到解决方案。我应该精确指出,该应用程序在开发过程中不会出现问题,并且我将其推送到heroku上也没有问题。但是,在输入heroku网址时,它将返回错误,要求检查WPF。 我放了heroku logs --tail,它写在日志的顶部:

heroku logs --tail

我得到了最后的日志(不确定是否有助于确定问题的出处):

2018-09-22T15:28:02.898803+00:00 app[web.1]: `/app/vendor/bundle/ruby/2.5.0/gems/puma-3.12.0/lib/puma/binder.rb:272:in `initialize': getaddrinfo: Name or service not known (SocketError)`

有人知道如何解决吗?如前所述,我是一个初学者,不知道要添加/更改什么...(我已经尝试过2018-09-22T15:28:31.721579+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=myapp.herokuapp.com request_id=93edf418-b9da-4a28-9977-9d46c8917fc7 fwd="82.254.144.116" dyno= connect= service= status=503 bytes= protocol=https 2018-09-22T15:28:32.346137+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=myapp.herokuapp.com request_id=bb39b89f-8ae0-4a6b-84c6-079e70d1ad5e fwd="82.254.144.116" dyno= connect= service= status=503 bytes= protocol=https 2018-09-22T15:28:36.068513+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=myapp.herokuapp.com request_id=dc4158b6-6023-4bcd-b44b-0db09b7b4c10 fwd="82.254.144.116" dyno= connect= service= status=503 bytes= protocol=http 2018-09-22T15:28:36.787275+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=myapp.herokuapp.com request_id=0147a4f0-06a8-438c-9f86-515f7d188a6e fwd="82.254.144.116" dyno= connect= service= status=503 bytes= protocol=http

预先感谢:)

0 个答案:

没有答案