#saleem_14829

1 messages · Page 1 of 1 (latest)

random charmBOT
austere rain
#

it's not going to be possible to know what's going on from that error log alone. I suggest you add additional logging / debugging statements in your code and step through it to figure out what's going wrong

vast fable
#

{
"status": "error",
"message": "Incomplete response received from application"
}

austere rain
#

like i mentioned, you need to step through your code in your server to figure out what's going on. That error message means nothing and doesn't provide any meaningful information.

vast fable
#

i tried debugging at api level but its returning null

/home/booqy/nodevenv/api.booqy.in/18/lib/node_modules/stripe/cjs/RequestSender.js:322
App 11262 output: at /home/booqy/nodevenv/api.booqy.in/18/lib/node_modules/stripe/cjs/RequestSender.js:322:37

in stripe node package requestSender.js its getting error

#

its working well in local machine with same code

austere rain
#

I'm sorry, but unless you can point me to which line of your code is generating that error at least, there's nothing which I can do to help any further. Bookq also seems to be an entirely separate third party solution, so if you're using a third party plugin to integrate Stripe instead, you might want to reach out to that third party plugin instead.

We mainly help with developers who want to integrate directly with the Stripe API here on this channel

vast fable
#

can you refer any link how to integrate api directly

austere rain