Closed PhilipDh closed 3 years ago
The latest version does not support 0.7.x anymore. You could download and manually install an older release from the releases page.
On Jun 23, 2021, at 3:33 AM, Philip Dahmen @.***> wrote:
I am running Foundry on version 7.10 and have the DnD 5e system running, but the info icons are not displaying at all. I get the following error when opening the console:
Uncaught (in promise) TypeError: Cannot read property 'system' of undefined at Function.addTokenInfoButtons (token-info-icons.js:8) at token-info-icons.js:176 at Function._call (eval at (libWrapper-error_listeners.js:56), :4:14) at Function.call (foundry.js:2481) at TokenHUD._render (foundry.js:4547) at async TokenHUD._render (foundry.js:20787)
I already found a temporary fix by changing any occurence of "game.world.data.system" to "game.world.system". It seems that Foundry has changed the way to access this information from 7.8 (maybe 7.9) to 7.10
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
I am running Foundry on version 7.10 and have the DnD 5e system running, but the info icons are not displaying at all. I get the following error when opening the console:
Uncaught (in promise) TypeError: Cannot read property 'system' of undefined at Function.addTokenInfoButtons (token-info-icons.js:8) at token-info-icons.js:176 at Function._call (eval at (libWrapper-error_listeners.js:56), :4:14)
at Function.call (foundry.js:2481)
at TokenHUD._render (foundry.js:4547)
at async TokenHUD._render (foundry.js:20787)
I already found a temporary fix by changing any occurence of "game.world.data.system" to "game.world.system". It seems that Foundry has changed the way to access this information from 7.8 (maybe 7.9) to 7.10