HeroCreationLab/hero-creation-tool

No pack for name [null]!

Closed this issue · 10 comments

ccjmk commented

That is unusual; that error was more of a fail-safe than something I expected someone to see heheh

What version of:
a) Foundry
b) dnd5e system
c) the module
are you using currently?

Could you run this on the console to see what your compendium sources module setting looks like? (also, the module was functioning before and stopped working after you changed something -presumably, the sources for some item type?)

game.settings.get("hero-creation-tool", 'compendiumSources')

image

ccjmk commented

Sorry, I can't see your image, it just shows [image: image.png]. Can you see it here in Github?

My apologies.
image

ccjmk commented

That is even weirder! can we see this live in discord ? PM me at ccjmk#0141 so we can arrange something

ccjmk commented

If you are running v10 now, you can try version 1.9.0, where there's also a new call to reset the sources to default:

await game.modules.get("hero-creation-tool").api.resetSources()

You can give that a try!

Updated the module and it seems to be working fine now!

I have the same issue as above No pack for name [null]!

I have noticed in my foundry system that it looks like its having issues when not using the standard compendiums. In my case I use the DDB importer and it seems that its having an issue not being able to read those compendiums, however if I just use the standard core ones then the tool works.
Capture

ccjmk commented

@hedgehog8711 this looks like another issue, could you open a separate ticket with this, and anything suspicious you see in the console (f12 on chrome, Ctrl + Shift + J on firefox)?

Also, please add to that ticket your foundry version, dnd5e version, module version (and please try this again with just the Hero Creation Tool enabled)