microsoft / microsoft/TypeScript-Sublime-Plugin

BrokenPipeError: [Errno 32] Broken pipe

Open
#751 0 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.7k
Forks
236
Avg merge
21d 13h
Merged PRs (30d)
1

Description

I see this error in console on editor startup:

.neovintageousrc file loaded
Exception in thread Thread-2:
Traceback (most recent call last):
  File "./python3.3/threading.py", line 901, in _bootstrap_inner
  File "./python3.3/threading.py", line 858, in run
  File "/Users/rnd/Library/Application Support/Sublime Text 3/Packages/TypeScript/typescript/libs/node_client.py", line 146, in monitorPostQueue
    self.server_proc.stdin.flush()
BrokenPipeError: [Errno 32] Broken pipe

Is this a package bug?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the traceback location in TypeScript/typescript/libs/node_client.py, especially monitorPostQueue and the server_proc.stdin.flush() call. Reproduce the error during editor startup and inspect the reported process and pipe lifecycle; done means establishing whether the package causes the BrokenPipeError and documenting the confirmed behavior or required change.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, typescript
Domain
developer-experience, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.