question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to preview/export diagrams in vscode (Error: write EPIPE)

See original GitHub issue

VS Code version: 1.28.2 Plantuml plugin version: 2.9.8 Node.js version: 8.9.3

Detailed log:

Error: write EPIPE
at _errnoException (util.js:1024:11)
at Socket._writeGeneric (net.js:767:25)
at Socket._write (net.js:786:8)
at doWrite (_stream_writable.js:387:12)
at writeOrBuffer (_stream_writable.js:373:5)
at Socket.Writable.write (_stream_writable.js:290:11)
at Socket.write (net.js:704:40)
at pChain.then (C:\Users\user-1\.vscode\extensions\jebbs.plantuml-2.9.8\out\src\plantuml\renders\local.js:107:35)
at

Settings:

{
    "plantuml.diagramsRoot": "docs/diagrams/src",
    "plantuml.exportOutDir": "docs/diagrams/out"
}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
theoriginalkiencommented, Nov 5, 2018

I figured it out, the folder settings were incorrect

hope it helps someone

{
    "plantuml.diagramsRoot": "diagrams/src",
    "plantuml.exportOutDir": "diagrams/out"
}
1reaction
vignifcommented, Nov 10, 2020

Solved it by installing java

sudo apt install default-jre

Read more comments on GitHub >

github_iconTop Results From Across the Web

write EPIPE UML in VS Code - Stack Overflow
If I search for vscode error write epide plantuml using google I find qjebbs/vscode-plantuml giving a fix under Windows :.
Read more >
"Failed to launch GDB: Error: write EPIPE" - Debugging
I just started to have error Failed to launch GDB: Error: write EPIPE on debugging start. err2. I am using PlatformIO IDE plugin...
Read more >
Gatsby site deployment fails with error UNHANDLED ...
Hello! I'm having trouble deploying my site. After hours of searching the forums, I still can't figure this thing out. I'm still a...
Read more >
what is a "write EPIPE" error? - Google Groups
EPIPE means that writing of (presumably) the HTTP request failed because the other end closed the connection. Mark Hahn's profile photo ...
Read more >
Error: write EPIPE - Scripting - McNeel Forum
Here is what happens in Rhino when I run the file. Loading Rhino Render, version 1.50, Jan 28 2020, 13:51:45. Command: _CodeListener. VS...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found