簡體   English   中英

(流星)Mup部署“讀取ECONNREST錯誤”

[英](Meteor) Mup deploy “read ECONNREST Error”

我不知道怎么回事。

我重新安裝了計算機並更新了Meteor。 在較早的問題中,我遇到了一些權限問題,可以解決該問題。 如果我不希望部署Meteor,它通常會在運行。 部署過去工作正常。

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)

這意味着什么? 我找不到在線解決我的問題的任何方法。 你知道出什么事了嗎

如果您的IP地址無法SSH,則可能發生此錯誤。 確保您的IP不變,或者在您使用的服務的安全組中更改您的規則/ IP。

最近在這里還有另一個mup設置的情況:錯誤:等待握手時超時

但是我認為他沒有解決問題。 他也已在Mup問題列表中報告了該問題

您還可以啟用調試並將mup設置為冗長,如下所示:

DEBUG=mup* mup <command> --verbose

(位於http://meteor-up.com/docs.html的文檔)

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM