-
-
Notifications
You must be signed in to change notification settings - Fork 815
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
Install fails with "Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.1/napi-v6-linux-x64.tar.gz ". #1421
Comments
just got the same - seems the binaries for the latest version aren't available:
Are any binaries available @kewde ? Or is something wrong with the amazon S3 access settings - as it gives access denied all the time. <Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>26304C28165B6492</RequestId>
<HostId>SIoQ7AN40mJByPyfSNfkt+xI1+1GUvqXbUj8l102kE0uT3/bRz2tkupLU0ddlz2v0zeXG3mmds8=</HostId>
</Error> |
i got the same with node 12/14 on windows with SQLLite 5.0.1 |
Yep, me too. |
me too |
same issue |
occurred to me as well |
same issue |
Same issue here |
#1389 already brought up this issue. |
same issue |
same!!! |
I have same trouble, for raspberry pi(ARM)
https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.0/napi-v3-linux-x64.tar.gz ← this URL works :) |
I got the same error with version |
I wonder why this isn't fixed yet - such an urgent issue, so many production pipelines broken... Just due to simple missing binary or wrong S3 permissions... Who is responsible for that? |
Yes, this is also my concern here. |
@zoosm3 Manually fallback to 5.0.0 works for me:
Have you tried this? |
Same issue, fixed by pinning |
Bump, but I believe it worked fine yesterday. |
Looks like 5.0.1 and 5.0.0 are broken right now.
|
Same issue here. No way to bypass it as I don't have a local copy of my node_modules folder. |
Please move to 5.0.2, will not fix this for 5.0.1! |
I am getting Same error for v4.2.0 and for 5.0.2 also |
Same Error! |
Same issue |
Same issue |
1 similar comment
Same issue |
Same issue here |
Same issue. |
same issue |
What in the world is going on can we get an admin on this? mapbox bucket is toast. |
How to reproduce on Linux:
{
"name": "project",
"version": "1.0.0",
"description": "A simple project.",
"repository": "",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"sqlite3": "^5.0.1"
}
}
Environment:
$ uname -a
Linux 5.4.0-4-cloud-amd64 #1 SMP Debian 5.4.19-1 (2020-02-13) x86_64 GNU/Linux
$ node -v
v10.23.0
The text was updated successfully, but these errors were encountered: