-
-
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
Access Denied: Linux precompiled binaries #1389
Comments
same for me here |
EDIT I found that my errors below were related to my environment setup and not the subject issue. Disregard my comments. For anyone using WSL, make sure your project is stored on the linux file system (
|
Same over here installing sqlite3.
Same 403 on the mapbox link while installing. Only the relevant part:
|
Little update:
|
I'm getting the same problem on Ubuntu x64 for https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.1.0/node-v83-linux-x64.tar.gz Mentioned in: laurent22/joplin#4385 |
Same problem here, both on Windows and Linux. Couldn't install 4.2.0. Then tried doing latest, also failed. Specifying to install @5.0.0 worked though. |
FWIW the error ultimately went away for me when I resolved |
The downloads are giving an access denied error, until Mapbox fix this problem every install will need to be compiled, which is bloody annoying. |
I think the Access Denied errors are really Not Found. Apparently AWS S3 will report 403 Access Denied if the (anonymous) user doesn't have ListBucket permission: https://jamesthom.as/2021/02/aws-s3-iam-errors-with-missing-files-404-expected-403-returned/ The files for Node-API v6 were not uploaded by the build for 5.0.1 - see #1444 and commit 60a022c, and also #1424 (comment). For now use version 5.0.2 or 5.0.0, which only support Node-API v3. According to the support matrix Node-API v3 is supported for all versions after Node 6.14.2. A later version of Node.js could drop support for older versions of Node-API, but at the time I wrote this, Node 16.x still supported Node-API v3. If you really need version 5.0.1, you will need to have the build tools installed and configured for your platform, so that |
Or, you know, put the pre-compiled version somewhere people could get a hold of it. Downloading 4GB of compilers to compile this is just piss poor infrastructure management, not everyone wants to fuck around with compilers. Some of us just want easier access to the node. |
Please try with v5.0.3 🙂 |
The URL https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.1/napi-v6-linux-x64.tar.gz is returning an Access Denied error. (The v3 URL, https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v5.0.1/napi-v3-linux-x64.tar.gz, is fine.)
The text was updated successfully, but these errors were encountered: