BuildShip

B

BuildShip

Join the community to ask questions about BuildShip and get answers from other members.

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

query

Noob question: In my custom node, i need to use a package that is available via npm. How do i trigger this workflow to run the npm install command?...
Solution:
Hey @Abrar, if you're talking about using a package as part of a node in your workflow, you do not actually need to manually install packages. BuildShip takes care of this behind the scenes. This is all you need to do: 1. Add the required ES6 import statement(s) to your script (Image 1). 2. Head to the Info section of the node editor and look for the "NPM Packages" section. Here you can configure your package (i.e. pick the version you'd like) (Image 2). ...

Gemini 1.5 Flash - No multimodal

I’m trying to use Gemini 1.5 flash to timestamp audio. I was able to get it working perfectly in Google vertex studio. I provided system instructions as well as a prompt. I was able to upload audio which was converted to 64 before being timestamped. I’m trying to reproduce the same in buildship, but I’m not seeing any way to use the multimodal features with the current implementation of 1.5 flash. I also tried using the AI node builder, but that failed as well....

OpenAI Stream Response is empty

Hello, the Openai Stream Response is not outputting anything - could I get some help please? - Also, the node continuously has the spinning loading circle, as you see in the screenshot - When I test the Stream Response node individually, I get Test Failed: Cannot read properties of undefined (reading 'on')...

Google Spreadsheet nodes not consistent results

Hello, I want to insert certain information to certain cells in google spreashsheet. I modified the code from the nodes and the code should work. However I get inconsistent results - some times only one part of the information is inserted, another time only another part, third time again some different part. This is rather strange because I am sure the code works and should work and insert all the information. I feel that at some point the node just decides not to listen and skips some values at random. What would be the reason for this?...

integrations

Are integrations limited by the plan? I don't see most of the integrations like Gmail....
Solution:
Hey @Elli Grossman, nope, there is not limit on integrations. Currently the Gmail OAuth node is temporarily disabled due to the verification process with the Google in in process.

Screenshot URL delay

Im using the screenshot url node everything works but i need to add a delay to let the page load longer, anyone has a clue on how to do it ?

how to copy a db using cronjob?

Hi, if we want copy some data from a db to our db via cronjob in the night for multiple user from our app, how works for the apicall and api authentication and how work for start cronjob for different users? some example?

xml-rpc api is supported ?

Hi xml-rpc api is supported in buildship? #xml-rpc

instruct buildship for consistency in images

Hi everyone Could you please help me how to get replicate-sdxl generate consistent characters and style in images...

WhatsApp / twilio

i know this is user error, but ive watched the new and old youtube video 10+ times and i cannot get either workflows to work. can someone help me out a bit to understand what im missing.

Buffer was removed from BuildShip libraries

This function used to work but all my wrokflows with this function are not working anymore, please help Cannot find module '/usr/src/app/bucket/builtNodes/1f816db1-35fa-43bf-bc0f-18d4ba62b15b/1715295493299.cjs' imported from /usr/src/app/runtime/dist/WorkflowExecution_v2/Executors/Script.js...
Solution:
solved by Gaurav : Could you please save the node to MyLibrary with a unique ID --> delete the old node --> and then add it again to the workflow from MyLibrary and test it again? Let me know if this troubleshooting doesn't work.
No description

Problem with team project

Hello, I have a client that wants to share his project with me, he said he sent the invitation but I didn't get it, neither on the app or on emaill. PS: Hs account is upgraded and mine is the free version.

Get Google Sheets Content as text

I am trying to use the contents of a Google sheet (as comma seperated values or JSON) and then sending that text to my LLM node. How can I access the contents after having used the Get Sheets API successfully. So far I can only access useless metadata....

Multipart / form-data upload to BuildShip API to another API

is this still true (see screenshot)? im trying to post to buildship api that will post to another api to upload. reference post: https://discordapp.com/channels/853498675484819476/1199262627109556255/1199337633592123405 buildship workflow:...
Solution:
Hi @rhokstar, Multipart file upload is now supported via File Upload Trigger - https://docs.buildship.com/trigger-nodes/file-upload
No description

Unexpected token 'W', "Workflow n"... is not valid JSON

I am unable to open any of my flows due to this error: Unexpected token 'W', "Workflow n"... is not valid JSON
Solution:
It should be back working now, you can refresh the app.

(URGENT) No workflows loading

I keep getting an error when loading any of my workflows... It's not working on any of my devices... I can create a new one just fine but existing ones i was using building with arent
Solution:
@!CarlYouKilledIt It should be back working now, you can refresh the app.
No description

RapidAPI - APICall

How can I include the following two parameters in the Authorization field? { 'X-RapidAPI-Key': 'fa5f502be8msh3daa3dffa53b1cdp1cdf56jsn351cf3f573b5', 'X-RapidAPI-Host': 'tasty.p.rapidapi.com' }...
No description

streaming assitant template is returning this error:

Could not send message: Unexpected token 'ש', "שלום! איך "... is not valid JSON in the widget testing mode...
Solution:
Hey @meirk, could you please check the "Advanced Options" section, and see if "Response is a stream" is enabled?

trouble exporting default function

Hey guys, This function I wrote works perfectly when I test it in test mode. When I run it as part of my workflow, it does not work. I think it has to do with the way I export the default function. Any pointers to what I am doing wrong? Code in attachment...
Solution:
Hi @Clinton, the output too large, is not an issue, you can still return the value or view the value when you execute test, we are working on improving the UX around it.

Stop a workflow stuck in running.

I am using the OpenAI Assistant node with Supabase create a row node inside it. It seems the Ai got confused (with my poor directions) and doesn’t know what to insert where so it keeps running as if it’s stuck in a loop. How do I stop a workflow that’s stuck in running and won’t necessarily end with success or fail?
Solution:
Hi @01iver, for now deleting the workflow and and adding it again should stop the execution of the node running in loop. We are working on a hard stop functionality to handle this case which be available soon. Let me know if deleting the workflow stops the execution. (Note: you can copy/paste the workflow file before deleting to prevent loss)