idk
idk9mo ago

whenever i put it into hoppscotch.io, as

whenever i put it into hoppscotch.io, as shown in the video, it gives me this error
No description
19 Replies
Gaurav Chadha
Gaurav Chadha9mo ago
When you test the full workflow on BuildShip, on which node you are getting this error? It generally occurs due to any missing values or ncomplete (a.k.a malformed) JSON data.
idk
idk9mo ago
ah i see, i'm getting it in this node
No description
idk
idk9mo ago
No description
idk
idk9mo ago
apologies i'm new to buildship and i was just following along the video--am i supposed to put something in here?
Gaurav Chadha
Gaurav Chadha9mo ago
No sweat, you did correct. No need to add anything in Parse JSON node. You can confirm if the output of the OpenAI chat node is correct or not. It should be a stringed JSON. Also, are you passing the body while testing on BuildShip?
{
"description": "soft song for meditation",
"duration": "40"
}
{
"description": "soft song for meditation",
"duration": "40"
}
No description
idk
idk9mo ago
i got it to work!
Gaurav Chadha
Gaurav Chadha9mo ago
cool.
idk
idk9mo ago
would you mind helping me implement it into flutterflow though?
idk
idk9mo ago
it for some reason gives me out this output when i try and test it in flutterflow
No description
idk
idk9mo ago
here's a rundown of what i've put in: (i put in an api key in[apikey])
No description
idk
idk9mo ago
No description
idk
idk9mo ago
No description
Gaurav Chadha
Gaurav Chadha9mo ago
Are you also passing the API key in header in your BuildShip workflow?
idk
idk9mo ago
i just changed it now to passing in the api key as a "request header" is that what you mean?
No description
Gaurav Chadha
Gaurav Chadha9mo ago
I won't recomment passing the API key as header for node , store it in secrets and simply pass it here. And on FlutterFlow side you can delete the Headers.
idk
idk9mo ago
ah okay, i'm getting this error now
No description
idk
idk9mo ago
@Gaurav Chadha i'd really appreciate some help with this if you could help me out
Gaurav Chadha
Gaurav Chadha9mo ago
Hi, @dalia, sure, I'll try this out on FlutterFlow, and will get back to you.
idk
idk9mo ago
thank you so much!! hi @Gaurav Chadha sorry to bother you so much, but were you able to figure it out?