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

Sqlite not working on Ubuntu 18.04 #33

Open
josep11 opened this issue Aug 6, 2021 · 2 comments
Open

Sqlite not working on Ubuntu 18.04 #33

josep11 opened this issue Aug 6, 2021 · 2 comments

Comments

@josep11
Copy link

josep11 commented Aug 6, 2021

Error:

[Error: SQLITE_CANTOPEN: unable to open database file
Emitted 'error' event on Database instance at:
]

Steps to reproduce:

  1. npm init -y && npm i -S chrome-cookies-secure
echo "const chrome = require('chrome-cookies-secure'); \
const url = 'https://wallapop.com/'; \
chrome.getCookies(url, function (err, cookies) { \
    console.log(cookies); \
}); " > index.js
  1. node index.js

Versions:
Ubuntu 18.04.1 (Virtual Machine)
Node.js v14.17.4 (also tried with v16.3.0)

Extra info:
I also tried on Mac OS 10.14 and it worked fine

@rubengmurray
Copy link
Collaborator

Is this still an issue @josep11 ?

@josep11
Copy link
Author

josep11 commented Jul 4, 2024

@rubengmurray I don't know, did not try it again with the same set up. It's been a while.

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

2 participants