You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shotgun_api3.shotgun.Fault: API read() CRUD ERROR #10: Read failed for entity type [Version]
This is probably an issue on the server side rather than the python api client, but I would expect to be able to sort by the Playlists > Sort Order field though the API in the same way you can through the UI.
The text was updated successfully, but these errors were encountered:
More specifically, this is an issue because when the UI is sorted by Playlist -> Sort Order and an Action Menu Item is triggered, the POST payload from Shotgrid includes sort_column: playlists.PlaylistVersionConnection.sg_sort_order
However, querying the API using that sort column triggers this ambiguous CRUD error.
I would expect any sort_column value that is provided by Action Menu Items or Webhooks to be valid a sort order field for an api find() query, but that doesn't always seem to be the case.
At the very least, it would be nice if the error message was more descriptive.
The following code:
Results in the following error:
This is probably an issue on the server side rather than the python api client, but I would expect to be able to sort by the
Playlists > Sort Order
field though the API in the same way you can through the UI.The text was updated successfully, but these errors were encountered: