Evening all, Please forgive me for being a total html novice but i've been making (what feels like) good progress with creating a custom sheet for an upcoming playtest but at some point in my travels, multiple non-terminating errors have started appearing in the console whenever a charactersheet loads/reloads ala below: "ERROR parsing formula: undefined" "TypeError: formula is undefined" I promise you that I have attempted to trace the errors via the debugger tool and some googlefu but my general lack of understanding and the absolute lack of clarity therein haven't made it very helpful to me... stranger still every piece of the sheet appears to be functioning
correctly so it's unclear what if anything is failing to parse. I've no idea when they got introduced or i'd fiddle with my last edited section of code until they went away and I know for a fact that i've made large amounts of progress since they first started appearing so attempting to roll back the whole sheet is a no-go. Through a process of elimination (removing large blocks of code and testing the sheet piecemeal until the errors go away) i've identified that my sheet-workers & roll-templates are all OK and have discovered generally which section/s the errors occur in but I've no idea what I'm looking for to fix them. My instinct was an ill-defined type="ABC" but I'm struggling to see anything wrong. If anyone with more familiarity with html or the roll20 specific syntax has any insight i'd be glad to hear it. Alternatively as they are non-terminating errors and everything appears to be working I could ignore them, but this doesn't feel quite right. EDIT: I'd post the code itself but I don't expect anyone to comb through it on my behalf, it's also over 1200 lines all-told. I could post one of the "known troublesome" sections that is on the shorter side but I don't want to take the piss.