Closed VERISBABY closed 1 year ago
Same
i found a solution for this is add temp_output_file.close()
before shutil.move(temp_output_file.name, output_path)
in _download_file function in mega.py in source folder.
That means we have to close the file before moving
i use mega.py to download file from mega but it shows this traceback when run the code: