stripe / stripe-cli

A command-line tool for Stripe
https://stripe.com/docs/stripe-cli
Apache License 2.0
1.62k stars 374 forks source link

Stripe cli not logging in after clicking link from stripe login interminal #974

Open oedjoat opened 2 years ago

oedjoat commented 2 years ago

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

vcheung-stripe commented 2 years ago

@oedjoat, thanks for the bug report. The team and I will look into implementing a fix soon.