pyppeteer icon indicating copy to clipboard operation
pyppeteer copied to clipboard

OSError: Unable to remove Temporary User Data

Open KeDaCoYa opened this issue 7 years ago • 5 comments

At the end of the program,throw this exception.what should I do?

KeDaCoYa avatar Dec 28 '18 12:12 KeDaCoYa

You probably don't have permission. Set 'PYPPETEER_HOME' env variable to somewhere you have access to. That should resolve

abranjith avatar Jan 03 '19 07:01 abranjith

Did you call await page.close() before calling await browser.close()?

dp24678 avatar Jan 22 '19 02:01 dp24678

getting the same problem

taewookim avatar Feb 10 '19 20:02 taewookim

don't set args "--no-sandbox"

dumpload avatar Apr 04 '19 06:04 dumpload

@dp24678, hi, is there a must to call await page.close() before calling await browser.close(), if so, could you tell me why must? thanks a lot.

wentgithub avatar Jul 01 '19 06:07 wentgithub