stripe-cli: Stripe connection failure with i/o timeout

Issue

I was trying to set up a local Websocket listener, but the stripe listen doesn’t work.

Expected Behavior

It should start listening.

Steps to reproduce

  1. brew install stripe/stripe-cli/stripe
  2. stripe login
  3. stripe listen

Traceback

80228606-dc32b500-8614-11ea-9be9-cbd32ea24b9b

Environment

MacOS Catalina 10.15.4 Stripe version 1.13.11

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 21 (10 by maintainers)

Most upvoted comments

Thanks. So this rules out a firewall that interferes with websocket connections.

Can you try running curl -v https://stripe-cli.stripe.com/? (This should return a 404, but I want to check if the connection is established at least.)