jbhaywood/foundryvtt-honeyheist

Can't open Actor sheets

Closed this issue · 2 comments

Foundry 0.8.6.

When making a new Actor, the following error prevents Actor Sheet opening

foundry.js:2032 Foundry VTT | Rendering HoneyHeistActorSheet
foundry.js:2005 TypeError: An error occurred while rendering HoneyHeistActorSheet 27: Cannot convert undefined or null to object
    at Object.<anonymous> (main.js:15)
    at Object.c (handlebars.min.js:27)
    at eval (eval at createFunctionContext (handlebars.min.js:29), <anonymous>:10:240)
    at Object.h [as fn] (handlebars.min.js:27)
    at Object.select (foundry.js:3828)
    at Object.c (handlebars.min.js:27)
    at Object.eval [as main] (eval at createFunctionContext (handlebars.min.js:29), <anonymous>:53:129)
    at c (handlebars.min.js:27)
    at d (handlebars.min.js:27)
    at e (handlebars.min.js:28)

Hm, something must have changed in 0.8.x, which I haven't installed yet. Thanks for letting me know. I'll try and look into it soon.

Should be fixed now thanks to @drewg13.