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
It is an ImageMagick convert job. We are using the Terrapin ProcessRunner on Arch linux. Any tips would be helpful! I will also be opening a minor PR (#13) to inspect the exit status instead of depending on its to_s method.
We are getting what seems to be a
nil
exit status (log says:...returned . Expected 0
message from here in Terrapin: https://github.com/thoughtbot/terrapin/blob/master/lib/terrapin/command_line.rb#L92-L94), but we aren't completely sure what's going on.It is an ImageMagick convert job. We are using the Terrapin ProcessRunner on Arch linux. Any tips would be helpful! I will also be opening a minor PR (#13) to inspect the exit status instead of depending on its
to_s
method.Full Sentry error here: https://sentry.io/share/issue/9c19add2e75c4d2598ebb728ba477c32/
The text was updated successfully, but these errors were encountered: