Issues in Creating a Script Hook
Following are the errors you may face when trying to
create hooks based on
Script, with their possible causes and solutions:
| Error Message | Possible Cause | Possible Solution |
|---|---|---|
| Hook name already exists | The Hook name should be unique. | Enter some other name for the Hook. |
| Name has invalid entry | Only a few special characters are allowed. | Allowed characters: '-' , '_' , '(', ')'" |
| 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 the imported module name is wrong. | Import the module with the right name or add the required modules to AppViewX. |
