Package Details: stripe-cli 1.14.7-1

Git Clone URL: https://aur.archlinux.org/stripe-cli.git (read-only, click to copy)
Package Base: stripe-cli
Description: CLI for Stripe
Upstream URL: https://github.com/stripe/stripe-cli
Licenses: Apache
Submitter: flacks
Maintainer: anonfunc
Last Packager: anonfunc
Votes: 5
Popularity: 0.008576
First Submitted: 2019-11-05 18:26 (UTC)
Last Updated: 2023-05-26 05:53 (UTC)

Latest Comments

ryosei commented on 2021-11-07 21:18 (UTC)

@Minmo: I had the same problem. It turned out to be syncthing using port 8080. You probably have a program using that port on localhost.

ny-a commented on 2021-10-22 04:19 (UTC)

@Minmo: sorry, I cannot reproduce it... If it's test file problem, this problem should reported to upstream. I cannot modify upstream code :(

Minmo commented on 2021-10-12 09:55 (UTC) (edited on 2021-10-12 09:56 (UTC) by Minmo)

Build fails because some tests are missing

go test  -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./... -run . -timeout=2m
?       github.com/stripe/stripe-cli/cmd/stripe [no test files]
?       github.com/stripe/stripe-cli/pkg/ansi   [no test files]
ok      github.com/stripe/stripe-cli/pkg/cmd    0.276s  coverage: 15.8% of statements in ./...
?       github.com/stripe/stripe-cli/pkg/cmd/logs       [no test files]
ok      github.com/stripe/stripe-cli/pkg/cmd/resource   0.240s  coverage: 17.1% of statements in ./...
?       github.com/stripe/stripe-cli/pkg/cmd/samples    [no test files]
ok      github.com/stripe/stripe-cli/pkg/config 0.230s  coverage: 15.8% of statements in ./...
ok      github.com/stripe/stripe-cli/pkg/fixtures       0.242s  coverage: 20.3% of statements in ./...
?       github.com/stripe/stripe-cli/pkg/git    [no test files]
ok      github.com/stripe/stripe-cli/pkg/login  0.303s  coverage: 18.7% of statements in ./...
?       github.com/stripe/stripe-cli/pkg/logout [no test files]
ok      github.com/stripe/stripe-cli/pkg/logtailing     0.215s  coverage: 14.8% of statements in ./...
?       github.com/stripe/stripe-cli/pkg/open   [no test files]
2021/10/12 11:52:20 server startup failed - Listen(): listen tcp 127.0.0.1:8080: bind: address already in use
FAIL    github.com/stripe/stripe-cli/pkg/playback       0.194s
ok      github.com/stripe/stripe-cli/pkg/proxy  0.209s  coverage: 16.7% of statements in ./...
ok      github.com/stripe/stripe-cli/pkg/requests       0.207s  coverage: 17.0% of statements in ./...
ok      github.com/stripe/stripe-cli/pkg/rpcservice     0.363s  coverage: 31.3% of statements in ./...
ok      github.com/stripe/stripe-cli/pkg/samples        0.187s  coverage: 15.8% of statements in ./...
ok      github.com/stripe/stripe-cli/pkg/spec   2.700s  coverage: 15.0% of statements in ./...
ok      github.com/stripe/stripe-cli/pkg/status 0.229s  coverage: 15.1% of statements in ./...
ok      github.com/stripe/stripe-cli/pkg/stripe 0.255s  coverage: 16.0% of statements in ./...
ok      github.com/stripe/stripe-cli/pkg/stripeauth     0.221s  coverage: 15.9% of statements in ./...
?       github.com/stripe/stripe-cli/pkg/terminal       [no test files]
ok      github.com/stripe/stripe-cli/pkg/terminal/p400  0.207s  coverage: 15.0% of statements in ./...
ok      github.com/stripe/stripe-cli/pkg/useragent      0.207s  coverage: 14.7% of statements in ./...
ok      github.com/stripe/stripe-cli/pkg/validators     0.191s  coverage: 15.4% of statements in ./...
ok      github.com/stripe/stripe-cli/pkg/version        0.189s  coverage: 14.7% of statements in ./...
ok      github.com/stripe/stripe-cli/pkg/websocket      0.205s  coverage: 16.9% of statements in ./...
?       github.com/stripe/stripe-cli/rpc        [no test files]
FAIL
make: *** [Makefile:23: test] Error 1

ny-a commented on 2020-08-19 14:57 (UTC) (edited on 2020-08-19 14:58 (UTC) by ny-a)

Hi SamWhited, currently I don't use this package and I usually just change version number when updated, so I'd like you to fix (and update) this time if you don't mind. Thanks!

SamWhited commented on 2020-08-19 14:47 (UTC)

Hi ny-a; thanks for following up (and for adding me as a co-maintainer). I'd be happy to help maintain the patch until Stripe fixes the problem if you want, but I don't want to step on any toes either. Let me know how I can help, and thanks again.

ny-a commented on 2020-08-18 14:45 (UTC)

SamWhited, thanks for your patch. But I can't maintain patch for long time, so it's preferable to be merged by upstream, you know. Maybe closing PR and opening issue is a way to have some progress.

SamWhited commented on 2020-08-13 18:19 (UTC)

This package is now broken because Go 1.15 has been released and is in the Arch repos and the check step fails due to more strict checks in Go 1.15. Please either disable checks or add the patch I linked. Thanks!

SamWhited commented on 2020-06-19 14:22 (UTC) (edited on 2020-06-19 14:22 (UTC) by SamWhited)

Building this package is currently broken on systems using Go 1.15 (which will be all of them soon as it's nearing release) because of a mistake that previously silently did the wrong thing, but now is considered a failure in Go 1.15. If Stripe hasn't merged it (so far there is no indication that they're going to fix it), please consider applying https://github.com/stripe/stripe-cli/pull/467.patch to fix the issue. Thanks!