diff --git a/bin/reptile/taduo_net/find.js b/bin/reptile/taduo_net/find.js index 92554a3..668ac64 100644 --- a/bin/reptile/taduo_net/find.js +++ b/bin/reptile/taduo_net/find.js @@ -5,6 +5,7 @@ let gethtml = (name) => { return new Promise(async (res, rej) => { puppeteer.launch({ headless: true, + args: ['--no-sandbox', '--disable-setuid-sandbox'] }).then(async (browser) => { const page = await browser.newPage();