Replies: 1 comment
-
Hi, i have the same problem, because method "driver.quit(), driver.close()" doesnt work correctly, it leaves a zombie procces after each execution of chromedriver, but i didnt solve that problem :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Keep Getting the same error, i'm using django-background-tasks to open the browser and do some stuff and then close it
but after too many files i keep getting this error.
File "/home/admin/my-app/venv/lib/python3.8/site-packages/undetected_chromedriver/init.py", line 433, in init
browser = subprocess.Popen(
File "/usr/lib/python3.8/subprocess.py", line 808, in init
errread, errwrite) = self._get_handles(stdin, stdout, stderr)
File "/usr/lib/python3.8/subprocess.py", line 1482, in _get_handles
c2pread, c2pwrite = os.pipe()
OSError: [Errno 24] Too many open files
Beta Was this translation helpful? Give feedback.
All reactions