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
When /generated/tmp/ does not exist, Stash fails to generate video previews.
To fix this, we should implement a condition to check if the failing error is os.isnotexist(), then create the directory path and then reattempt the createtemp function.
So, in addition to the standard check on if err != nil, we would write:
When /generated/tmp/ does not exist, Stash fails to generate video previews.
To fix this, we should implement a condition to check if the failing error is os.isnotexist(), then create the directory path and then reattempt the createtemp function.
So, in addition to the standard check on
if err != nil
, we would write:The text was updated successfully, but these errors were encountered: