-
-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissions problems #534
Comments
Not sure, but seems like this is a newer issue. From all my previous testing on macOS it was not something that would usually happen. However, your proposition is good, we definitely will add something like this to the readme. 👍 UPDATE: added a new section to the docs: https://github.com/inlife/nexrender#problems Cheers! |
|
@Daryakhan182 try using one of supported presets like mp4, and changing the output file as well. For more info: https://github.com/inlife/nexrender/tree/master/packages/nexrender-action-encode |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Experiencing the same issue as @benwoodward I have allowed access to both aerender & the tmp/nexrender but i still get this error: `> starting nexrender-cli
|
@mcmenaminconall this is an issue with OSX 11.4 #607 |
having a similar problem in mac sonoma 14.5 bob@dan-MacBook-Air automation % sudo ./render_jobs.sh
nexrender is changing the default aerender log path to the project folder. If you want to keep the old behavior and mute this message, please set the environment variable NEXRENDER_ENABLE_AELOG_LEGACY_TEMP_FOLDER to true. Right now, the old behavior is still the default, but this will change in the next minor releases. [sNONt7zpy6owdqI_S-K3H] rendering reached an error: After Effects error: Error in output for render queue item 1, output module 1. Can not create a file in directory /tmp/nexrender/sNONt7zpy6owdqI_S-K3H. Try checking write permissions. [sNONt7zpy6owdqI_S-K3H] rendering took ~13.116 sec. WARNING:After Effects warning: File “this-or-that.aep” is locked. You can’t save any changes to this file. catching the error internally
i installed through node.js here is the log: WARNING:After Effects warning: File “this-or-that.aep” is locked. You can’t save any changes to this file. that's it |
Just ran into a couple of permissions issues using
nexrender-cli
for the first time. The first issue:I fixed this with:
sudo chmod 777 /Applications/Adobe\ After\ Effects\ 2020/
Second permissions issue was:
This issue was fixed with:
chmod 777 /tmp/nexrender
.Information about environment
Which version of nexrender are you using?
1.23.1
What kind of the setup do you have? (server+worker or cli)
cli
Are you using pre-built binaries or globally installed npm packages?
globally installed npm packages
Which kind (and version) of operating system you are running it in?
Expected behavior
Expected there to be information in the README about this at least. Ideally a user-friendly error with instructions on how to fix the issue.
The text was updated successfully, but these errors were encountered: