wolfram-notebook-embedder icon indicating copy to clipboard operation
wolfram-notebook-embedder copied to clipboard

Can't capture 'Rejected unsafe expression'

Open kubaPod opened this issue 3 years ago • 0 comments

When using setDynamicModuleVariables method one may face an unsafe expression warning:

Rejected unsafe expression bar during evaluation of ExecuteInDynamicModules[{HoldComplete[FE`x$$...]}, {}, {AsynchronousEvaluate["uuid", Set[FE`x$$..., bar[2]]]}, {}]

But that warning is a side effect and it can't be captured neither in then/catch for the method nor as an 'error' event of the notebook. What is the proper way to handle this?

kubaPod avatar Feb 10 '22 05:02 kubaPod