node-spotify-webhelper icon indicating copy to clipboard operation
node-spotify-webhelper copied to clipboard

Problem getting started

Open AlfredSD opened this issue 8 years ago • 1 comments

I tried running the example given, and ended up with this:

{ err: { [Error: Command failed: C:\Windows\system32\cmd.exe /s /c "wmic process list /format:csv" Invalid XSL format (or) file name. ] killed: false, code: 44210, signal: null, cmd: 'C:\\Windows\\system32\\cmd.exe /s /c "wmic process list /format:csv"' }, msg: 'unable to enumerate processes' }

Any advice?

Thanks in advance :)

AlfredSD avatar Mar 23 '16 02:03 AlfredSD

Having the same issue as well. Running the command directly on cmd on Windows 7 throws that error however on Windows 10 it works fine. Removing /format:csv works fine however it does not get formatted.

Just found this: https://stackoverflow.com/questions/9673057/wmic-error-invalid-xsl-format-in-windows7

Hope that helps after a year and a half :)

FredUK avatar Sep 18 '17 10:09 FredUK