puppeteer-with-fingerprints icon indicating copy to clipboard operation
puppeteer-with-fingerprints copied to clipboard

Error "Lock is not acquired/owned by you"

Open alshahabrezvi opened this issue 8 months ago • 2 comments

`C:\Users\user\OneDrive\Desktop\bot-main\node_modules\proper-lockfile\lib\lockfile.js:285 return callback(Object.assign(new Error('Lock is not acquired/owned by you'), { code: 'ENOTACQUIRED' })); ^

Error: Lock is not acquired/owned by you at C:\Users\user\OneDrive\Desktop\bot-main\node_modules\proper-lockfile\lib\lockfile.js:285:43 at LOOP (node:fs:2833:14) at process.processTicksAndRejections (node:internal/process/task_queues:77:11) { code: 'ENOTACQUIRED'`

why I am getting top error when I am trying to open batch of multiple browser.

alshahabrezvi avatar Jun 02 '24 10:06 alshahabrezvi