Stu
BBuildShip
•Created by Matthew on 11/4/2024 in #💬・general
Matthew - Hey Guys, I have an AI API streamin...
@Matthew If you're getting [object object] then it means you'll need to use the Stringify JSON node to turn the JSON into text.
5 replies
BBuildShip
•Created by christianjcg on 10/19/2024 in #💬・general
christianjcg - Hi, sorry for this question, may...
In your instructions, explicitly say "Start by using the x tool to....."
13 replies
BBuildShip
•Created by Matthew on 11/4/2024 in #💬・general
Matthew - Hey Guys, I have an AI API streamin...
5 replies
BBuildShip
•Created by christianjcg on 10/19/2024 in #💬・general
christianjcg - Hi, sorry for this question, may...
I find that naming your nodes using more natural language (rather than using a naming convention like you are here with 'TIM_PI_Casas_Usa.....') can sometimes give the assistant more context when you're writing the instructions, and therefore better results.
For example, in your instructions, saying "Use the 'View x website'' tool for..." instead of "Use the 'TIM_PI_Casas_Usa.....' tool for..." can sometimes give better results. But everything has to be named consistently.
All that said, if what you've got is working fine, then I wouldn't feel compelled to change anything.
13 replies
BBuildShip
•Created by christianjcg on 10/19/2024 in #💬・general
christianjcg - Hi, sorry for this question, may...
13 replies
BBuildShip
•Created by James on 11/4/2024 in #💬・general
James - https://www.youtube.com/watch?v=7DkLUY6...
Hey @James , YouTube have made some changes to the the YouTube Data API that has impacted access to video captions. For
captions.download
access methods, which accesses the actual caption content, OAuth 2.0 credentials are now required whereas previously API keys were sufficient. We're in the process of reviewing our nodes & tutorials and this one has been flagged.
The sort-of-kinda workaround is to use the captions.list
method, which works with just a regular YouTube API key, allowing you to retrieve metadata about available caption tracks, but unfortunately does not contain the actual captions; it only provides metadata about the available caption tracks.
tl;dr - we're working on a solution.1 replies
BBuildShip
•Created by adrfinance on 10/25/2024 in #💬・general
adrfinance - Hi @Gaurav Chadha , do you know wh...
Hi @adrfinance , FlutterFlow's datatable widget can be a tricky one to set up, in my experience. As @Gaurav Chadha says, it's probably going to be easier for you to set pagination up using FlutterFlow's recommended process in their documentation docs. The reason for this is that any filtering and/or sorting will need to use the same custom functions they provide in the Documentation. The other alternative is to forgo the datatable widget and use a standard listview, and impliment infinate scroll (with a pagination value in the API call), which may end up being a simplier solution depending on your use case.
3 replies
BBuildShip
•Created by danpillay87 on 10/15/2024 in #❓・buildship-help
video Intelligence API
Thanks, I've made a note.
6 replies
BBuildShip
•Created by christianjcg on 10/19/2024 in #💬・general
christianjcg - Hi, sorry for this question, may...
What you have done here with the most recent screenshot is how I would structure (instead of multiple assistants). Just a note on your naming, however... you need to be careful and consistant with what you name the 'tools'/child nodes in the Assistant. Whatever you name them you need to use exactly the same word/s (including capitalisation) in your instructions. So, for example, you've got a node named 'TIM_PI_Casas_Usa.....', make sure you refer to each node with exactly the same name.
13 replies
BBuildShip
•Created by christianjcg on 10/19/2024 in #💬・general
christianjcg - Hi, sorry for this question, may...
To what end? What are you trying to achieve here?
13 replies
BBuildShip
•Created by Matthew on 10/18/2024 in #💬・general
Matthew - Ive been getting this issue when tryi...
Your "Items" that you're putting into the Loop node must be an array, or the loop node will give this error.
Or, since you say it works when you duplicate the flow, you may have found a strange flow-specific bug. Sounds like you have it working, though?
2 replies
BBuildShip
•Created by Edouard on 9/12/2024 in #❓・buildship-help
Push Notifications From Flutterflow app Stopped Working With Buildship
FlutterFlow Push Notifications use v1 of the Firebase Cloud Messaging API, which is essentially what this node is tapping into (for ease with existing FlutterFlow users). However, v1 of the API no longer provides support for sending a push notification to every user. One or more userIds need to be provided for this node to work.
We are working on alternative push notification solutions, including support for v2 of the Firebase Cloud Messaging API and support for OneSignal, and from the FlutterFlow forums I understand the Flutterflow team are also working on a solution for this. (cc @Harini @Shams )
20 replies
BBuildShip
•Created by serge on 9/17/2024 in #💬・general
serge - hello, do you have any tutorial on how ...
The video is probably a week away @serge and @Harini but I'll DM you later today with some steps on getting it to work.
3 replies
BBuildShip
•Created by Edouard on 9/12/2024 in #❓・buildship-help
Push Notifications From Flutterflow app Stopped Working With Buildship
Thank you so much for circling back! That's great to know. 🔥
20 replies
BBuildShip
•Created by Edouard on 9/12/2024 in #❓・buildship-help
Push Notifications From Flutterflow app Stopped Working With Buildship
I'm sorry @Edouard I'm at a bit of a loss. You could try going back to basics and see if sending a notification in Firebase Console works (in the Messaging section, click 'New Campaign'): https://console.firebase.google.com/
Perhaps there has been something changed within FlutterFlow or Firebase Messaging that I'm not across. The BuildShip node does rely quite heavily on FlutterFlow facilitating the process, so a search on the FlutterFlow community forums might also be worthwile?
20 replies
BBuildShip
•Created by Edouard on 9/12/2024 in #❓・buildship-help
Push Notifications From Flutterflow app Stopped Working With Buildship
@Edouard Hmmmm... well that says to me that there's a deployment issue on the FlutterFlow side. Can you try Redeploying in Settings --> Push Notifications
20 replies
BBuildShip
•Created by Edouard on 9/12/2024 in #❓・buildship-help
Push Notifications From Flutterflow app Stopped Working With Buildship
I'm wondering if it requires a user id? And if this could be a new requirement? If you could get a successful notification sent we can do a comparison with what BuildShip is producing @Edouard
20 replies
BBuildShip
•Created by Al_B on 9/11/2024 in #❓・buildship-help
CORS Issue from FlutterFlow
Hey @Gaurav Chadha and @Al_B The only other thing I can think of is that I know I've had issues switching a Private API call in Flutterflow back to a "standard" API call. It might be worth a post in the FlutterFlow community forums around this?
10 replies
BBuildShip
•Created by Edouard on 9/12/2024 in #❓・buildship-help
Push Notifications From Flutterflow app Stopped Working With Buildship
Hi @Edouard this is a strange one, especially since it has previously been working. Can you share with me what the ff_push_notifications document looks like for a successful notification sent manually from FlutterFlow? I'm not aware of anything that should have changed with the cloud function but perhaps there's a hint there?
20 replies