Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

403 #446

Closed
joaomilho opened this issue Dec 10, 2018 · 7 comments
Closed

403 #446

joaomilho opened this issue Dec 10, 2018 · 7 comments

Comments

@joaomilho
Copy link

I'm trying to install react-native-sentry (or @sentry/cli for that matter). I'm aware this is already discussed in other issues (like #401 ) but since it's closed there I think it's worth reopening, 'cause even if this is a "temporal" problem, it's a problem. Here's my log:

> yarn add react-native-sentry@0.40.2 --verbose
...
lots of output
...
verbose 97.996 Error: /.../node_modules/@sentry/cli: Command failed.
Exit code: 1
Command: node scripts/install.js
Arguments:
Directory: /.../node_modules/@sentry/cli
Output:
Error: Received 403: Forbidden
    at ProcessTermError.ExtendableBuiltin (/.../bin/.yarn/cli.js:237:66)
    at ProcessTermError.MessageError (/.../bin/.yarn/cli.js:266:123)
    at new ProcessTermError (/.../bin/.yarn/cli.js:306:113)
    at ChildProcess.<anonymous> (/.../.yarn/cli.js:30317:17)
    at emitTwo (events.js:126:13)
    at ChildProcess.emit (events.js:214:7)
    at maybeClose (internal/child_process.js:925:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
error /.../node_modules/@sentry/cli: Command failed.
Exit code: 1
Command: node scripts/install.js
Arguments:



@tonyo
Copy link
Member

tonyo commented Dec 10, 2018

@joaomilho Could you provide your versions of Yarn (yarn --version), Node (node --version), and your OS information (e.g. uname -a on Linux/Mac)?
Also, does it work if you just do yarn add @sentry/cli ?

@joaomilho
Copy link
Author

Mac. Darwin ... 17.7.0 Darwin Kernel Version 17.7.0.

> node --version
v8.11.3
> yarn --version
1.6.0

If I go to the folder and run node scripts/install.js it actually works.

@kamilogorek
Copy link
Contributor

Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. There's a large chance that this issue has been solved since.
Please do not hesitate to ping me if it is still relevant, and I will happily reopen and work on it.
Cheers!

@karna41317
Copy link

I do have same issue

node --version
v12.16.1

@kamilogorek
Copy link
Contributor

@karna41317 it looks like you have some connection issues with our CDN that stores the binary.
You may try to point it to a different mirror, eg. SENTRYCLI_CDNURL=https://github.com/getsentry/sentry-cli/releases/download/ yarn add react-native-sentry@0.40.2

@gplcn
Copy link

gplcn commented Apr 19, 2022

me too

@Ramanan-Raguraman
Copy link

Facing same issue
Node version v8.11.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants