League-of-Foundry-Developers / party-overview

Provides an instant overview about vital stats of the players active in the current scene
MIT License
1 stars 4 forks source link

Error on init #3

Closed mech-tools closed 3 years ago

mech-tools commented 3 years ago

image

Dumbhuman commented 3 years ago

I get the same error in the console and can't see any evidence of the module doing anything even with all other modules disabled. No settings visible, no button to open the overview window on the Actors tab (I think that's where it used to show up).

image

Red5Phil commented 3 years ago

I am having the same issues as the other users. No indication of the module being present in foundry even when loaded alone.

JLuebben commented 3 years ago

I can reproduce this. At first glance it looks like a left-over import statement in src/app.index.js is the culprit.

Removing the first line in src/app/index.js import Tooltip from "../tooltip/index.js"; seems to fix it. However, I didn't test if all features still work as expected.

You can try this fix on your server yourself if it is urgent. Simply delete the first line in the file /Data/modules/party-overview/src/app/index.js and restart foundry vtt.

Zamrod commented 3 years ago

Fixed in 2.4.2

mech-tools commented 3 years ago

No error on startup, but no party overview either. Or I didn't understand what the module is supposed to do.

Zamrod commented 3 years ago

There should be a button at the top of the actor directory called Party Overview. When you click it, it should show you the party overview window.

On Wed, Jan 13, 2021 at 3:12 AM DarKDinDoN notifications@github.com wrote:

No error on startup, but no party overview either. Or I didn't understand what the module is supposed to do.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/League-of-Foundry-Developers/party-overview/issues/3#issuecomment-759313670, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC75BGKTBXELGMXFCV6BFU3SZVPZTANCNFSM4V7LUOTA .

-- Chris Wachal