'heroku run python manage.py migrate' 失败并出现错误 'Error R13 (Attach error) -> Failed to attach to process'
'heroku run python manage.py migrate' fails with an error 'Error R13 (Attach error) -> Failed to attach to process'
我已经尝试 'heroku run python manage.py migrate' 并得到“等待 dyno 超时,请参阅 https://devcenter.heroku.com/articles/one-off-dynos#timeout-awaiting-process”错误。
heroku 日志
2015-05-06T05:42:05.881706+00:00 heroku[api]: Starting process with command `manage.py db:migrate` by navajyothms1989@gmail.com
2015-05-06T05:42:22.537124+00:00 heroku[运行.9766]:等待客户
2015-05-06T05:42:22.789430+00:00 heroku[运行.9766]:状态从启动变为启动
2015-05-06T05:42:52.552578+00:00 heroku[运行.9766]:错误 R13(附加错误)-> 无法附加到进程
2015-05-06T05:42:53.293185+00:00 heroku[运行.9766]:进程退出,状态为 128
2015-05-06T05:42:53.307222+00:00 heroku[运行.9766]:状态从 up 变为 complete
我应该怎么做才能解决这个问题?
同样的事情发生在我身上。但是通过连接到我的移动互联网解决了这个问题。我的 ISP 似乎阻止了大部分端口,而 heroku 运行 命令采用随机端口。
我已经尝试 'heroku run python manage.py migrate' 并得到“等待 dyno 超时,请参阅 https://devcenter.heroku.com/articles/one-off-dynos#timeout-awaiting-process”错误。
heroku 日志
2015-05-06T05:42:05.881706+00:00 heroku[api]: Starting process with command `manage.py db:migrate` by navajyothms1989@gmail.com
2015-05-06T05:42:22.537124+00:00 heroku[运行.9766]:等待客户 2015-05-06T05:42:22.789430+00:00 heroku[运行.9766]:状态从启动变为启动 2015-05-06T05:42:52.552578+00:00 heroku[运行.9766]:错误 R13(附加错误)-> 无法附加到进程 2015-05-06T05:42:53.293185+00:00 heroku[运行.9766]:进程退出,状态为 128 2015-05-06T05:42:53.307222+00:00 heroku[运行.9766]:状态从 up 变为 complete
我应该怎么做才能解决这个问题?
同样的事情发生在我身上。但是通过连接到我的移动互联网解决了这个问题。我的 ISP 似乎阻止了大部分端口,而 heroku 运行 命令采用随机端口。