Hi, I'm trying to validate my app but got these errors: { category: app_cert_validation description: Check that python version is python3 for executables in restmap.conf.. ... message_id: 7004 messages: [{"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_account] should be `python3` executable. File: default/restmap.conf Line Number: 6", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 6}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_settings] should be `python3` executable. File: default/restmap.conf Line Number: 11", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 11}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_variables] should be `python3` executable. File: default/restmap.conf Line Number: 16", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 16}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_alert] should be `python3` executable. File: default/restmap.conf Line Number: 21", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 21}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_sessions] should be `python3` executable. File: default/restmap.conf Line Number: 26", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 26}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_health_logs] should be `python3` executable. File: default/restmap.conf Line Number: 31", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 31}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_node_cpe_changes] should be `python3` executable. File: default/restmap.conf Line Number: 36", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 36}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_node_cpes] should be `python3` executable. File: default/restmap.conf Line Number: 41", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 41}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_assertion] should be `python3` executable. File: default/restmap.conf Line Number: 46", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 46}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_link_events] should be `python3` executable. File: default/restmap.conf Line Number: 51", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 51}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_asset] should be `python3` executable. File: default/restmap.conf Line Number: 56", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 56}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_node_cve_s] should be `python3` executable. File: default/restmap.conf Line Number: 61", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 61}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_node_points] should be `python3` executable. File: default/restmap.conf Line Number: 66", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 66}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_captured_url_s] should be `python3` executable. File: default/restmap.conf Line Number: 71", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 71}, {"code": "reporter.fail(reporter_message, file_path, handler.lineno)", "filename": "check_rest_endpoints.py", "line": 126, "message": "The handler of stanza [admin_external:TA_nozomi_networks_add_on_links] should be `python3` executable. File: default/restmap.conf Line Number: 76", "result": "failure", "message_filename": "default/restmap.conf", "message_line": 76}] following the solution on this post I added the puython3 conf to restmap: [admin_external:TA_nozomi_networks_add_on_links] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_captured_url_s] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_node_points] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_node_cve_s] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_asset] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_link_events] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_assertion] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_node_cpes] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_node_cpe_changes] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_health_logs] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_sessions] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_alert] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_variables] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_settings] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create [admin_external:TA_nozomi_networks_add_on_account] handlertype = python python.version=python3 handlerfile = check_rest_endpoints.py handleractions = edit, list, remove, create But I'm still having the validation error 😞 Someone can help me? Thanks!
... View more