Slackin
See original GitHub issueI’m trying to install Slackin using the “Deploy to Heroku” button in the readme. When I try to run the application I’m presented with an “Application Error” screen.
I’ve looked at other issue reports but I haven’t found a solution yet.
Here’s my log:
app[web.1]: at Function.Module._load (module.js:290:25) app[web.1]: at Module.require (module.js:367:17) app[web.1]: at Module.load (module.js:357:32) app[web.1]: at Object.<anonymous> (/app/bin/slackin:5:15) app[web.1]: at require (internal/module.js:20:19) app[web.1]: at Function.Module.runMain (module.js:447:10) app[web.1]: at Function.Module._load (module.js:314:12) heroku[web.1]: State changed from starting to crashed heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=letstalkvr.herokuapp.com request_id=abca4487-c486-4bd2-99ad-64db69dbc934 fwd="216.211.94.31" dyno= connect= service= status=503 bytes= heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=letstalkvr.herokuapp.com request_id=f9ad2d38-f77e-41ea-b885-3a4ea903f7b1 fwd="216.211.94.31" dyno= connect
Issue Analytics
- State:
- Created 7 years ago
- Comments:7
Top GitHub Comments
FYI: Switched to other fork and this works:
https://github.com/Wiredcraft/slackin
A (fairly old) blog post I found on the subject says:
After switching to the poster’s fork there are no issues.