You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m not really sure where this issue should go. Atom claims the error is being thrown in this package, but I uninstalled the package several days ago (to get rid of this error). Restarting Atom gets rid of the errors for a while (sometimes a few hours), but they eventually come back.
With the mention of sockets in the trace, I’m wondering if there are messages somehow left in the socket from when the package was installed that are only being read now? That seems odd given it’s been about a week since I uninstalled the package (I’m surprised something like that would persist through a reboot).
Any direction would be appreciated – I can move this to atom core, or to atom-ide-ui, if it might be better in either place.
Atom: 1.34.0 x64 Electron: 2.0.16 OS: Mac OS X 10.14.2 Thrown From: 'ide-haskell-hie' package vundefined
Stack Trace
Uncaught Error: Header must provide a Content-Length property.
At /Users/Noel/.atom/packages/ide-haskell-hie/node_modules/vscode-jsonrpc/lib/messageReader.js:163
Error: Header must provide a Content-Length property.
at StreamMessageReader.onData (/packages/ide-haskell-hie/node_modules/vscode-jsonrpc/lib/messageReader.js:163:27)
at Socket.readable.on (/packages/ide-haskell-hie/node_modules/vscode-jsonrpc/lib/messageReader.js:148:18)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
at readableAddChunk (_stream_readable.js:250:11)
at Socket.Readable.push (_stream_readable.js:208:10)
at Pipe.onread (net.js:594:20)
Today, the path in the error messages changed to the package ide-python, which I suspect the errors may have been coming from all along, caused by pyls-mypy, as described in this ide-python issue and this pyls-mypy issue.
I’m closing this issue, as I don’t think this error was ever caused by ide-haskell-hie (though I’m not certain).
@undergroundquizscene I'm so sorry for the lack of activity on this issue! I'm glad you seem to have found what might be the root cause :) Thanks for taking the time to dig into this on your own!
I’m not really sure where this issue should go. Atom claims the error is being thrown in this package, but I uninstalled the package several days ago (to get rid of this error). Restarting Atom gets rid of the errors for a while (sometimes a few hours), but they eventually come back.
With the mention of sockets in the trace, I’m wondering if there are messages somehow left in the socket from when the package was installed that are only being read now? That seems odd given it’s been about a week since I uninstalled the package (I’m surprised something like that would persist through a reboot).
Any direction would be appreciated – I can move this to atom core, or to atom-ide-ui, if it might be better in either place.
Atom: 1.34.0 x64
Electron: 2.0.16
OS: Mac OS X 10.14.2
Thrown From: 'ide-haskell-hie' package vundefined
Stack Trace
Uncaught Error: Header must provide a Content-Length property.
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: