Jump to content

Project exists but can't be accessed by API


tdugard

Recommended Posts

 

Hello, we are facing a strange bug, we've created a project in ftrack and can't access it via API :

The code below :
 

ftrack_session.query('Project order by name asc')

returns all the project except the one we wanted so i've tried with the correct project id from ftrack info panel :

ftrack_session.query('Project where id is "{0}"'.format(project_id)).first()

returns NoneType.

That is the first time we are facing this bug. How to make it work properly. (in ftrack connect we can see the project)

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...