Frankie - Hi @Harini @Gaurav Chadha @anish plea...
Hi @Harini @Gaurav Chadha @anish please can anyone let me know why I'm getting this error . When I check the folderpath I can see it was actually cloning before the error occured. I have tried multiple times and it is still happening. Please help
3 Replies
Hi @Frankie , Thank you for also sharing this via support form.
In your custom logic code for Install Whisper, it won't take the __dirname from global node.js directly, and the toPath also requires to be referenced via the BuildShip storage every time, I noticed you referenced it the correct way in the previous node, but you'll be required to reference it using process.env.BUCKET_FOLDER_PATH.
Sent you more details, for help on custom node logic in email.
Sent you more details, for help on custom node logic in email.
Hello @Gaurav Chadha,
I got your email and I have responded to it.
I will go ahead and add the new logic here
Below is what I want to do
https://www.remotion.dev/docs/install-whisper-cpp/install-whisper-cpp
installWhisperCpp() | Remotion | Make videos programmatically
Installs a Whisper.cpp version into a folder.
@Gaurav Chadha Also I mentioned the workflow starts the cloning but then it stops. When I check the folder path I'm able to see the the files and folders copied from the the github before the error occured.