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

Unable to create worker #2

Closed
justinfernald opened this issue May 31, 2019 · 1 comment
Closed

Unable to create worker #2

justinfernald opened this issue May 31, 2019 · 1 comment

Comments

@justinfernald
Copy link

Getting an error when creating a worker.
I turned on mediasoup errors as well to further debug, but I am completely lost.
I set the createWorker parameters to all the defaults as well and that did nothing.
I could attach my config.js as well if that helps.
I am able to navigate to the local website fine.

  mediasoup:Worker constructor() +0ms
  mediasoup:Worker spawning worker process: /home/justin/Documents/Programming/mediasoup-sample-app/node_modules/mediasoup/worker/out/Release/mediasoup-worker --logLevel=error --logTag=info --logTag=ice --logTag=dtls --logTag=rtp --logTag=srtp --logTag=rtcp --rtcMinPort=10000 --rtcMaxPort=59999 +0ms
  mediasoup:Channel[pid:undefined] constructor() +0ms
  mediasoup:Worker close() +8ms
  mediasoup:Channel[pid:undefined] close() +3ms
  mediasoup:ERROR:Worker worker process failed [pid:undefined]: spawn /home/justin/Documents/Programming/mediasoup-sample-app/node_modules/mediasoup/worker/out/Release/mediasoup-worker ENOENT +0ms
{ Error: spawn /home/justin/Documents/Programming/mediasoup-sample-app/node_modules/mediasoup/worker/out/Release/mediasoup-worker ENOENT
    at _errnoException (util.js:1022:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:190:19)
    at onErrorNT (internal/child_process.js:372:16)
    at _combinedTickCallback (internal/process/next_tick.js:138:11)
    at process._tickCallback (internal/process/next_tick.js:180:9)
    at Function.Module.runMain (module.js:695:11)
    at startup (bootstrap_node.js:188:16)
    at bootstrap_node.js:609:3
  code: 'ENOENT',
  errno: 'ENOENT',
  syscall: 'spawn /home/justin/Documents/Programming/mediasoup-sample-app/node_modules/mediasoup/worker/out/Release/mediasoup-worker',
  path: '/home/justin/Documents/Programming/mediasoup-sample-app/node_modules/mediasoup/worker/out/Release/mediasoup-worker',
  spawnargs: 
   [ '--logLevel=error',
     '--logTag=info',
     '--logTag=ice',
     '--logTag=dtls',
     '--logTag=rtp',
     '--logTag=srtp',
     '--logTag=rtcp',
     '--rtcMinPort=10000',
     '--rtcMaxPort=59999' ] }
@mkhahani
Copy link
Owner

It's Mediasoup error and I have no idea about it. Please ask here

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