AerospikeError: UDF: Execution Error 1

Thanks @pgupta. I can see the script in the clientside with proper permissions. I tried running python examples/client/udf_list.py and this listed the module i registered. [{‘content’: bytearray(b’‘), ‘type’: 0, ‘hash’: bytearray(b’b1426d8f88b597f40fee048fdb6462dae17fb986’), ‘name’: ‘disabled_filter.lua’}] Also, I am using node js and did not find any equivalent udf list in the api docs. Hence used python to see if the module is listed.