Adding filter to report hang/fail on JS error - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Adding filter to report hang/fail on JS error (/showthread.php?tid=2133) |
Adding filter to report hang/fail on JS error - addady2 - 03-25-2021 The error in the console is: Code: content_script.js:23376 Uncaught TypeError: Cannot read property 'innerText' of undefined It show RED X at the end on the labels line: Code: let chartDataObject = { Its look like its because of the question mark (") on one of the labels array data! I believes you need to add back slash to before the question mark (\") when generating the labels array. RE: Adding filter to report hang/fail on JS error - joebordes - 03-25-2021 are you using a recent version of coreBOS? I remember fixing that not too long ago RE: Adding filter to report hang/fail on JS error - joebordes - 03-25-2021 commit fecfca70f18af3276da3dd171ac489feb8a46c70 Author: joebordes <joe@tsolucio.com> Date: Thu Dec 24 19:23:26 2020 +0100 RE: Adding filter to report hang/fail on JS error - joebordes - 03-25-2021 please confirm |