kandashi / Active-Token-Lighting

MIT License
23 stars 25 forks source link

Error when installing module in foundry #119

Closed vandervillain closed 1 year ago

vandervillain commented 1 year ago

I get the following error in the console when trying to install the v0.4.01 module through foundry:

setup.js:141 [ATL] Metadata validation failed for module "ATL": The file "/styles/ATL.css" included by module ATL does not exist

Foundry Version 10 - Build 288

Any thoughts?

vandervillain commented 1 year ago
Foundry VTT | Reestablishing existing session
foundry.js:7668 Foundry VTT | Connected to server socket using session
foundry.js:7764 Foundry VTT | Initializing Foundry Virtual Tabletop Game
foundry.js:6729 Foundry VTT | Loaded localization file lang/en.json
foundry.js:5058 Foundry VTT | Rendering Notifications
setup.js:141 [ATL] Metadata validation failed for module "ATL": The file "/styles/ATL.css" included by module ATL does not exist
#logPackageWarnings @ setup.js:141
setup.js:145 [ATL] The module "ATL" contains compendium pack data which uses the deprecated "entity" field which must be migrated to "type"
#logPackageWarnings @ setup.js:145
setup.js:145 [ATL] The module "ATL" is using "author" which is deprecated in favor of "authors"
#logPackageWarnings @ setup.js:145
setup.js:145 [ATL] The module "ATL" is using the old flat core compatibility fields which are deprecated in favor of the new "compatibility" object
#logPackageWarnings @ setup.js:145
foundry.js:6845 Foundry VTT | Retrieved and compiled template templates/setup/parts/package-tags.html
foundry.js:5058 Foundry VTT | Rendering SetupConfigurationForm
foundry.js:6845 Foundry VTT | Retrieved and compiled template templates/setup/setup-config.html
foundry.js:5058 Foundry VTT | Rendering ApplicationConfigurationForm
foundry.js:6845 Foundry VTT | Retrieved and compiled template templates/setup/application-configuration.html
foundry.js:5058 Foundry VTT | Rendering InstallPackage
foundry.js:6845 Foundry VTT | Retrieved and compiled template templates/setup/install-package.html
foundry.js:6845 Foundry VTT | Retrieved and compiled template templates/app-window.html
foundry.js:58721 Errors were encountered while installing the package. Consult your console log (F12) for details.
fetch @ foundry.js:58721
setup.js:141 [ATL] Metadata validation failed for module "ATL": The file "/styles/ATL.css" included by module ATL does not exist
#logPackageWarnings @ setup.js:141
setup.js:145 [ATL] The module "ATL" contains compendium pack data which uses the deprecated "entity" field which must be migrated to "type"
#logPackageWarnings @ setup.js:145
setup.js:145 [ATL] The module "ATL" is using "author" which is deprecated in favor of "authors"
#logPackageWarnings @ setup.js:145
setup.js:145 [ATL] The module "ATL" is using the old flat core compatibility fields which are deprecated in favor of the new "compatibility" object
#logPackageWarnings @ setup.js:145
foundry.js:5058 Foundry VTT | Rendering ApplicationConfigurationForm
vandervillain commented 1 year ago

Sorry, appears to be a duplicate of this issue: https://github.com/kandashi/Active-Token-Lighting/issues/114