When generating a RootTheBox XML export with juice-shop-ctf-cli, the <categories> section encodes category names as an attribute (name="...") rather than text content. RootTheBox's XML importer expects category names in text, so categories are not properly created and all boxes fail to import with NoneType errors.
When generating a RootTheBox XML export with
juice-shop-ctf-cli, the<categories>section encodes category names as an attribute (name="...") rather than text content. RootTheBox's XML importer expects category names in text, so categories are not properly created and all boxes fail to import withNoneTypeerrors.