Issues in Updating a Helper Script

Following are the errors you may face when trying to update Helper Scripts, with their possible causes and solutions:
Error Message Possible Cause Possible Solution
Syntax error/Indentation Error Validated python script may contain syntax or indentation errors. Fix the syntax or indentation errors in the python script.
Module not found Validated python script may contain modules that are not available in python/AppViewX or imported module name is wrong. Import the module with the right name or add the required modules to AppViewX.