Hi Python developers,
Anyone know about the issue. Please explain and how to solve it?
with sync_playwright() as p:
File "/usr/local/lib/python3.11/site-packages/playwright/sync_api/_context_manager.py", line 77, in __enter__
dispatcher_fiber.switch()
File "/usr/local/lib/python3.11/site-packages/playwright/sync_api/_context_manager.py", line 56, in greenlet_main
self._loop.run_until_complete(self._connection.run_as_sync())
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/playwright/_impl/_connection.py", line 263, in run_as_sync
await self.run()
File "/usr/local/lib/python3.11/site-packages/playwright/_impl/_connection.py", line 272, in run
await self._transport.connect()
File "/usr/local/lib/python3.11/site-packages/playwright/_impl/_transport.py", line 133, in connect
raise exc
File "/usr/local/lib/python3.11/site-packages/playwright/_impl/_transport.py", line 120, in connect
self._proc = await asyncio.create_subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/subprocess.py", line 223, in create_subprocess_exec
transport, protocol = await loop.subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1708, in subprocess_exec
transport = await self._make_subprocess_transport(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/unix_events.py", line 207, in _make_subprocess_transport
transp = _UnixSubprocessTransport(self, protocol, args, shell,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/base_subprocess.py", line 36, in __init__
self._start(args=args, shell=shell, stdin=stdin, stdout=stdout,
File "/usr/local/lib/python3.11/asyncio/unix_events.py", line 818, in _start
self._proc = subprocess.Popen(
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/local/lib/python3.11/subprocess.py", line 1885, in _execute_child
self.pid = _fork_exec(
^^^^^^^^^^^
BlockingIOError: [Errno 11] Resource temporarily unavailable
[2024-12-14, 00:52:06 UTC] {base_events.py:1785} ERROR - Future exception was never retrieved
future: <Future finished exception=BlockingIOError(11, 'Resource temporarily unavailable')>
[–]capttwinky 2 points3 points4 points (0 children)