MrPrimate / pathmuncher

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

Error on Import #3

Closed PeterJMitchell71 closed 1 year ago

PeterJMitchell71 commented 1 year ago

When importing a character from Pathbuilder2e (web client), A secondary actor is created and deleted but the original sheet is not updated, remaining blank.

To Reproduce Steps to reproduce the behavior:

  1. Create a character using Pathbuilder2e webclient
  2. Click on Export
  3. Export as JSON
  4. Note export number
  5. Enter export number into Pathmuncher dialog
  6. Click import

Expected behavior Character values should be imported from Pathbuilder and copied into Foundry PF2 actor sheet

Environment:

PeterJMitchell71 commented 1 year ago

A little further digging leads me to believe this issue is specific to how the subclass for each character is being handled, perhaps a mismatched label somewhere. See line 192 in the log file to see where this crops up. I tried similar with a champion character and got the same issue. A fighter lacks a subclass and imports cleanly.

MrPrimate commented 1 year ago

Thank you for the report. This is to do with some data changes in the latest version of Pathfinder system, a fix will be in v0.1.1 of Pathmuncher, and probably released before you read this!

PeterJMitchell71 commented 1 year ago

Thank you, works perfectly!