You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tenant V2 Changes matches the format of the V2 API but returns:
AttributeError: 'NoneType' object has no attribute 'group'
plugin <RemotePluginEngine, meta_name:custom.remote.python.automated_configuration_audit id:0x21354182970> threw exception 'NoneType' object has no attribute 'group'
status changed for engine ('custom.remote.python.automated_configuration_audit', 123) PluginFullStatus(pluginName=custom.remote.python.automated_configuration_audit, pluginVersion=3.0.0, state=ERROR_UNKNOWN, description='NoneType' object has no attribute 'group', monitoredEntityId=0x7b, stacktrace=Traceback (most recent call last):
File "C:\Users\aaron.philipose\Gits\extension-automated-config.venv\lib\site-packages\ruxit\plugin_state_machine.py", line 336, in _execute_next_task
self._query_plugin()
File "C:\Users\aaron.philipose\Gits\extension-automated-config.venv\lib\site-packages\ruxit\plugin_state_machine.py", line 670, in _query_plugin
self._plugin_run_data.plugin_instance._query_internal(**self._plugin_run_data.plugin_args)
File "C:\Users\aaron.philipose\Gits\extension-automated-config.venv\lib\site-packages\ruxit\api\base_plugin.py", line 452, in _query_internal
return self.query(**kwargs)
File "C:\Users\aaron.philipose\Gits\extension-automated-config.\src\AuditActiveGatePlugin.py", line 195, in query
self.process_audit_payload(audit_logs)
File "C:\Users\aaron.philipose\Gits\extension-automated-config.\src\AuditActiveGatePlugin.py", line 174, in process_audit_payload
request_params=audit_v2_entry.extract_info(audit_log_entry, request_handler)
File "C:\Users\aaron.philipose\Gits\extension-automated-config.\src\AuditEntryV2Handler.py", line 42, in extract_info
entity_id = entity_regex.group(2)
AttributeError: 'NoneType' object has no attribute 'group'
The text was updated successfully, but these errors were encountered:
Tenant V2 Changes matches the format of the V2 API but returns:
The text was updated successfully, but these errors were encountered: