Hi guys, so I encountered this error "Scripting[system_util_tag]", can you help how to find and debug this error

Hi guys, so I encountered this error “Scripting[system_util_tag]”, can you help how to find and debug this error?
because i have no idea where to look at because of lack of info in the error.

Advanced Thanks!

you are somewhere using in your code a function “send”() and give it a property while it doesnt need one.

Yes, i think so too, but I cant find where did i put that script :upside_down_face:

btw thanks for the comment sir!

im guessing its in an expression runScript()
you can use find to search through scripts and expresssions

1 Like

okay, ill try that, thanks sir.

1 Like

it worked, i found the existing script, Thanks to you sir.

1 Like

Nice :slight_smile:
usualy the logs show where it happend, but sometimes you just have to use the good old ctrl+f xd

1 Like