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

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

Closed
ira-gordin-sap opened this issue Jan 10, 2021 · 30 comments
Assignees

Comments

@ira-gordin-sap
Copy link

ira-gordin-sap commented Jan 10, 2021

How to reproduce on Linux:

  1. Create a folder with package.json with the following content:
    {
    "name": "project",
    "version": "1.0.0",
    "description": "A simple project.",
    "repository": "",
    "license": "UNLICENSED",
    "private": true,
    "dependencies": {
    "sqlite3": "^5.0.1"
    }
    }
  2. cd to the folder and run "npm install"

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

@gpetrov
Copy link

gpetrov commented Jan 11, 2021

just got the same - seems the binaries for the latest version aren't available:

> sqlite3@5.0.1 install /opt/node_app/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build

node-pre-gyp WARN Using request for node-pre-gyp https download 
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.1/napi-v6-linux-x64.tar.gz 
node-pre-gyp WARN Pre-built binaries not found for sqlite3@5.0.1 and node@12.18.0 (node-v72 ABI, glibc) (falling back to source compile with node-gyp) 

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>

@bkrrrr
Copy link

bkrrrr commented Jan 11, 2021

i got the same with node 12/14 on windows with SQLLite 5.0.1

@ozonep
Copy link

ozonep commented Jan 11, 2021

Yep, me too.
Maybe some issues with S3 bucket... Quota exceeded or something else.

@vegarringdal
Copy link

me too

@MarcosRuginski
Copy link

same issue

@ddhp
Copy link

ddhp commented Jan 12, 2021

occurred to me as well

@iHildy
Copy link

iHildy commented Jan 12, 2021

same issue

@murilobd
Copy link

Same issue here

@benhovinga
Copy link

#1389 already brought up this issue.

@azabroflovski
Copy link

same issue

@leohxj
Copy link

leohxj commented Jan 24, 2021

same!!!
lock version to 5.0.0 will resolve this problem.

@ghost
Copy link

ghost commented Jan 24, 2021

I have same trouble, for raspberry pi(ARM)

node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.0/napi-v3-linux-arm.tar.gz
node-pre-gyp WARN Pre-built binaries not found for sqlite3@5.0.0 and node@12.20.1 (node-v72 ABI, glibc) (falling back to source compile with node-gyp)

https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.0/napi-v3-linux-x64.tar.gz ← this URL works :)
https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.0/napi-v3-linux-arm.tar.gz ← this URL doesnt :(

@zoosm3
Copy link

zoosm3 commented Jan 25, 2021

I got the same error with version 5.0.0. Seems no way to fix it.
node-pre-gyp http 403 https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.1/napi-v6-win32-x64.tar.gz <- this doesn't work

@gpetrov
Copy link

gpetrov commented Jan 27, 2021

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?

@chgeo
Copy link

chgeo commented Jan 27, 2021

Yes, this is also my concern here.
So, let's ping e.g. @kewde again who did the 5.0.1 release: can you handle this urgent issue?

@zetaraku
Copy link

@zoosm3 Manually fallback to 5.0.0 works for me:

npm install sqlite3@5.0.0

Have you tried this?

@JVMartin
Copy link

Same issue, fixed by pinning "sqlite3": "5.0.0"

@digaev
Copy link

digaev commented Feb 8, 2021

Bump, but I believe it worked fine yesterday.

@r-52
Copy link

r-52 commented Feb 8, 2021

Looks like 5.0.1 and 5.0.0 are broken right now.
They return:

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>0DB59BC5703DC0FC</RequestId>
<HostId>
s7ost2vaTRtvAVHbyjRzHGxMN34yrI5fgqlMxf4oSCLOjw+qy5oPGJiE1urzQU3vEy7Bl5M5PXg=
</HostId>
</Error>

@dark-matter-matters
Copy link

Same issue here. No way to bypass it as I don't have a local copy of my node_modules folder.

@kewde kewde self-assigned this Feb 15, 2021
@kewde
Copy link
Collaborator

kewde commented Mar 10, 2021

Please move to 5.0.2, will not fix this for 5.0.1!

@kewde kewde closed this as completed Mar 10, 2021
@shashwatmi
Copy link

I am getting Same error for v4.2.0 and for 5.0.2 also

@Terxeno
Copy link

Terxeno commented Feb 11, 2022

Same Error!

@suyeonpi
Copy link

Same issue

@JohnUSA
Copy link

JohnUSA commented Mar 3, 2022

Same issue

1 similar comment
@bojanbizjak
Copy link

Same issue

@allanbarcelos
Copy link

Same issue here

@LxnChan
Copy link

LxnChan commented Jul 7, 2022

Same issue.

@dev-intellisoft
Copy link

same issue

@nmccready
Copy link

What in the world is going on can we get an admin on this? mapbox bucket is toast.

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