Forums » Help & Troubleshooting



JS Errors

Can anyone shed any light on this. It was picked up by New Relic :

Message Script error
Exception type UncaughtException
Approximate time Today, 16:27
URL /stag-party/
Browser Windows IE 8
User agent Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; .NET4.0E; Lincoln College)
Stack trace
UncaughtException: Script error
at http://static.getclicky.com/js

Posted Tue Dec 16 2014 9:05a by Tallblo***


Did it happen over and over again? If so, it's due to you logging a JSON control character without escaping it such as ", t, n. There's a bug in the encoding / decoding in the library that will cause things to break if you log these without escaping them first and the issue will continue every few seconds until the cookie expires. For example if you try executing clicky.log('/', '"', 'click').

Posted Wed Dec 17 2014 4:40p by papercult***


You must be logged in to your account to post!