#hayazee.

1 messages · Page 1 of 1 (latest)

dusty brookBOT
cunning raptor
#

hello! what's the error?

maiden nexus
#

tar: stripe_X.X.X_linux_x86_64.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

When commanding on my project and also when commanding from my home folder's terminal.

#

My purpose in using that stripe CLI is just to get my "STRIPE_WEBHOOK_SIGNING_SECRET". I'm new to this and dk what and how to do it.

cunning raptor
#

can you take a screenshot of the folder in your terminal, and the commands you've run and the result?

maiden nexus
cunning raptor
#

can you check what is the exact file name?

#

x.x.x. is just a placeholder

#

you need to replace that with the actual version

#

so it should be tar -xvf <actual name of file that you downloaded>

maiden nexus
#

tar -xvf stripe-cli-master.zip ??

dusty brookBOT
cunning raptor
#

if that's what it is named, then sure

#

but that doesn't look correct

#

i would think you should be downloading this one instead : stripe_1.17.0_linux_x86_64.tar.gz

maiden nexus
#

I'm sorry I didn't read that correctly:
"Download the latest Linux tar.gz file from GitHub."
The file was this one: {{Image}}
And the command was this one:
tar -xvf stripe_1.17.0_linux_x86_64.tar.gz

#

I've moved that ./stripe in my back-end project to where I want to use it. The terminal is like this:

#

Also gives the same 1st error when commanding "stripe login".

sullen hatch
#

Does ./stripe login not work?