I am running list_media_items_by_path_with_media_reference(ctx) in a Foundry Code Repository (not local), with transforms-media installed and listed in meta.yaml. The MediaSet path is correct, files exist in the MediaSet, and ctx is the first argument. Despite this, the function returns None. I have checked file types, permissions, and rebuilt after uploading files. What else could cause this?
A NoneType object does not have an attribute select. Please check the spelling and/or the datatype of the object.
/transforms-python/src/myproject/datasets/pdfusingmedias.py
media_items_listing = media_input.list_media_items_by_path_with_media_reference(ctx)