
I am getting a Cannot read propery of 'replace' of undefined stack error. It occurs in all browsers that I have tested this log is from Firefox. I have cleared cookies then run it again, I've created new characters and tried again. Chrome seems to run this faster than Firefox. Not sure what it means exactly. Here is the console log: "CLICKED" app.js:35:31749
"Updating character sheet values" app.js:36:6383
"ERROR parsing formula: undefined" app.js:36:9382
TypeError: formula is undefined
Stack trace:
d20.models.Character<.autoCalcFormula@<a href="https://app.roll20dev.net/assets/app.js?1430240454:36:24786" rel="nofollow">https://app.roll20dev.net/assets/app.js?1430240454:36:24786</a>
d20.models.CharacterView<._updateSheetValues/<@<a href="https://app.roll20dev.net/assets/app.js?1430240454:36:9219" rel="nofollow">https://app.roll20dev.net/assets/app.js?1430240454:36:9219</a>
k.forEach@<a href="https://app.roll20dev.net/assets/base.js?1429019847:1:1713" rel="nofollow">https://app.roll20dev.net/assets/base.js?1429019847:1:1713</a>
d20.models.CharacterView<._updateSheetValues@<a href="https://app.roll20dev.net/assets/app.js?1430240454:36:8487" rel="nofollow">https://app.roll20dev.net/assets/app.js?1430240454:36:8487</a>
k.debounce/</n@<a href="https://app.roll20dev.net/assets/base.js?1429019847:1:7634" rel="nofollow">https://app.roll20dev.net/assets/base.js?1429019847:1:7634</a>
app.js:36:9423
"Took 81ms" app.js:36:10161
It seems to happen when I try and change the value select boxes inside of repeating fields. I am not sure what is causing it, but everything seems to run just fine even with the error. However, because it seems to be an issue within repeating sections I'd rather find out if its serious before I start copy and pasting sections of code to use elsewhere. So, basically, is this serious or should I just ignore this error and continue on. If it is serious, what exactly does this mean? I know that most of my posts lately seem to be asking for help, I'm sure it must be getting old but I hope at least this helps others as well.