Looking at the logs, it appears the file is getting wiped out or not being copied properly to the tmp folder for transciption…
I guess that explains why it can’t read metadata for the file since it doesn’t exist. Unless I am not understanding the process. I followed the instructions exactly more than once. Not sure what’s wrong and I am dying to get this working! Any help would be appreciated! Thanks
Based on the screenshot you’ve provided, it seems like there might be an issue with the file handling in your Pipedream workflow. The error message indicates a problem with accessing the file, which could be due to several reasons such as the file not being copied correctly to the /tmp folder, or the file being deleted before the transcription step is executed.
To better assist you, I would need to see the specific part of your workflow code that handles the file copying to the /tmp directory. Could you please share the relevant code snippet or describe the steps you’re using to handle the file within your workflow?
Remember, when working with files in Pipedream workflows, you should ensure that:
Files are being written to and read from the /tmp directory, which is the only writable directory in Pipedream’s environment.
The file operations are correctly sequenced so that the file is not being accessed before it’s fully written or copied to the /tmp directory.
If you’re following these guidelines and still encountering issues, please provide more details or the relevant part of your workflow so I can help you debug the problem.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.