ardittristan / 5eSheet-resourcesPlus

A module that allows you to add more resources to 5e character sheets
GNU General Public License v3.0
9 stars 5 forks source link

An error occures with TidySheet 5E in 0.8.6 #14

Closed Bryn1701 closed 3 years ago

Bryn1701 commented 3 years ago

As the title says, there is an error when you try to edit features on a character sheet with 5eSheet-resoucesPlus enabled with Tidysheet5e. I used Find the Culprit to narrow it down and did indeed find the issue to be this module. It seems to be when both are enabled it kicks up an error when trying to edit any Feat, or features on a character sheet.

This is the error in question. foundry.js:2005 TypeError: An error occurred while rendering Tidy5eItemSheet 94: CombatTrackerConfig.prototype.getAttributeChoices is not a function at Tidy5eItemSheet.wrapperFunction (itemSheet5e.js:22) at z.🎁call_wrapper [as call_wrapper] (libWrapper-wrapper.js:532) at Tidy5eItemSheet.🎁game.dnd5e.applications.ItemSheet5e.prototype._getItemConsumptionTargets#0 (libWrapper-wrapper.js:144) at Tidy5eItemSheet.getData (sheet.js:57) at Tidy5eItemSheet._render (foundry.js:2041) at z.🎁call_wrapped [as call_wrapped] (libWrapper-wrapper.js:448) at Tidy5eItemSheet.🎁Application.prototype._render#lib-wrapper (libWrapper-errors.js:268) at Tidy5eItemSheet.🎁Application.prototype._render#0 (libWrapper-wrapper.js:142) at Tidy5eItemSheet._render (foundry.js:2728) at Tidy5eItemSheet.render (foundry.js:2003)

Hope this helps. I love using this module, I cannot live without it!