Daw588 / vanita

Save, and wear Roblox outfits with nice-to-have features like importing, exporting, and tagging.
GNU Affero General Public License v3.0
12 stars 4 forks source link

if i try to save any r15 outfit it doesnt work and says to report bug (read description) #7

Open Craine353 opened 4 months ago

Craine353 commented 4 months ago

[ { "code": "invalid_type", "expected": "number", "received": "undefined", "path": [ "character", "assets", 17, "meta", "order" ], "message": "Required" } ]

Craine353 commented 4 months ago

it works with r6 outfits but it doesnt with r15, maybe theres a problm with layered clothing because i also added layered clothing to my r15 avatars, but great extension... actually it could be that i used rthro body parts and not blocky

Craine353 commented 4 months ago

also if i try to save an avatar that is too big or too tall it says this:

i think it might not support the triple headed trouble bundle

[ { "code": "too_big", "maximum": 25, "type": "string", "inclusive": true, "exact": false, "message": "String must contain at most 25 character(s)", "path": [ "name" ] } ]

and the bazooka bones bundle

[ { "code": "invalid_type", "expected": "number", "received": "undefined", "path": [ "character", "assets", 17, "meta", "order" ], "message": "Required" } ]

and it doesnt support a few of heads or dynamic heads

Daw588 commented 4 months ago

It looks like you have an outfit with a tag that has more than 25 characters, I'm not sure how you managed to do that, perhaps you could export the outfit and share it here if you don't mind so I can see. As for the bundle, it seems like it's using metadata format that the program doesn't recognize, I will take a look at it when I can. I appreciate all the additional information you have provided, including the error messages associated with it; it's very helpful.