Chris Wright | byc Design
Chris Wright | byc Design
BBuildShip
Created by RareCandy09 on 3/28/2025 in #❓・buildship-help
No response on any node and Error when testing Flow
Clear cache on your browser, the warning about the cookies and CORS seem to be the issue
10 replies
BBuildShip
Created by RareCandy09 on 3/28/2025 in #❓・buildship-help
No response on any node and Error when testing Flow
Have you altered any of the node logic? If not it would suggest it is just a temporary connection error, try again.
10 replies
BBuildShip
Created by Shiqami on 3/14/2025 in #❓・buildship-help
I really need to finish this rn bru
Maybe it is to do with asynchronous processing, did you use AI to write the node logic? You need it to use 'await' and complete fetching the data before it moves on.
24 replies
BBuildShip
Created by Shiqami on 3/14/2025 in #❓・buildship-help
I really need to finish this rn bru
Did you amend the node logic for this?
24 replies
BBuildShip
Created by Shiqami on 3/14/2025 in #❓・buildship-help
I really need to finish this rn bru
Just add the extra logging node
24 replies
BBuildShip
Created by Shiqami on 3/14/2025 in #❓・buildship-help
I really need to finish this rn bru
Double check the sheet name too it's probably case sensitive
24 replies
BBuildShip
Created by Shiqami on 3/14/2025 in #❓・buildship-help
I really need to finish this rn bru
Have you tried a 'log message to console' node in between them so you can check exactly what is being output to make sure it matches the next nodes expected input, it seems like something somewhere is undefined when the workflow runs as a whole.
24 replies
BBuildShip
Created by Shiqami on 3/14/2025 in #❓・buildship-help
I really need to finish this rn bru
Does add row work on its own
24 replies
BBuildShip
Created by Shiqami on 3/14/2025 in #❓・buildship-help
I really need to finish this rn bru
It is outputting {} which is an empty object, not [] which is an empty array. If you are expecting an array output have you made sure the node output is configured to what is expected in the next node. It's tricky to tell from this screenshot, what does the rest of the workflow look like?
24 replies
BBuildShip
Created by Chris Wright | byc Design on 3/12/2025 in #💬・general
Chris Wright | byc Design - Good morning everyo...
Sorry wrong group 😂
2 replies
BBuildShip
Created by Mr.x on 3/1/2025 in #❓・buildship-help
how to solve this Error in Get Query Param1
Did you get it fixed
7 replies
BBuildShip
Created by Mr.x on 3/1/2025 in #❓・buildship-help
how to solve this Error in Get Query Param1
It seems like some mismatch on the 'query' key on that node, double check the nodes 'input' keys to make sure that matches what is expected and ensure this matches what is used in the node logic too.
7 replies
BBuildShip
Created by Zion_21 on 2/27/2025 in #❓・buildship-help
Ai Chatbot help
Just use the open ai text generator with a system prompt that gives it details of the character you want it to be and then use a text to speech node if you actually want it to talk. The easiest form of prompt is probably R.I.P.E. Role, Instructions, Parameters, Examples.
5 replies
BBuildShip
Created by dan_ on 2/20/2025 in #❓・buildship-help
Dynamic Web Scraper issues!?
It can be quite tricky if you want to send a Remix Link I can take a look
6 replies
BBuildShip
Created by arvind on 2/18/2025 in #❓・buildship-help
Youtube template is not showing
Yeah I'm fairly sure YouTube tightened up on what was freely available with their API, you can probably still do this but you would have to investigate the current options available on the YouTube API, and it might be a paid feature, sometimes things change. You might be able to get a similar result using the dynamic scrape web url node in Buildship to search youtube videos for a particular topic, but you would have to set that up yourself https://youtu.be/OJZzwcgjKW8
9 replies
BBuildShip
Created by Mick on 2/18/2025 in #❓・buildship-help
FlutterFlow transcribe recorded Audio through BuildShip API
Hey Mick, I'm not sure if I've understood the full requirements properly but I have done a few bits that involve sending voice notes via Telegram into a workflow and you can have that reply in voice or text. If anything it might unlock how to make use of voice files for your wider use.
5 replies
BBuildShip
Created by arvind on 2/18/2025 in #❓・buildship-help
Youtube template is not showing
I think there was a change in the YouTube API, something to do with whether the videos were marked as public or not. Always a risk when working with APIs. Are you trying to get captions by any chance?
9 replies