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
mkvmerge returns exit code 1 if a warning is thrown (see: docs). However, currently this forcibly halts the muxing in vardautomation, because it errors before it can actually output anything it appears (and consequently, no cleaning up can be run either).
There should be an additional check to catch the exit code, if possible, and let vardautomation know that it's a non-fatal error and it should otherwise continue (and maybe throw a warning if you want, such as the one stderr should return).
The text was updated successfully, but these errors were encountered:
mkvmerge returns exit code 1 if a warning is thrown (see: docs). However, currently this forcibly halts the muxing in vardautomation, because it errors before it can actually output anything it appears (and consequently, no cleaning up can be run either).
There should be an additional check to catch the exit code, if possible, and let vardautomation know that it's a non-fatal error and it should otherwise continue (and maybe throw a warning if you want, such as the one
stderr
should return).The text was updated successfully, but these errors were encountered: