#johnny_cli-issue

1 messages ¡ Page 1 of 1 (latest)

strong pineBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1296509648312078367

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

crystal island
#

Hello! You dumped a bunch of logs but forgot to ask a clear question

granite crescent
#

Oh, sorry. I have no idea why but I am not getting an invoice.paid event anymore. What might be the sisue?

#

It is on a localhost webhook -> didnt change anything on my side code wise. Worked a few months ago.

crystal island
#

Is an Invoice involved? What are you doing exactly? Do you have a clear summary in one paragraph of what you are doing as the developer?

granite crescent
#

Inside the workbench it is being shown, but it doesnt reach my webhook/it is not being triggered by my webhook

granite crescent
#

stripe trigger invoice.paid

only sends 3 events to my webhook endpoint:

2024-10-17 18:30:30 --> customer.created [evt_1QAwaoJB01I21rynMXVGn5KZ]
2024-10-17 18:30:34 --> payment_intent.succeeded [evt_3QAwaqJB01I21ryn056j7CGp]
2024-10-17 18:30:34 --> payment_intent.created [evt_3QAwaqJB01I21ryn0AxsCCPD]

crystal island
#

Okay can you try stripe listen --log-level debug so I understand what's happening?

#

johnny_cli-issue

granite crescent
#

Got it working -> restarted my cli. Received some hieroglyphs upon activating the debug. After restarting it, everything seemed to work again

crystal island
#

ah nice, weird glitch though to get some Events and not others

#

I wonder if there was a connection issue so it got a couple Events and then just died

granite crescent
#

Thanks for the help. Wasnt thinking about any cli issues

#

Actualyl it wasn't consistent

#

Something I haven't got the customer creation too

#

Anyway, it works now. Thanks for the help.