Skip to content

Bump SQLite3 | node-pre-gyp http 403 #26

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

Merged
merged 2 commits into from
Oct 28, 2021
Merged

Conversation

builtbyproxy
Copy link
Contributor

@builtbyproxy builtbyproxy commented Oct 28, 2021

I'm not entirely across why we are getting errors here however the version of node-pre-gyp used in sqlite3 has changed: TryGhost/node-sqlite3#1441

[email protected] seems to install and function correctly however more debugging needs to be conducted before merging this.

Version 4.1.0

node-pre-gyp info it worked if it ends with ok
node-pre-gyp info using [email protected]
node-pre-gyp info using [email protected] | darwin | x64
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp info check checked for "/Users/lachlanyoung/projects/tanda/work-samples/adnat (react)/backend/node_modules/sqlite3/lib/binding/node-v93-darwin-x64/node_sqlite3.node" (not found)
node-pre-gyp http GET https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.1.0/node-v93-darwin-x64.tar.gz
node-pre-gyp http 403 https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.1.0/node-v93-darwin-x64.tar.gz
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.1.0/node-v93-darwin-x64.tar.gz
node-pre-gyp WARN Pre-built binaries not found for [email protected] and [email protected] (node-v93 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp http 403 status code downloading tarball https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.1.0/node-v93-darwin-x64.tar.gz

Version 5.0.0

CleanShot 2021-10-28 at 15 36 42@2x

@builtbyproxy
Copy link
Contributor Author

I've written auth functionality and am able to successfully hit the SQLite DB

CleanShot.2021-10-28.at.16.27.34.mp4

@builtbyproxy builtbyproxy marked this pull request as ready for review October 28, 2021 06:29
@builtbyproxy
Copy link
Contributor Author

I've also added this so CORS doesn't ruin people's days pointlessly: 10c50b9

Copy link
Member

@ghiculescu ghiculescu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ghiculescu ghiculescu merged commit dc42e58 into master Oct 28, 2021
@ghiculescu ghiculescu deleted the hotfix/bump-sqlite3 branch October 28, 2021 13:29
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

Successfully merging this pull request may close these issues.

2 participants