You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/.../.asdf/installs/python/3.12.4/lib/python3.12/asyncio/runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/Users/.../.asdf/installs/python/3.12.4/lib/python3.12/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/.../.asdf/installs/python/3.12.4/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/Users/.../summarise_pdfs.py", line 20, in create_bullet_points
return await batch.run()
^^^^^^^^^^^^^^^^^
File "/Users/.../env/lib/python3.12/site-packages/oaib/Batch.py", line 405, in run
await gather(*self.__workers)
File "/Users/.../env/lib/python3.12/site-packages/oaib/Batch.py", line 294, in __worker
proceed = self._next(i)
^^^^^^^^^^^^^
File "/Users/.../env/lib/python3.12/site-packages/oaib/Batch.py", line 267, in _next
self.log(f"REQUESTS: {self.__queue.qsize()}", worker=i)
File "/Users/.../env/lib/python3.12/site-packages/oaib/Batch.py", line 141, in log
with open(self.logdir, "a") as file:
^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 24] Too many open files: 'oaib.txt'
The text was updated successfully, but these errors were encountered:
redacted stack trace:
The text was updated successfully, but these errors were encountered: