Skip to content
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

GetRenderJobStatus does not take job index as argument #2

Open
RedstoneMedia opened this issue Jul 7, 2023 · 2 comments
Open

GetRenderJobStatus does not take job index as argument #2

RedstoneMedia opened this issue Jul 7, 2023 · 2 comments

Comments

@RedstoneMedia
Copy link

project.GetRenderJobStatus does not take a "given job index (int)", but instead a string containing the "JobId" that can be acquired by calling project.GetRenderJobList.
I tried to use project.GetRenderJobStatus with both 0 and 1, both return None, even though these jobs exist.

@deric
Copy link
Owner

deric commented Jul 11, 2023

Which DaVinci Resolve version do you use? For the latest version of this README.TXT, please refer to the local file included with your Davinci Resolve software. (Help > Documentation > Developer). On Linux e.g. in /opt/resolve/Developer/Scripting/README.txt.

@RedstoneMedia
Copy link
Author

I'm using Resolve 18.1.1 Build 7.

In the README it says:
GetRenderJobStatus(jobId) --> {status info} # Returns a dict with job status and completion percentage of the job by given jobId (string).

The README.txt file has been updated on November 22, 2022.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants