-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: write EPIPE #294
Comments
Hey @babyface001, can I ask what the steps where that lead up to this error. Once the error happens, what functionality do you lose, do the warnings and errors disappear or is it all of the extensions functions (navigation, renames, quickfixes etc)? |
Error: write EPIPE |
@kanej I open verbose log and it use js as cmd. and error. |
compile in terminal is ok |
And this happens when you open the project? Or when you run the build task? |
after this, import auto complete is missing. |
yes, open a sol file. |
maybe it try to compile it. |
Okay. This is a bug we will dig into. I suspect the issue is that the vscode process doesn't have permission on the solc compiler downloaded by hardhat, and that exception kills the language server (so autocomplete and other features stop working.) |
Are there any special file permissions, or anything around your user that would block permission on: |
I run |
[Trace - 7:45:40 PM] analyse |
analyse service |
@kanej it run native compiler with js compiler path. |
|
Error: write EPIPE
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)
[Error - 6:43:30 PM] Connection to server got closed. Server will not be restarted.
The text was updated successfully, but these errors were encountered: