PIPE IS BROKEN | akaBot with Python

I am doing a project to integrate akaBot with Python. I will train the model with Python and bring the model to akaBot. With 1000 rows of data, the activity Get Python Object is fine. When I train with 5000 rows of data, the bug “pipe is broken” shows off. Please help me

Hi @Hoc ,

The “Pipe is broken” error message occurs when the size of the data was too large. Please kindly reduce the size of the object returned from Python by slicing the returned value.

Moreover, you can try to convert your return object to a JSON string by deserializing the return string from Python to get the JSON object with Deserialize Json activity.

Regards,
akaBot Support Team