Closed ctbritt closed 1 year ago
Hi @ctbritt,
I just tried on a new project, removed my coding copy, pulled the module from Foundry and it loads fine for me:
Note that ItemPiles needs libWrapper
and socketlib
If you have a chance, it might be useful to open the Developer Tools and let me know if there are any errors.
Cheers,
Thomas
yeah, I have the same module set up as you, and it's just not showing up. No error messages in the console that I can see either.
Hi,
Just to confirm, do you mean it is not listed in the module management page? Can you let me know which version of Foundry you are using and which platform so that I can try to repro?
Something you could try if you want is activating the module by setting it to true
in the settings file of your world.
Given a world named ramblings
, in your Foundry preferences you will find a FoundryVTT/Data/worlds/ramblings/data/settings.db
file,
Then after the second curly brace here (note that I have many of them for some odd reason, Foundry bug?):
{"key":"core.moduleConfiguration","value":"{
You could try to add this entry: \"kels-utilities\":true,
as follows:
{"key":"core.moduleConfiguration","value":"{\"kels-utilities\":true,
yeah, it's listed as enabled in the module list. But it's not showing up in the config settings panel.
just checking my settings.db, and the key combo you mentioned is in there. kels-utilities
is set to true.
Out of curiosity, do you see this log line:
I created a Windows VM on GCP to check whether Windows could be causing issues (I'm on macOS) and it was fine:
I'm really sorry it is not working for you and genuinely interested to know why!
A FoundryVTT Discord user was suggesting to test the following possibly:
@ctbritt : FYI, I released a new version yesterday!
Idk if it's related but I don't see the settings either, however I see this in the console :
Edit : Yes, it was a typo : Changed to :
And now I can see the settings.
Oh! Great catch @Steelskinz, I will fix that tonight! I'm wondering how it is on my filesystem and how can it work.
New release is up, hopefully this should address the problem. I still have no clue why it loads, macOs and Windows are case-insensitive by default, are you guys on Linux?
I still receive the error after updating to the newest release.
Failed to load resource: the server responded with a status of 404 ()
https://assets.forge-vtt.com/bazaar/modules/kels-utilities/0.2.2/scripts/lib/Constants.js
New release is up, hopefully this should address the problem. I still have no clue why it loads, macOs and Windows are case-insensitive by default, are you guys on Linux?
My server is running on ubuntu indeed.
Thanks @ravingdragoon and @Steelskinz!
Sorry, I indeed missed a last import. Third time the charm?
Cheers,
Thomas
Fixed, Third was the charm like expected !
Awesome, thanks for your patience! :)
Closing!
Yes! It's showing up now. Yes, I was hosting on a linux cloud box, so the case of the Contents.js seems to have been what was mucking it up.
Thanks!
Nothing showing up, even when the only modules active are ItemPiles, Libwrapper, and Kel's Utilities.