I very often am getting this:
Traceback (most recent call last):
File "/opt/conda/lib/python3.11/site-packages/NDATools/Download.py", line 49, in run
func(*args, **kargs)
File "/opt/conda/lib/python3.11/site-packages/NDATools/Download.py", line 308, in write_to_download_progress_report_file
download_progress_report.flush()
ValueError: write to closed file
If I run the program again, it works fine - usually.
I very often am getting this:
If I run the program again, it works fine - usually.