try: ... except IndexError: except OSError as err: except (OSError, IndexError, struct.error, OverflowError, UnicodeDecodeError): except plistlib.InvalidFileException: except (IOError, plistlib.InvalidFileException):