Is there someone who would be willing to help me?

I’m trying to set up this text to speech workflow, and keep running into errors. I’ve tried and tried to no avail.

Hi @kevin

First off, welcome to the Pipedream community. Happy to have you!

Can you please describe some of the issues you’re having? We might be able to help.

Very kind of you Pierce. Thank you.

Briefly: I’m trying to follow this video to set up a workflow that results in comprehensive meeting notes: How I Use AI to take perfect notes...without typing - YouTube
At around 12:15ish, I get stuck in attempting to define my my file path (relative to the mp3) so as to “create the transcription.”

The attached PDF is a “screenshot.” The error is highlighted on last page. I’ve tried multiple paths to no avail.

Hope it all makes sense.

Thanks,
kevin

Of course @kevin happy to help.

Have you seen this thread? It sounds very similar to the issue you’re describing:

There’s been a new action for Dropbox that has been published since the video was released. It might help with this /tmp directory issue.

But if you’re not using Dropbox, please share the configuration of the step that is storing the .mp3 file. There might be some misconfiguration there.

Thanks,

Yes…that’s the approach I’ve been taking. Still says that the file–that successfully downloaded–does not exist. Makes no sense. This is frustrating.

Can you please share a screenshot of that download file step’s configuration? We might be able to help you spot the issue.

Thanks @kevin. That’s very helpful.

It’s small, but very important that the file names match. Including capitalization.

In the Google Drive trigger, the event selected is Cyndee.mp3. But within the create_transcription action, the File Path points to cyndee.mp3.

Perhaps try matching the capitalization and retest the create_transcription action again to see if that helps.

No go @pierce. Getting same error. So I started over again completely from scratch. Still same error. However, I kept testing and the last error I received was “TIMEOUT”

That’s good that’s a different error message. I believe OpenAI’s API might be having issues, I’m seeing other reports of timeouts with their API.

You can also try increasing workflow timeout limits.

Nope…back to “does not exist.”

Hi @kevin, can you add a bash step after the last step with the following code:
ls /tmp
and run the whole workflow again and then copy the output here?

Getting this error but checked my daily quota and have not surpassed it. Any help?
Error - Request failed with status code 429

{“error”:{“message”:“You exceeded your current quota, please check your plan and billing details.”,“type”:“insufficient_quota”,“param”:null,“code”:null}}

    at null.createError (/pipedream/dist/code/8a146976f5aa39e7dc8c29ab343b525d8f1fb0f1a9d7c29c9eb82d2c59bf2a83/node_modules/.pnpm/axios@0.21.4/node_modules/axios/lib/core/createError.js:16:15)
    at null.settle (/pipedream/dist/code/8a146976f5aa39e7dc8c29ab343b525d8f1fb0f1a9d7c29c9eb82d2c59bf2a83/node_modules/.pnpm/axios@0.21.4/node_modules/axios/lib/core/settle.js:17:12)
    at IncomingMessage.handleStreamEnd (/pipedream/dist/code/8a146976f5aa39e7dc8c29ab343b525d8f1fb0f1a9d7c29c9eb82d2c59bf2a83/node_modules/.pnpm/axios@0.21.4/node_modules/axios/lib/adapters/http.js:269:11)
    at IncomingMessage.emit (events.js:412:35)
    at null.endReadableNT (internal/streams/readable.js:1333:12)
    at process.processTicksAndRejections (internal/process/task_queues.js:82:21)

@rmckesson that error message is coming from OpenAI. Can you check your quota there please?

Brother…you have to talk in non technical terms for me. :smile:

So just copy that “ls/tmp”?

This is what I entered and getting:

@kevin did u miss a step of adding the file to temp folder? That step comes right after google drive setup