-
Notifications
You must be signed in to change notification settings - Fork 11
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
error on scraper #41
Comments
One hint: |
Hello @TomyCesaille. Thank you for your stunning work on this project. I have the same issue @muhammadanees83 reported. Could you please tell us where to find (or add) the Thanks. |
I guess the file just needs to be created by hand before launching to fix. |
I have added the file with 755 permission in the |
any solution? |
facing below error while starting docker image... please help
HEADLESS=undefined
scraper_1 | internal/fs/utils.js:230
scraper_1 | throw err;
scraper_1 | ^
scraper_1 |
scraper_1 | Error: ENOENT: no such file or directory, open 'no-whatsapp.txt'
scraper_1 | at Object.openSync (fs.js:458:3)
scraper_1 | at Object.readFileSync (fs.js:360:35)
scraper_1 | at Object. (/app/index.js:40:4)
scraper_1 | at Module._compile (internal/modules/cjs/loader.js:1156:30)
scraper_1 | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1176:10)
scraper_1 | at Module.load (internal/modules/cjs/loader.js:1000:32)
scraper_1 | at Function.Module._load (internal/modules/cjs/loader.js:899:14)
scraper_1 | at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
scraper_1 | at internal/main/run_main_module.js:18:47 {
scraper_1 | errno: -2,
scraper_1 | syscall: 'open',
scraper_1 | code: 'ENOENT',
scraper_1 | path: 'no-whatsapp.txt'
scraper_1 | }
The text was updated successfully, but these errors were encountered: