A while back, in response to the December 7th releases, I mentioned an error running 2_build_rpy wherein it seemed a dev had messed up the script coding, causing the process to fail. I venture that something similar has happened again, as I am once again receiving an error when running this script;

[Masterpieces] Hermes
Traceback (most recent call last):
File "2_build_rpy.py", line 134, in <module>
name = chara[line['name']]['name']
KeyError: u'sukunahikona'

If I remove [Masterpieces] Hermes, then the script once again crashes, this time at Metatron [Awakened];

Metatron [Awakened]
Traceback (most recent call last):
File "2_build_rpy.py", line 202, in <module>
if not len(line['words']):
KeyError: 'words'

Deleting Metatron [Awakened] will cause the script to once again crash, this time at [Holy Armor Warrior] Athena, though this time the wording of the crash is exactly the same as it was for Metatron.

Removing [Holy Armor Warrior] Athena allows the script to run to completion.

Does anyone have any suggestions for fixing this error?