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

Handle missing external dependencies more graceful #52

Open
SpraxDev opened this issue Mar 12, 2023 · 0 comments
Open

Handle missing external dependencies more graceful #52

SpraxDev opened this issue Mar 12, 2023 · 0 comments

Comments

@SpraxDev
Copy link
Member

Right now binaries like ffmpeg and ffprobe (only an example) are required to be installed and in the PATH env.

Sometimes even crashing Apollo if it is missing. We should have checks in place if these external tools are available at app startup to not run them if possible.
And in general improve error handling, including but not limited to adding error handlers to stdout/-err/-in of child processes.

SpraxDev added a commit that referenced this issue Apr 11, 2023
For now it just logs the error.
I've created #52 to track this.
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

1 participant