ottomated / CrewLink-server

Voice Relay server for CrewLink.
GNU General Public License v3.0
696 stars 451 forks source link

2.0.1 Heroku error #159

Closed Zronium closed 3 years ago

Zronium commented 3 years ago

booted a server a few weeks ago and had no issue at all. updated to the new version and booted a new app with heroku and it doesnt launch properly. The link opens up an application error. These are the logs from launch to errors. Not sure if its an error on my end and inexperience or what.

2021-01-16T22:50:51.177961+00:00 heroku[web.1]: State changed from starting to crashed 2021-01-16T22:50:51.181636+00:00 heroku[web.1]: State changed from crashed to starting 2021-01-16T22:50:54.687731+00:00 heroku[web.1]: Starting process with command node dist/index.js 2021-01-16T22:50:58.240446+00:00 app[web.1]: 2021-01-16T22:50:58+0000 You must set the ADDRESS environment variable. 2021-01-16T22:50:58.342276+00:00 heroku[web.1]: Process exited with status 1 2021-01-16T22:50:58.393033+00:00 heroku[web.1]: State changed from starting to crashed 2021-01-16T22:51:26.214776+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=rawrlink.herokuapp.com request_id=301f68f6-454b-4687-8b19-3ebd5fc18354 fwd="70.67.10.137" dyno= connect= service= status=503 bytes= protocol=https 2021-01-16T22:51:26.650043+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=rawrlink.herokuapp.com request_id=2e6f7c3e-d338-4439-993a-e3bb48198cea fwd="70.67.10.137" dyno= connect= service= status=503 bytes= protocol=https 2021-01-16T23:00:24.619159+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=rawrlink.herokuapp.com request_id=b4bacb25-bb35-4997-93b7-df1d5a3b901d fwd="70.67.10.137" dyno= connect= service= status=503 bytes= protocol=https 2021-01-16T23:00:25.069416+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=rawrlink.herokuapp.com request_id=b3e6669b-fa80-45f2-a7aa-f29aa6fec850 fwd="70.67.10.137" dyno= connect= service= status=503 bytes= protocol=https

Rahtainka commented 3 years ago

I have the same problem. Did you manage to solve it?

Edit: there is a similar issue with a workaround https://github.com/ottomated/CrewLink-server/issues/130

Zronium commented 3 years ago

I have the same problem. Did you manage to solve it?

Edit: there is a similar issue with a workaround #130

I haven't personally found any solution unfortunately

Edit: didnt notice the #130 thing. Works now, thank you!