-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
bugSomething isn't workingSomething isn't workingtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
Describe the bug
For the Fireflies „Upload Audio“ action I receive the following error:
{
"os": [
{
"ts": 1748959143470,
"k": "error",
"err": {
"name": "TypeError",
"message": "Cannot destructure property 'run' of '$.context' as it is undefined.",
"stack": "TypeError: Cannot destructure property 'run' of '$.context' as it is undefined.\n at Object.run (file:///tmp/__pdg__/dist/code/592cfe62015605c8f8b176334050ab01ac72c827a23e067027e096cb1a8d7c69/code/actions/upload-audio/upload-audio.mjs:37:13)\n at file:///var/task/component_maker.mjs:151:42\n at captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:28:11)\n at run (file:///var/task/component_maker.mjs:141:26)\n at MessagePort.<anonymous> (file:///var/task/component_maker.mjs:177:15)"
}
}
]
}
To Reproduce
Tried it using the demo app https://pipedream-connect-demo.vercel.app/?app=fireflies&component=fireflies-upload-audio
Expected behavior
Upload of the file.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done