Award validation errors out on non-existent Title ID. Line 414 tries to load title data using SQLloadTitle, but doesn't check for errors. if "title" is None, then 'title[TITLE_PARENT]' errors out on line 415.
Anonymous