Frankie
Frankie6mo ago

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
No description
3 Replies
Gaurav Chadha
Gaurav Chadha6mo ago
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.
Frankie
Frankie6mo ago
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.
No description
Frankie
Frankie6mo ago
@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.