Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Empty NPC Browser #47

Open
caprichozow opened this issue Sep 29, 2022 · 3 comments
Open

[Bug] Empty NPC Browser #47

caprichozow opened this issue Sep 29, 2022 · 3 comments

Comments

@caprichozow
Copy link

caprichozow commented Sep 29, 2022

So as soon as I got over to V10 from V9 I noticed that the NPC browser tab from the Compendium Browser wasn't really working, I did try to look for an open issue about it or it being marked as a known issue somewhere but I didn't really find it.
It is important to note that the only tab that doesn't work is the NPC one, and that it did previsouly work fine in V9 in this very same world, I don't know if the module is not working properly or if it is something else.

The Monster Compendia is even listed
image
image

But it doesn't seem to load regardless, anyways I think that's about it, if you need further information I'm more than glad to provide them!

@Kordin7
Copy link

Kordin7 commented Oct 11, 2022

i have the same issue. i can not search creature codex or tome of beasts with compendium browser v10.
they do have the check mark

@spetzel2020
Copy link
Collaborator

spetzel2020 commented Oct 11, 2022 via email

@Kordin7
Copy link

Kordin7 commented Oct 11, 2022

thx. so. i had to go through each of my other modules and make sure all were converted to v10 and then compendium browser worked.

/ Migrate all unlocked compendiums in opened in this world to V10
function migrateAllCompendiums(value, key, map) {
if(!value.locked)
game.dnd5e.migrations.migrateCompendium(value);
}

game.packs.forEach(migrateAllCompendiums);

is what i had to run to get stuff to work properly. hope this helps someone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants