Forums

Issues using xvfb-run to start my playwright python code

I wrote a code using playwright and python. I tried running it on both bash console and tasks. But after a while it started saying "/usr/bin/xvfb-run: 24: Cannot fork". Do you know what can I do for it I have 10000 seconds per day for cpu usage and half of it is still not used.

Thanks

There's a limit on how many processes can be started by a program on PythonAnywhere. It looks like your code is starting too many processes.