2018-05-14T09:12:46.770011+00:00 app[api]: Starting process with command `node musicology.js` by user leshaber24@yandex.ru
2018-05-14T09:12:50.704836+00:00 heroku[run.5756]: Awaiting client
2018-05-14T09:12:50.760658+00:00 heroku[run.5756]: Starting process with command `node musicology.js`
2018-05-14T09:12:50.767575+00:00 heroku[run.5756]: State changed from starting to up
2018-05-14T09:12:56.951346+00:00 heroku[run.5756]: Client connection closed. Sending SIGHUP to all processes
2018-05-14T09:12:57.484760+00:00 heroku[run.5756]: Process exited with status 129
2018-05-14T09:12:57.499531+00:00 heroku[run.5756]: State changed from up to complete
这些是来自Heroku的日志。我的应用就在这里:https://github.com/Alesha24/mysicology_telegram_bot
我已经使用SIGKILL命令修复了错误,现在(在执行node musicology.js
之后)错误的状态为129,而且此错误:
Error R13 (Attach error) -> Failed to attach to process
此错误对我来说似乎也不清楚。任何方式的想法,我该如何解决?