I am trying to login in the stripe CLI via terminal I ran stripe login this then shows
Your pairing code is: something-something-something
This pairing code verifies your authentication with Stripe.
Press Enter to open the browser: 'then some https link'
I click the link and it shows the same pairing code in my browser. I then go ahead to authorize and input my stripe account password.
Expected Behavior
Return a message in my terminal that shows it has been connected and probably close the connection.
Traceback
I ran stripe listen --log- level=debug i got this output:
DEBUG Error while sending telemetry data: Post "https://r.stripe.com/0": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Issue
I am trying to login in the stripe CLI via terminal I ran
stripe login
this then shows Your pairing code is: something-something-something This pairing code verifies your authentication with Stripe. Press Enter to open the browser: 'then some https link'I click the link and it shows the same pairing code in my browser. I then go ahead to authorize and input my stripe account password.
Expected Behavior
Return a message in my terminal that shows it has been connected and probably close the connection.
Traceback
I ran
stripe listen --log- level=debug
i got this output:DEBUG Error while sending telemetry data: Post "https://r.stripe.com/0": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Environment
Ubuntu 22.04.1 LTS