Skip to content
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

chore: bump which dependency to v4 #436

Merged
merged 1 commit into from
Mar 12, 2024
Merged

chore: bump which dependency to v4 #436

merged 1 commit into from
Mar 12, 2024

Conversation

mxschmitt
Copy link
Member

This internally was throwing this before (ignored via silent catch()):

Error: UNC host 'cpc-maxsc-heqga' access is not allowed
    at stat (C:\Users\maxschmitt\Developer\playwright-vscode\lib\fs.js:1597:10)
    at Object.stat (C:\Users\maxschmitt\Developer\playwright-vscode\lib\electron\js2c\node_init.js:2:4911)
    at isexe (c:\Users\maxschmitt\Developer\playwright-vscode\node_modules\isexe\windows.js:35:6)
    at isexe (c:\Users\maxschmitt\Developer\playwright-vscode\node_modules\isexe\index.js:34:3)
    at c:\Users\maxschmitt\Developer\playwright-vscode\node_modules\isexe\index.js:24:7
    at new Promise (<anonymous>)
    at isexe (c:\Users\maxschmitt\Developer\playwright-vscode\node_modules\isexe\index.js:23:12)
    at which2 (c:\Users\maxschmitt\Developer\playwright-vscode\node_modules\which\lib\index.js:63:24)
    at findNode (c:\Users\maxschmitt\Developer\playwright-vscode\src\utils.ts:153:12)
    at PlaywrightTest._runNode (c:\Users\maxschmitt\Developer\playwright-vscode\src\playwrightTest.ts:279:29)
    at PlaywrightTest._getPlaywrightInfoImpl (c:\Users\maxschmitt\Developer\playwright-vscode\src\playwrightTest.ts:76:21)
    at PlaywrightTest.getPlaywrightInfo (c:\Users\maxschmitt\Developer\playwright-vscode\src\playwrightTest.ts:71:14)
    at Extension._rebuildModel (c:\Users\maxschmitt\Developer\playwright-vscode\src\extension.ts:250:26)
    at Extension.activate (c:\Users\maxschmitt\Developer\playwright-vscode\src\extension.ts:208:5) {code: 'ERR_UNC_HOST_NOT_ALLOWED', stack: 'Error: UNC host 'cpc-maxsc-heqga' access is n…per\playwright-vscode\src\extension.ts:208:5)', message: 'UNC host 'cpc-maxsc-heqga' access is not allowed', toString: ƒ, Symbol(kIsNodeError): true}

Fixes microsoft/playwright#29898

@yury-s yury-s merged commit 0e7603b into main Mar 12, 2024
6 checks passed
@yury-s yury-s deleted the bump/which-dependency branch March 12, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: VSCode extension for Playwright: unable to find Node.js exec
2 participants