chrome-cookies-secure icon indicating copy to clipboard operation
chrome-cookies-secure copied to clipboard

Sqlite not working on Ubuntu 18.04

Open josep11 opened this issue 4 years ago • 2 comments

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

josep11 avatar Aug 06 '21 18:08 josep11

Is this still an issue @josep11 ?

rubengmurray avatar Jun 30 '24 14:06 rubengmurray

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

josep11 avatar Jul 04 '24 14:07 josep11