Gert-dev / php-ide-serenata

Atom IDE package that integrates the Serenata server to provide PHP code assistance
https://serenata.gitlab.io/
Other
275 stars 19 forks source link

Serenata unexpectedly closed. #436

Closed wiscot closed 6 years ago

wiscot commented 6 years ago

Just I've updated Serenata to versión 4.2.0 on my Mac and I get this message error (I've also updated OSX to last patch 10.13.5 on June 13th 2018):

"Either something caused the process to stop, it crashed, or the socket closed. In case of the first two, you should see additional output indicating this is the case and you can report a bug. If there is no additional output, the server may have run out of memory (you can increase it via the settings screen). process.on.code @ /Users/rgutierrez/.atom/packages/php-ide-serenata/lib/Proxy.js:182 /Users/rgutierrez/.atom/packages/php-ide-serenata/lib/Proxy.js:306 The socket connection notified us of an error Error: connect ECONNREFUSED 127.0.0.1:37261 at Object.exports._errnoException (util.js:1050:11) at exports._exceptionWithHostPort (util.js:1073:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1097:14) onSocketError @ /Users/rgutierrez/.atom/packages/php-ide-serenata/lib/Proxy.js:306"

Gert-dev commented 6 years ago

Do you have the right dependencies installed for the server? Usually when this happens a dependency or extension is missing from your PHP setup.

wiscot commented 6 years ago

The error appears after last update, and only in one computer.

El 1 jul 2018, a las 12:40, Gert-dev notifications@github.com escribió:

Do you have the right dependencies installed for the server? Usually when this happens a dependency or extension is missing from your PHP setup.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Gert-dev/php-ide-serenata/issues/436#issuecomment-401598495, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdbGdUnPE7s8y2nPcpoHL4ZPQWmg0sxks5uCKcngaJpZM4Uob6y.

Gert-dev commented 6 years ago

I believe this is a duplicate of #427 (there is also a temporary workaround there that may be of use).