You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing globally and also installing pulseaudio-utils (which I didn't have on my small WSL Ubuntu 18.04), I have been getting the following errors when using npx tururu:
Error: Command failed: paplay /usr/lib/node_modules/tururu/tururu.ogg
shared memfd open() failed: Function not implemented
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
at ChildProcess.exithandler (child_process.js:295:12)
at ChildProcess.emit (events.js:223:5)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5) {
killed: false,
code: 1,
signal: null,
cmd: 'paplay /usr/lib/node_modules/tururu/tururu.ogg'
}
I don't know so far if it's a error on Linux part or node package. I can help debug, though.
After installing globally and also installing pulseaudio-utils (which I didn't have on my small WSL Ubuntu 18.04), I have been getting the following errors when using
npx tururu
:I don't know so far if it's a error on Linux part or node package. I can help debug, though.
EDIT: AFAIK, it's related to WSL: microsoft/WSL#3542
The text was updated successfully, but these errors were encountered: