pipedream
pipedream copied to clipboard
[BUG] Errors in inspect mode don't show stack trace
When a step throws an error, I can't see the stack associated with the error in the event inspector:
import matplotlib.pyplot as plt x = [1,2,3,] y = [2,4,1]
plt.plot[ x.y]
plt.xlabel('x- axis')
plt.ylabel("y- axis")
plt.title("my first graph")
plt.show( )
not getting result why
@prakashgouda102 Pipedream doesn't render Matplotlib visualizations or other images within workflows. You should be able to write the image to a file and send it to yourself via email, API, upload it to file storage like S3, etc.
We should show the full stack trace under the Details section of the event now.