#asaphh
1 messages · Page 1 of 1 (latest)
what appears in the logs of stripe listen in your terminal when that happens?
[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
these are the logs of your application that stripe listen is pointing to?
stripe listen --forward-to localhost:3010/webhook --log-level debug
the logs when i type this command
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.
yep it is running
cool, now do a stripe trigger in another terminal and see what happens in the listen window
also tried that and also tried that with https protocol
what does curl -d '{}' http://localhost:3010/webhook do?
lemme se
{"message":"request is not defined"}
Running fixture for: payment_intent
Trigger succeeded! Check dashboard for event details.
``` it says this and shows the transaction in the dashboard but i cant see the forwarded request on my server terminal
it says this and shows the transaction in the dashboard but i cant see the forwarded request on my server terminal
and what happens instripe listen's output at the same time?