#asaphh

1 messages · Page 1 of 1 (latest)

fringe girderBOT
eager gorge
#

what appears in the logs of stripe listen in your terminal when that happens?

steel thicket
#
[Tue, 05 Sep 2023 14:55:08 +03] DEBUG stripeauth.client.Authorize: Authenticating with Stripe...
⣟ Getting ready...[Tue, 05 Sep 2023 14:55:08 +03] DEBUG stripeauth.Client.Authorize: Got successful response from Stripe default_version=2023-08-16 display_connect_filter_warning=false latest_version=2023-08-16 reconnect_delay=233 websocket_authorized_feature=webhook-payloads websocket_id=cliws_{5879}_DHp7pQtmmB1Qxeq87CH8HqUaaaBcGlpsxhIKiI5qDVTHoRXa1O websocket_url=wss://stripecli-ws-nw.stripe.com/subscribe/acct_1NlVw8Ax1d3uuABW
[Tue, 05 Sep 2023 14:55:08 +03] DEBUG websocket.client.Run: Attempting to connect to Stripe
[Tue, 05 Sep 2023 14:55:08 +03] DEBUG websocket.Client.connect: Dialing websocket url=wss://stripecli-ws-nw.stripe.com/subscribe/acct_1NlVw8Ax1d3uuABW?websocket_feature=webhook-payloads
⡿ Getting ready...[Tue, 05 Sep 2023 14:55:10 +03] DEBUG Error while sending telemetry data: Post "https://r.stripe.com/0": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

⣾ Getting ready...[Tue, 05 Sep 2023 14:55:11 +03] DEBUG websocket.client.connect: Connected!
[Tue, 05 Sep 2023 14:55:11 +03] DEBUG Setting read deadline: 
#

everything seems to be working right

eager gorge
#

these are the logs of your application that stripe listen is pointing to?

steel thicket
#

stripe listen --forward-to localhost:3010/webhook --log-level debug

#

the logs when i type this command

eager gorge
#

ok, well no need for the debug logs I think

#

what are the logs , without the debug option

#

is localhost:3010/webhook running?

#

also shouldn't it be http://localhost:3010/webhook? try that.

steel thicket
eager gorge
#

cool, now do a stripe trigger in another terminal and see what happens in the listen window

steel thicket
eager gorge
#

what does curl -d '{}' http://localhost:3010/webhook do?

steel thicket
steel thicket
eager gorge
#

it says this and shows the transaction in the dashboard but i cant see the forwarded request on my server terminal
and what happens in stripe listen's output at the same time?

steel thicket
#

wait

#

omg

#

i was closing the stripe listen with ctrl+c

#

damn now it works when i open another terminal

#

didnt know that thank you so much