#evex_error
1 messages · Page 1 of 1 (latest)
👋 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/1483840230350913546
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello 🙂 taking a look!
Take your time please
Hello.
Hi there
I have a question regarding payout can someone help me with it, It's not a technical question.
Yeah sure!
You just need to go to #help and submit a request
Yes, this thread is for another question. Please submit a request for your question separately 🙂
Another questions like?
Mine is query regarding payout processing days.
Ohhh it's evex error chat?
Yes, I am helping evex here. Please go to #help and select what your question is about then you'll be prompted to fill out details so it can go to the right channel for someone to help you.
Sorry, new here.
@fierce pilot getting back to your error, are you following our guide to install the Stripe CLI? Which method are you using? https://docs.stripe.com/stripe-cli/install
Yes, I followed the official Stripe CLI installation guide and everything works correctly locally.
The issue is not on my machine
The failure happens in GitHub Actions during CI.
Locally:
- Stripe CLI works
- Playwright tests pass
- Full app flow works
In CI:
- The failure occurs during "Install Stripe CLI"
- Missing system dependencies (libsecret-1-0, gnome-keyring, dbus-x11)
- Tests never even start
I can re-run the jobs on github and show you with a screen record if you want
Could you please help rerun or check the CI environment?
Thanks for the clear explanation! Unfortunately, I don't think we can help debug CI issues with your app or Github Actions that you created for your repo... I've never seen Stripe CLI used not locally. Why do you need this?
I think there might be a small misunderstanding — I’m not setting up Stripe CLI in my own GitHub Actions. This is coming from the Stripe certification repo itself.
When I open the PR, it automatically runs a workflow that includes the “Install Stripe CLI” step. That’s the one failing before the tests even start.
On my side everything works fine locally — Stripe CLI works, all Playwright tests pass, and the full flow runs without issues.
The error only happens in that CI step, and it looks like some Linux dependencies are missing there.
Sorry for the misunderstanding! My team helps users with API issues when integrating with Stripe so I hadn't seen Stripe certifications before. Looks like there's a contact page you can go to with course specific issues: https://www.stripe.training/page/contact-us
Oh no problem, sorry about that
No worries, sorry I didn't recognize it sooner. Good luck 🙏