We just upgraded a client to 8.1.10 from 8.0.16.
The system uses a lot of scripting so we have Views that call Project Library script function (which call others…). I’ve noticed that when there is an error (e.t. due to my fat-fingers) I am no longer getting as much detailed information in the log. Previously I’d get information that pointed me through the various scripts and the line number in those scripts that tracked to the ultimate source of the issue. Now I’m only getting information like the following:
Error running main/vacuum_seal@C/root.onMessageReceived(self, payload): UnboundLocalError: local variable 'partsMatch' referenced before assignment
It only references the calling function (in this case a message handler in the View) but does reference the variable (‘partsMatch’) which is in the end of the line script where the error is.
What has happened to the extra detail in the messages?
Is there a way to turn this back on?
Thanks.