Jump to content

API Tutorial Errors


Mike

Recommended Posts

A few errors/typos I've found while doing the tutorial and the fixes I made to get it working. I list the section, then the error, then the fix

1. Creating>Tasks

Error:createtaskerror.JPG.d7fa07abfb3b0dffc001

Change to:

project.createTask('a task', taskType, taskStatus)

shot.createTask('a shot task', taskType, taskStatus)

 

2. Using Lists

Error: usinglistserror.JPG.796f1e71ecef0cee539c

Change to:

dailies.append(version)

Link to comment
Share on other sites

On 5/27/2016 at 6:40 PM, Mike said:

Change to:

project.createTask('a task', taskType, taskStatus)

shot.createTask('a shot task', taskType, taskStatus)

 

I tried the code and it turns out that the documentation has the incorrect order of taskStatus and taskType. It should be:

project.create('Task', 'a task', taskStatus, taskType)

 

On 5/27/2016 at 6:40 PM, Mike said:

Change to:

dailies.append(version)

Thank you! I will update this!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...