Open testvinder opened 6 years ago
Hi,
Could you please check if this still happens on version 0.10.0
?
Hey, same issue here. I'm using the .render() method in a script. I've updated the library but it keeps happen.
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "C:\Users\User\Anaconda3\envs\data-science\lib\site-packages\pyppeteer\launcher.py", line 262, in killChrome
self._cleanup_tmp_user_data_dir()
File "C:\Users\User\Anaconda3\envs\data-science\lib\site-packages\pyppeteer\launcher.py", line 154, in _cleanup_tmp_user_data_dir
raise IOError('Unable to remove Temporary User Data')
OSError: Unable to remove Temporary User Data
Is there a quick fix for it? I'm facing the same issue when requesting too many times
Has anyone found the fix for this?
If a start two scripts that both use render I quickly get errors such as this (only one of them fails and the other script continues):
It seems that the two independent scripts interfere with each other and try to remove files belonging to the other process.
I'm using latest version of requests-html