Closed ccclever2 closed 8 months ago
Hello @ccclever2,
The error message indicates that there was a problem creating a worker process, and it provides some details about the error.
The error code 40
typically indicates a failure in the child process, but without more context or the full error message, it's challenging to pinpoint the exact cause of the issue. However, here are a few steps you can take to troubleshoot this problem:
Check Logs: Look for additional log messages or error details that might provide more information about what went wrong. Sometimes, there might be more specific error messages that can help diagnose the issue.
Review Configuration: Ensure that your MirotalkSFU server is correctly configured with the necessary settings and dependencies. Make sure all required configurations are in place and correctly set up.
Check System Resources: Verify that your system has enough resources (CPU, memory, disk space) available to create new worker processes. Insufficient resources can sometimes cause worker creation failures.
Update Dependencies: Ensure that all dependencies for MirotalkSFU are up-to-date. Outdated dependencies or incompatible versions could lead to errors.
Seek Community Support: If you're unable to troubleshoot the issue independently, it's advisable to seek assistance from the Mirotalk community. You can connect with fellow users and experts through the help & support channel on Discord. Additionally, exploring discussions on the mediasoup forum might provide valuable insights or solutions related to your concern. Community forums and channels often offer collective knowledge and experiences that can help resolve technical issues effectively.
Thank you!
Bug Report
Describe the bug
Mediasoup worker error when self-hosting mirotalk-sfu using self-hosted guide
Error log:
To reproduce
Steps to reproduce the behavior:
Expected behavior
Container should not exit
Desktop
Additional context
I successfully deployed the same image on my M1 Mac on ARM64