Hi,
There's a bug in "memory_resource.py", line 66:
res = self.__plugin_adapter_interface.get_subresource_data(self.__desc["id"], 0, 0, event_call.get_description()["id"], extract_before, timeout_ms)
There's no key "id" in the description dictionary of the memory_resource class. When use "resource_id" instead of "id", cause GPA crashed after executing the python plugin.
Please help me to fix this bug, Thanks!