hemax99#epic
BBuildShip
•Created by hemax99#epic on 10/31/2024 in #❓・buildship-help
webflow - create live item
Does anyone have experience in creating a live item with the Webflow Create Live Item node? Using the Webflow trigger I receive data from a form that I then use to create and publish an item. See attachments for the values. However, the "Field Data" values keep giving me a formatting error:
Error:
Expected '}' to match '{' from line 1 and instead saw 'root'.
Expected ')' to match '(' from line 1 and instead saw ']['.
Missing semicolon.
4 replies
BBuildShip
•Created by hemax99#epic on 10/26/2024 in #❓・buildship-help
Why would my streaming API call to Open AI only return this?
I'm using the template provided by Buildship and I've adjusted the API key and Assistant ID to match mine. Then, I'm passing the parameters to it through the body when testing. However, no data is being returned. If I chat with the assistant directly in the playground I have no problem. Please help! I've been stuck for three days.
🤬
Error and code below...
{
"_read": "fun0ction(){}",
"_readableState": {
"buffer": [],
"pipes": [],
"bufferIndex": 0,
"length": 0,
"highWaterMark": 16384,
"awaitDrainWriters": null
},
"_events": {
"error": "function () { [native code] }"
},
"_eventsCount": 1
}
Code attached.
6 replies
BBuildShip
•Created by hemax99#epic on 10/8/2024 in #❓・buildship-help
How can I parse the response of the OpenAI Assistant response so that I could use specific data?
API calls allow me to use the response and the specific data I want with a format like Response.textData. How do I do this with OpenAI Assistant responses? I've tried using the response directly as "Response.textData", parsing the response through the JSON String node, but the data still doesn't come through. Any suggestions?
4 replies
BBuildShip
•Created by hemax99#epic on 8/7/2024 in #❓・buildship-help
Multiple Streaming Sessions
3 replies
BBuildShip
•Created by hemax99#epic on 3/13/2024 in #❓・buildship-help
Import 'moment-timezone'
Has anyone been able to use 'moment-timezone' in their API? I need to adjust the time that displays to the user with this library.
5 replies
BBuildShip
•Created by hemax99#epic on 2/17/2024 in #❓・buildship-help
OAuth and Firebase
I'm new to API development so bear with me if this is basic. I have a third-party OAuth flow (Clover POS API) that I need to integrate into Firebase auth. I've added the OAuth flow as an OIDC provider in Firebase, I've added a flow to Buildship that receives the OAuth flow, passes it to Firebase and validates some data, but how do I next authenticate the user in Firebase?
2 replies