desyncr / hiflix

hiFlix - Your personal, free and open netflix
GNU General Public License v3.0
9 stars 2 forks source link

Heroku deployment #10

Open shreniks opened 7 years ago

shreniks commented 7 years ago

Hi there

after the app gets deployed to heroku, when I try to access it, the app throws a generic error which is not helpful. what i found was when i try to get to the settings tab in heroku for that app, it denies me saying "The application "ihome-flix" was suspended." . i am not sure how to fix this.

Logs from heroku:

2017-01-16T22:52:04.530795+00:00 app[web.1]: npm ERR! npm bugs heroku-flix 2017-01-16T22:52:04.530884+00:00 app[web.1]: npm ERR! Or if that isn't available, you can get their info via: 2017-01-16T22:52:04.530991+00:00 app[web.1]: npm ERR! npm owner ls heroku-flix 2017-01-16T22:52:04.531096+00:00 app[web.1]: npm ERR! There is likely additional logging output above. 2017-01-16T22:52:04.535523+00:00 app[web.1]: 2017-01-16T22:52:04.535801+00:00 app[web.1]: npm ERR! Please include the following file with any support request: 2017-01-16T22:52:04.535803+00:00 app[web.1]: npm ERR! /app/npm-debug.log 2017-01-16T22:52:04.661568+00:00 heroku[web.1]: State changed from starting to crashed 2017-01-16T22:52:05.427227+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=ihome-flix.herokuapp.com request_id=546fd7c5-58ca-4ee9-93a7-839075ed3f45 fwd="220.101.91.66" dyno= connect= service= status=503 bytes= 2017-01-16T22:52:06.489442+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=ihome-flix.herokuapp.com request_id=1aa87c20-2cca-4667-922f-2ad9e1894410 fwd="220.101.91.66" dyno= connect= service= status=503 bytes= 2017-01-16T22:52:22.679786+00:00 heroku[web.1]: State changed from crashed to down

desyncr commented 7 years ago

Hello there,

I haven't used this in a while, so maybe there's a heroku change in the deploy process or npm dependencies.

I'll take a look at this later. Thanks for reporting.

shreniks commented 7 years ago

oh okay.

thanks for that