node-mpris icon indicating copy to clipboard operation
node-mpris copied to clipboard

TypeError: Bad argument when attempting to launch anything other than VLC, Omxplayer or Totem

Open ghost opened this issue 6 years ago • 0 comments

When trying to listen to any player other than VLC, Omxplayer or Totem the following error is thrown.

TypeError: Bad argument
    at ChildProcess.spawn (internal/child_process.js:289:26)
    at exports.spawn (child_process.js:399:9)
    at EventEmitter.mc.start (.../node_modules/mpris/mpris.js:348:15)

ghost avatar Apr 05 '18 05:04 ghost