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
Seems to generate a file, but launches 10 billion error messages that all say:
Traceback (most recent call last):
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
ValueError: I/O operation on closed file.
Future exception was never retrieved
future: <Future finished exception=ValueError('I/O operation on closed file.')>
This is running with the default in the tutorial and also num_processes=1 & max_concurrent_requests=1 seems to give the same errors.
The text was updated successfully, but these errors were encountered:
Running: https://github.com/uc-cdis/gen3sdk-python#download-manifest
Seems to generate a file, but launches 10 billion error messages that all say:
This is running with the default in the tutorial and also
num_processes=1
&max_concurrent_requests=1
seems to give the same errors.The text was updated successfully, but these errors were encountered: