File IO Error while serializing CID_030_Athena_Commando_M_Halloween
WorkingRobot opened this issue · 1 comments
WorkingRobot commented
SirWaddles commented
Hmm... File IO Error usually means the file doesn't exist, or maybe is being used by another process?
I can't really think of a reason why that would show up during a parse.
Are you sure that both the uexp and uasset files are present at that location?
When I run it, I seem to get the correct JSON.
[{
"export_type": "AthenaCharacterItemDefinition",
"HeroDefinition": "HID_030_Athena_Commando_M_Halloween",
"DisplayName": "Skull Trooper ",
"ShortDescription": "Outfit",
"Description": "Epic skull trooper outfit. ",
"GameplayTags": {
"gameplay_tags": ["Cosmetics.Source.ItemShop"]
},
"Rarity": "EFortRarity::Quality"
}
]