Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

EPIPE error, how to get more info? #257

Closed
tfenster opened this issue Jun 19, 2017 · 2 comments
Closed

EPIPE error, how to get more info? #257

tfenster opened this issue Jun 19, 2017 · 2 comments

Comments

@tfenster
Copy link

Hello,

we started using VS Code for Dynamics NAV AL development using or On-Prem TFS 2017. This works well for one user, but another one gets an error stating "write EPIPE" in VS Code if I hover over the Team icon. Debug log shows the following:

2017-06-19T12:04:58.088Z - info:   [02416] *** FOLDER: f:\vscode\rmt\D365\Entry search and find ***   
2017-06-19T12:04:58.088Z - info:   [02416] VSTSVSCode/1.119.0 (VSCode 1.13.1; Windows_NT 10.0.14393; Node 7.4.0)    
2017-06-19T12:04:58.088Z - debug:  [02416] Looking for an External Context at f:\vscode\rmt\D365\Entry search and find
2017-06-19T12:04:58.088Z - debug:  [02416] No External Context at f:\vscode\rmt\D365\Entry search and find
2017-06-19T12:04:58.103Z - debug:  [02416] Looking for TFVC repository at f:\vscode\rmt\D365\Entry search and find
2017-06-19T12:04:58.103Z - debug:  [02416] TFVC Creating Tfvc object with localPath='undefined'
2017-06-19T12:04:58.103Z - debug:  [02416] Using TFS proxy: undefined
2017-06-19T12:04:58.103Z - debug:  [02416] TFVC Retrieved from settings; localPath='C:\Program Files\TEE-CLC\TEE-CLC-14.114.0\tf'
2017-06-19T12:04:58.103Z - debug:  [02416] TFVC Repository created with repositoryRootFolder='f:\vscode\rmt\D365\Entry search and find'
2017-06-19T12:04:58.103Z - debug:  [02416] TFVC Repository.CheckVersion
2017-06-19T12:04:58.103Z - debug:  [02416] TFVC: tf add -noprompt -?
2017-06-19T12:04:58.103Z - debug:  [02416] TFVC: spawned new process (duration: 0ms)
2017-06-19T12:04:58.103Z - debug:  [02416] TFVC: spawned new process (duration: 0ms)
2017-06-19T12:04:58.119Z - error:  [02416] write EPIPE

How can I find more information what might be causing this? As it works for one user, but not for the other, I would guess some access rights problem, but I tried to make the identical and can't figure out what might be missing. Also, the name of the user where it doesn't work contains a german special character (ß), but hopefully that isn't a problem?

Thanks for any help,
Tobias

@jeffyoung
Copy link
Contributor

Hi @tfenster. Thanks for trying out the extension.

I can reproduce this on Windows if I don't specify the full filename required. On Windows, you need to run tf.cmd (not tf). tf is the script that needs to be run on macOS and Linux. Change that up and see if it works for you (I expect it will).

@tfenster
Copy link
Author

Hi @jeffyoung, thanks a lot, that was exactly the problem and an easy fix

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants