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
Describe the bug uds.py fails to upload a 3GB .tar
To Reproduce
Steps to reproduce the behavior:
Run python3 uds.py push /mnt/sda/archive.tar
Observe this error:
python3 uds.py push /mnt/sda/archive.tar
Traceback (most recent call last):
File "uds.py", line 545, in<module>main()
File "uds.py", line 466, in main
uds.do_chunked_upload(file_path)
File "uds.py", line 194, in do_chunked_upload
self.upload_chunked_part(chunk)
File "uds.py", line 138, in upload_chunked_part
mm = mmap.mmap(fd.fileno(), 0, access=mmap.ACCESS_READ)
ValueError: mmap length is too large
Describe the bug
uds.py
fails to upload a 3GB .tarTo Reproduce
Steps to reproduce the behavior:
python3 uds.py push /mnt/sda/archive.tar
Expected behavior
uds.py
uploads the archiveScreenshots
[none, because... it's a cli program]
System Information
The text was updated successfully, but these errors were encountered: