Hi all,
I am trying to find versions by checking their uploaded movie.
I thought the usual filter syntax would work, e.g.:
filters = [['project', 'is', {'type': 'Project', 'id':show_id}],
['sg_uploaded_movie', 'is', mov_name]]
versions = self.CONNECT.find('Version', filters, columns)
But I get an error saying:
shotgun_api3.shotgun.Fault: API read() Version.sg_uploaded_movie’s ‘url’ data type cannot be used in a filter
What is the best way to do this? I don’t think finding all versions in a project to then check their “sg_uploaded_movie” field is very efficient, right?!
Cheers,
frank