Thus is the error I get
ERROR: 'opentimelineio._opentime.TimeRange' object is not callable
Traceback (most recent call last):
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader_plugin.py", line 125, in source_group_complete
self.expand_sources()
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader_plugin.py", line 193, in expand_sources
raise e
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader_plugin.py", line 186, in expand_sources
result = otio_reader.read_otio_file(path)
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader.py", line 74, in read_otio_file
return create_rv_node_from_otio(input_otio, context)
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader.py", line 101, in create_rv_node_from_otio
result = WRITE_TYPE_MAP[type(otio_obj)](otio_obj, context)
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader.py", line 370, in _create_timeline
stack = create_rv_node_from_otio(tl.tracks, context)
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader.py", line 101, in create_rv_node_from_otio
result = WRITE_TYPE_MAP[type(otio_obj)](otio_obj, context)
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader.py", line 205, in _create_stack
result = create_rv_node_from_otio(seq, context)
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader.py", line 101, in create_rv_node_from_otio
result = WRITE_TYPE_MAP[type(otio_obj)](otio_obj, context)
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader.py", line 250, in _create_track
result = create_rv_node_from_otio(thing, context)
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader.py", line 101, in create_rv_node_from_otio
result = WRITE_TYPE_MAP[type(otio_obj)](otio_obj, context)
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader.py", line 514, in _create_item
src_or_switch_group, active_src = _create_sources(it, context)
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader.py", line 457, in _create_sources
active_source = add_media(item.media_reference, active_key, commands.addSourceVerbose)
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader.py", line 427, in add_media
media = _create_media(media_ref, context)
File "/Volumes/software/rv/rv-centos7-x86-64-2022.3.1/plugins/Python/otio_reader.py", line 405, in _create_media
blank = _create_movieproc(media_ref.available_range())
TypeError: 'opentimelineio._opentime.TimeRange' object is not callable
e[31m# ocio_source_setup.py - useSourceOCIO - 499 - ERROR: ocio_source_setup : ERROR: Problem occurred while loading OCIO settings for OCIOFile: local variable 'inspace' referenced before assignmente[0m
e[0mINFO: ocio_source_setup : using OCIOLook node for sourceGroup000002_source RVLookPipelineGroup
ignore the OCIO issues in this I know what those are.