robertics2
BBuildShip
•Created by mgtaskiran on 12/23/2024 in #💬・general
mgtaskiran - I'm still encountering the same is...
I hope this help you.
19 replies
BBuildShip
•Created by mgtaskiran on 12/23/2024 in #💬・general
mgtaskiran - I'm still encountering the same is...
you should have to execute one after one has finished. It is not difficult for you, I think.
19 replies
BBuildShip
•Created by mgtaskiran on 12/23/2024 in #💬・general
mgtaskiran - I'm still encountering the same is...
it waits for all the promises to be finished but not sure each promise is executed after previous one has finished.
19 replies
BBuildShip
•Created by mgtaskiran on 12/23/2024 in #💬・general
mgtaskiran - I'm still encountering the same is...
I think the problem seems to be in the wrong use of Promise.all function.
19 replies
BBuildShip
•Created by mgtaskiran on 12/23/2024 in #💬・general
mgtaskiran - I'm still encountering the same is...
could you share your code related those parts?
19 replies
BBuildShip
•Created by mgtaskiran on 12/23/2024 in #💬・general
mgtaskiran - I'm still encountering the same is...
You can solve that by using async/await functions. You will be run the next task after previous one has finished.
19 replies
BBuildShip
•Created by mgtaskiran on 12/23/2024 in #💬・general
mgtaskiran - I'm still encountering the same is...
If this is related to using the OpenAI API, a 400 error could indicate a malformed request, such as sending data in an incorrect format or to a wrong endpoint.
19 replies