Got the error below. Seems like the mistake is that, on line 260 of ShotgunUtils, the ‘p’ in ‘parse’ should be capitalized. Is there a more formal route I should take with this? (Presuming I’ve actually found something)
An error occurred in the “OnJobFinished” function in events plugin ‘Shotgun’: AttributeError : type object ‘FrameUtils’ has no attribute ‘parse’ (Python.Runtime.PythonException)
2017-10-11 14:49:07: File “none”, line 235, in OnJobFinished
2017-10-11 14:49:07: File “none”, line 132, in CreateShotgunVersion
2017-10-11 14:49:07: File ***/DeadlineRepository10/events/Shotgun/ShotgunUtils.py", line 260, in AddNewVersion
2017-10-11 14:49:07: frames = FrameUtils.parse( str(frameList) )