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
This leads to an issue along with #129 when a file fails in #create during inspection.
Alternatively the #find if statements could be changed to check for error.log. Although this might not work since the ffmpeg command outputs to error.log for stderr which might happen even when the command is still running or succeeds.
The text was updated successfully, but these errors were encountered:
active_encode/lib/active_encode/engine_adapters/ffmpeg_adapter.rb
Lines 197 to 199 in f35a797
#write_errors
writes out anerror.log
file but not anexit_status.code
which gets used in determining the status in the#find
methodactive_encode/lib/active_encode/engine_adapters/ffmpeg_adapter.rb
Lines 135 to 137 in f35a797
This leads to an issue along with #129 when a file fails in
#create
during inspection.Alternatively the
#find
if statements could be changed to check forerror.log
. Although this might not work since the ffmpeg command outputs toerror.log
for stderr which might happen even when the command is still running or succeeds.The text was updated successfully, but these errors were encountered: