cgiraudeau

Results 2 issues of cgiraudeau

The function select.select can only accept file descriptors below 1024. To avoid this limitation, the solution is to use select.poll in place of select.select. See: https://github.com/ponty/PyVirtualDisplay/issues/90

I use pyvirtualdisplay in a docker image to do scraping. After a time, I get the following error: ```python Traceback (most recent call last): File "/home/site/wwwroot/retriever/tools/browser_display.py", line 34, in start...