ardittristan / VTTColorSettings

adds color picker as settings option in Foundry VTT
MIT License
10 stars 9 forks source link

Unable to Install #28

Closed ultimondo closed 2 years ago

ultimondo commented 2 years ago

Not sure if this is the right place to post this. I am generally illiterate when it comes to stuff like this.

I am unable to install this module on Foundry VTT. I am running the latest release of Version 9, but it doesn't seem to matter which release I am using nor what method of installation.

Whenever I try to install the module, the blue bar reaches 100%, but I never get the message stating that the module successfully installed. The "package" option in the bottom left portion of the Add-on Modules screen perpetually loads. If I then try to install a different mod the second module will install correctly and then I will get two notifications that the same module (the second one) installed twice. When I go back to the Add-on Modules screen, I don't see the module installed, though the second module will be present.

I am at a loss for how to work around this issue. I have tried reinstalling Foundry multiple times to no avail. I have tried uninstalling all modules and then reinstalling also to no effect. This module is a prerequisite for others that I would like to use, so this is a roadblock for me.

Any ideas?

willmchenry commented 2 years ago

I am also experiencing the same error!

IcarusMelted commented 2 years ago

Same here!

Lrizika commented 2 years ago

I believe the issue is that the manifest JSONs for prior versions (e.g. https://raw.githubusercontent.com/ardittristan/VTTColorSettings/2.8.4/module.json) have incorrect manifest and download values - they both point to the most recent version of colorsettings, which is only compatible with Foundry V10. To be specific, they are:

    [...]
    "manifest": "https://raw.githubusercontent.com/ardittristan/VTTColorSettings/master/module.json",
    "download": "https://github.com/ardittristan/VTTColorSettings/releases/latest/download/colorSettings.zip",
    [...]

As a workaround, you can manually install the release from https://github.com/ardittristan/VTTColorSettings/releases/download/2.8.4/colorSettings.zip .

IcarusMelted commented 2 years ago

When attempting to manually install the module, it does not appear in the module manager, any tips?

ultimondo commented 2 years ago

I have the same issue is IcarusMelted. Notably, if I go to user data and check the modules folder, I can see colorsettings present. But when I boot up Foundry, it isn't listed in the modules section. When I launch my world, it doesn't appear in the Manage Modules section of the game settings. Since there is no box for me to check off, I don't think Foundry recognizes that it is active (or maybe it can't activate because I can't check the box off).

ardittristan commented 2 years ago

should be fixed now

ultimondo commented 2 years ago

It's working for me now, thank you so much!