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

Why Global chrome Not opening ? #78

Open
RDXSquad opened this issue Nov 17, 2024 · 2 comments
Open

Why Global chrome Not opening ? #78

RDXSquad opened this issue Nov 17, 2024 · 2 comments

Comments

@RDXSquad
Copy link

Browser cache updated
Error handling request to /interceptors/existing-chrome/activate/8000: spawn wmic ENOENT
ERROR: 500 [object Object]
INFO: Reporting error: Error: Failed to activate interceptor existing-chrome: spawn wmic ENOENT [object Object]
INFO: Previous server version was null
Error handling request to /interceptors/existing-chrome/activate/8000: spawn wmic ENOENT
Error: spawn wmic ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:286:19)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn wmic',
path: 'wmic',
spawnargs: [ 'Process', 'Get', 'processid,commandline' ]
}
ERROR: 500 [object Object]
INFO: Reporting error: Error: Failed to activate interceptor existing-chrome: spawn wmic ENOENT [object Object]

How to Solve this issuse

@RDXSquad RDXSquad changed the title Global chrome Not opening ? Why Global chrome Not opening ? Nov 17, 2024
@pimterry
Copy link
Member

That looks like you don't want wmic installed, which is quite unusual, I think that's standard on Windows. What OS version exactly are you using? Are you an administrator on the machine?

@pimterry
Copy link
Member

Ah, it looks like WMIC is being removed in Windows 11 this year. As a workaround, can you try the steps here? https://techcommunity.microsoft.com/blog/windows-itpro-blog/how-to-install-wmic-feature-on-demand-on-windows-11/4189530

Let me know if that works. I will look into updating to support the new approaches required here soon.

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

No branches or pull requests

2 participants