Do export scripts work when saving onto network to a file directory?

I think this thread may have gotten slightly derailed, so I'd like to bring it back to the main issues you have in exporting.

Yes, there's no specific reasons why export scripts should not work on a network drive. I just tested with your export script on a SMB connected drive and it works fine for me.

Can you define "can't" in this case? Does it give an error? Does it not result in any output? Is the output just incorrect somehow?

I'm not sure what you mean by this. Can you please elaborate?


The best way to help figure out what might be going on would be to do some export script logging.

  1. In the terminal, run this command:
defaults write com.tumult.Hype4 enableExportScriptDebugLogging -bool YES
  1. Relaunch Hype, and then in the terminal run this command:
log stream --style syslog --predicate '(processImagePath contains[c] "hype") && (category != "security_exception")'
  1. Perform an export

  2. Hit Control-C in the terminal, and then copy/paste all the output here (or email it to us).

1 Like