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 is not working anymore after update #470

Closed stan1307 closed 5 years ago

stan1307 commented 5 years ago

I check up my settings and all are okay, also I have checked the dev console and the following errors were displayed: Serenata unexpectedly closed. 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, you may be missing the right dependencies or extensions or the server may have run out of memory (you can increase it via the settings screen). process.on.code @ C:\Users\Admin.atom\packages\php-ide-serenata\lib\Proxy.js:184 emitTwo @ events.js:126 emit @ events.js:214 maybeClose @ internal/child_process.js:925 stream.socket.on @ internal/child_process.js:346 emitOne @ events.js:116 emit @ events.js:211 _handle.close @ net.js:554 12:33:55.383 C:\Users\Admin.atom\packages\php-ide-serenata\lib\Proxy.js:308 The socket connection notified us of an error Error: connect ECONNREFUSED 127.0.0.1:10653 at Object._errnoException (util.js:1024) at _exceptionWithHostPort (util.js:1046) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1182) onSocketError @ C:\Users\Admin.atom\packages\php-ide-serenata\lib\Proxy.js:308 emitOne @ events.js:116 emit @ events.js:211 emitErrorNT @ internal/streams/destroy.js:64 _combinedTickCallback @ internal/process/next_tick.js:138 _tickCallback @ internal/process/next_tick.js:180

errror

Gert-dev commented 5 years ago

I see on the left side that installing the server failed, have you tried enabling all log levels - there are 46 messages hidden by your log filter currently - and seeing what errors Composer is showing?

Gert-dev commented 5 years ago

Closing this due to staleness (and that I don't think it's a bug on our end).