Packetdancer / Versionary

A simple tool that bakes version data into ARK Survival Ascended mods upon uploading to Curseforge.
MIT License
2 stars 0 forks source link

Stuck on "Checking version of cooking tools..." #1

Open digitalfiz opened 3 months ago

digitalfiz commented 3 months ago

When I click Upload versioned mod it gets stuck on the titles message and I see this in the logs. It's just a warning but maybe it will help?

TryConvertFilenameToLongPackageName was passed an ObjectPath (/Versionary/Uploader/ModUploadWindowNew_Vers.ModUploadWindowNew_Vers) rather than a PackageName or FilePath; it will be converted to the PackageName. Accepting ObjectPaths is deprecated behavior and will be removed in a future release; TryConvertFilenameToLongPackageName will fail on ObjectPaths.

Screenshot 2024-07-03 003137

digitalfiz commented 3 months ago

Figured it out. I am not sure if this was something that was changed or what but this error was keeping the wbp from compiling so I took set members node out and just pipped the cooking options directly into the make create mod file request.

Screenshot 2024-07-03 004637

Screenshot 2024-07-03 004814