pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[BUG] Errors in inspect mode don't show stack trace

Open dylburger opened this issue 3 years ago • 2 comments

When a step throws an error, I can't see the stack associated with the error in the event inspector:

Screen Shot 2022-06-13 at 3 55 25 PM

dylburger avatar Sep 06 '22 22:09 dylburger

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 avatar Sep 11 '22 10:09 prakashgouda102

@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.

dylburger avatar Sep 12 '22 03:09 dylburger

We should show the full stack trace under the Details section of the event now.

Screen Shot 2023-03-16 at 3 24 59 PM

dylburger avatar Mar 16 '23 22:03 dylburger