We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error:
[Error: SQLITE_CANTOPEN: unable to open database file Emitted 'error' event on Database instance at: ]
Steps to reproduce:
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
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
The text was updated successfully, but these errors were encountered:
Is this still an issue @josep11 ?
Sorry, something went wrong.
@rubengmurray I don't know, did not try it again with the same set up. It's been a while.
No branches or pull requests
Error:
Steps to reproduce:
npm init -y && npm i -S chrome-cookies-secure
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
The text was updated successfully, but these errors were encountered: