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