Can You Share the Simplest Code Snippet that Reproduces Your Issue?

I’ve disabled all steps except for initial trigger and it says it works fine. If i even enable the delay trigger (which i’ve tried deleting and remaking) it says it’s fine.

But then if i re-enable the third step, it fails at the very first step.

this time i’ve tried an empty python script with just:
import requests
def handler(pd: “pipedream”):
print(“Hello, World!”)
And that still gives me an error

even code from this docs doesn’t help: Making HTTP Requests with Python - Pipedream

i even tried re-creating the whole webhook using a different url, and now the delay seems to be bugging out too