atom-ide-rust icon indicating copy to clipboard operation
atom-ide-rust copied to clipboard

Uncaught Error: Message header must separate key and value using :

Open Amiganer opened this issue 3 years ago • 0 comments

[Enter steps to reproduce:]

  1. ...starting atom
  2. ...

Atom: 1.58.0 x64 Electron: 9.4.4 OS: Windows 10 Thrown From: ide-rust package 1.1.1

Stack Trace

Uncaught Error: Message header must separate key and value using :

At C:\Users\amiga\.atom\packages\ide-rust\node_modules\vscode-jsonrpc\lib\common\messageBuffer.js:87

Error: Message header must separate key and value using :
    at MessageBuffer.tryReadHeaders (/packages/ide-rust/node_modules/vscode-jsonrpc/lib/common/messageBuffer.js:87:23)
    at StreamMessageReader.onData (/packages/ide-rust/node_modules/vscode-jsonrpc/lib/common/messageReader.js:132:45)
    at /packages/ide-rust/node_modules/vscode-jsonrpc/lib/common/messageReader.js:122:18)
    at Socket.emit (events.js:228:7)
    at addChunk (_stream_readable.js:309:12)
    at readableAddChunk (_stream_readable.js:290:11)
    at Socket.Readable.push (_stream_readable.js:224:10)
    at Pipe.onStreamRead (internal/stream_base_commons.js:181:23)

Commands

Non-Core Packages

atom-ide-base 3.4.0 
atom-ide-code-format 1.0.2 
atom-ide-datatip 0.25.0 
atom-ide-definitions 0.4.2 
atom-ide-hyperclick 1.0.11 
atom-ide-markdown-service 2.1.0 
atom-ide-outline 3.2.0 
atom-ide-signature-help 0.16.0 
atom-language-rust 0.14.1 
build 0.70.0 
build-cargo 2.0.0 
busy-signal 2.0.1 
ide-rust 1.1.1 
intentions 2.1.1 
linter 3.4.0 
linter-rust-cargo 1.1.0 
linter-ui-default 3.4.1 
rust-format 1.0.3 

Amiganer avatar Dec 03 '21 15:12 Amiganer