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
On a mac machine, command line usage produces an error as below
/path/to/translateLocally.app/Contents/MacOS/translateLocally -i text.de.srt -m de-en
Hint: Files might not be accessible by translateLocally because it is running inside Apple's sandbox. Try piping the file into translateLocally:
translateLocally -m de-en < "text.de.srt"
"Couldn't open input file:text.de.srt"
How to bypass the sandbox write/read restriction?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for your great work!
On a mac machine, command line usage produces an error as below
How to bypass the sandbox write/read restriction?
Thanks.
The text was updated successfully, but these errors were encountered: