This topic was automatically generated from Slack. You can find the original thread here.
if i run into an issue with pipedream-sdk-python, should i share here, or file an issue on the repo?
This topic was automatically generated from Slack. You can find the original thread here.
if i run into an issue with pipedream-sdk-python, should i share here, or file an issue on the repo?
You can share here, especially since it’s so new, we’re looking for feedback
i can confirm i have the right creds and stuf, a call like app_categories.list() works. but the one i saw in the first sample, actions.list(), gives:
Traceback (most recent call last):
File "C:\projects\pdstuff\python_pipedream\main.py", line 32, in <module>
response = pd.actions.list()
File "C:\projects\pdstuff\python_pipedream\.venv\Lib\site-packages\pipedream\actions\client.py", line 87, in list
return self._raw_client.list(
~~~~~~~~~~~~~~~~~~~~~^
after=after, before=before, limit=limit, q=q, app=app, request_options=request_options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "C:\projects\pdstuff\python_pipedream\.venv\Lib\site-packages\pipedream\actions\raw_client.py", line 107, in list
raise ApiError(status_code=_response.status_code, headers=dict(_response.headers), body=_response_json)
pipedream.core.api_error.ApiError: headers: {'date': 'Fri, 15 Aug 2025 19:09:27 GMT', 'content-type': 'application/json; charset=utf-8', 'transfer-encoding': 'chunked', 'connection': 'keep-alive', 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '1; mode=block', 'x-content-type-options': 'nosniff', 'x-download-options': 'noopen', 'x-permitted-cross-domain-policies': 'none', 'referrer-policy': 'strict-origin-when-cross-origin', 'vary': 'Accept, Accept-Encoding, Origin', 'content-encoding': 'gzip', 'cache-control': 'no-cache', 'x-request-id': 'b1bd0dcd-457a-4421-be32-35d3915b666b', 'x-runtime': '0.040815'}, status_code: 404, body: {'error': 'route not found'}