microsoft / microsoft/TypeScript-Sublime-Plugin
BrokenPipeError: [Errno 32] Broken pipe
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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