(流星)Mup部署“读取ECONNREST错误”

时间:2018-01-26 20:27:56

标签: meteor

我不知道发生了什么。

我重新安装了我的电脑并更新了Meteor。我在早期的问题上遇到了一些许可问题,我可以解决这个问题。如果我不想部署它,Meteor通常会运行。部署用于工作就好btw。

mup.cmd deploy --settings settings.json
Building App Bundle Locally

Started TaskList: Pushing Meteor App
[82.165.207.55] - Pushing Meteor App Bundle to the Server
[82.165.207.55] - Pushing Meteor App Bundle to the Server: SUCCESS
[82.165.207.55] - Prepare Bundle
[82.165.207.55] - Prepare Bundle: SUCCESS

Started TaskList: Configuring App
[82.165.207.55] - Pushing the Startup Script
[82.165.207.55] - Pushing the Startup Script: SUCCESS
[82.165.207.55] - Sending Environment Variables
[82.165.207.55] - Sending Environment Variables: SUCCESS

Started TaskList: Start Meteor
[82.165.207.55] - Start Meteor
events.js:183
throw er; // Unhandled ‘error’ event
^

Error: read ECONNRESET
at _errnoException (util.js:1022:11)
at TCP.onread (net.js:615:25)

这是什么意思?我在网上找不到任何解决方案。你知道出了什么问题吗?

1 个答案:

答案 0 :(得分:0)

  

如果您的IP地址无法通过SSH,则可能会发生此错误。确保你的IP   没有更改,或更改您的安全组中的规则/ IP   你正在使用的服务。

最近这里有另一个案例mup setup : Error: Timed out while waiting for handshake

但我认为他没有把它整理出来。他还在mup问题列表中报告了它

您也可以启用调试并将mup设置为详细信息:

DEBUG=mup* mup <command> --verbose

http://meteor-up.com/docs.html处的文档)