#xxxxx-cli
1 messages · Page 1 of 1 (latest)
i have not installed , i want to know how can i install that.
my events are failing, so can i have help from this why these are failing like that?
Can you share an event ID?
it's giving error 'brew' is not recognized as an internal or external command,
operable program or batch file.
how can i install this in windows
evt_1KVmg7QVHIiMMBjktkvo08nQ
It's right there on the page
Yeah your webhook endpoint is returning a 500 error:
{"statusCode":500,"message":"Internal server error"}
So you need to figure out why that's happening
yes, can stripe cli help me in this?
will i will be able to figure out why where the code is failing?
i have downloaded this one stripe_1.7.13_windows_x86_64.zip
but when running it is giving open cmd.exe and run it from there.
You can use the CLI to trigger test events to send to your local development environment, yes. There you can debug the error in your code
but when running it is giving open cmd.exe and run it from there.
Hmm, I'm not sure tbh. I don't use Windows
there is no file cmd.exe
cmd.exe is the Windows command line
i have installed that by scoop package .
So now i want to only test the webhooks created in test mode.
Did you read the document? It outlines how you'd trigger dummy events and listen for them (to forward to your code)
i just wanted to be sure that events is created in the test mode only.
They are in the CLI by default