MrPrimate / pathmuncher

Munch Pathfinder 2e characters into Foundry from Pathbuilder
MIT License
23 stars 6 forks source link

When trying to import character it hangs at 'Cooking (Armor)...' #33

Open JKFWEB opened 9 months ago

JKFWEB commented 9 months ago

Describe the bug When importing one of my players characters it never finishes and displays 'Cooking (Armor)...'

To Reproduce Steps to reproduce the behavior:

  1. Create a new actor
  2. Open Actor
  3. Click on Pathmuncher
  4. Type in ID number of 223750
  5. Click the Import button
  6. It's starts processing but never completes

Expected behavior The import should create a character with all of the details from Pathbuilder.

Screenshots image

Environment:

Additional context Console Errors below:

pathmuncher | ERR > Unable to match Wand of Mercy (1st-Level Spell) Object

logger.js:60 pathmuncher | ERR > Unable to match Wand of Mercy (2nd-Level Spell) Object

logger.js:60 pathmuncher | ERR > Unable to match weapon item Shield Bash Object

foundry.js:6629 TypeError: Cannot set properties of undefined (setting 'value') at Pathmuncher.applyRunes (Pathmuncher.js:1616:1) at #generateArmorItems (Pathmuncher.js:1709:1) at async #processEquipment (Pathmuncher.js:2152:1) at async Pathmuncher.processCharacter (Pathmuncher.js:2352:1) at async PathmuncherImporter._updateObject (PathmuncherImporter.js:104:1) at async PathmuncherImporter._onSubmit (foundry.js:6626:7)

JKFWEB commented 9 months ago

Additionally the other two characters I imported seemed to work fine, it's specifically this character that fails.

MrPrimate commented 9 months ago
PersonalDaemon commented 9 months ago

I've had the same issue with some characters hanging at cooking armor, but not all. I unsuccessfully tried a couple 'fixes' like removing dual class, 3rd party stuff, and the 'custom' armor.

https://pathbuilder2e.com/launch.html?build=609141 link to character with known hang

MrPrimate commented 9 months ago

I've had the same issue with some characters hanging at cooking armor, but not all. I unsuccessfully tried a couple 'fixes' like removing dual class, 3rd party stuff, and the 'custom' armor.

https://pathbuilder2e.com/launch.html?build=609141 link to character with known hang

Please try v0.11.6 it has a fix for the shield that caused the issue here!

JKFWEB commented 9 months ago
  • In Pathbuilder please got to Export -> "Share Copy of Character" and provide the link.

https://pathbuilder2e.com/launch.html?build=609593

Sorry i had to wait for the user to get back to me with the link you requested.

MrPrimate commented 9 months ago
  • In Pathbuilder please got to Export -> "Share Copy of Character" and provide the link.

https://pathbuilder2e.com/launch.html?build=609593

Sorry i had to wait for the user to get back to me with the link you requested.

Can you try with the latest version as well please

JKFWEB commented 9 months ago
  • In Pathbuilder please got to Export -> "Share Copy of Character" and provide the link.

https://pathbuilder2e.com/launch.html?build=609593 Sorry i had to wait for the user to get back to me with the link you requested.

Can you try with the latest version as well please

I just got a chance to test and the character imported correctly now! Thanks Jack!