zarmstrong / hlo-importer

A module for Foundry VTT that converts and imports Herolab Online 2e characters.
MIT License
6 stars 8 forks source link

Issue importing sheet #1

Closed kmanrulze closed 3 years ago

kmanrulze commented 3 years ago

Importing sheets by tokens seems to be broken. Verified proper tokens were being used for imports, and verified with a secondary source that the importing function is broken on other machines as well with several different types of sheets.

Only outside variable is that in Hero Labs, characters are using custom ancestry options. Wasn't an issue before, so may be due to a breaking change on the PF2e sheet set, but below is the error that occurs on importing

image

zarmstrong commented 3 years ago

Thanks, I have a work-around in place, no update needed to the module. Something went funky with their SSL cert, so I'm going to have to do further digging to put in a proper fix.

zarmstrong commented 3 years ago

image

zarmstrong commented 3 years ago

They have misconfigured their server. Not an issue on my end. That said, I should put in some better error handling to prevent this from silently failing.

kmanrulze commented 3 years ago

Fair enough. Yeah having a front end message of some kind would be good to have, or even some console message at least to narrow down issues when they happen