Open youcmd opened 1 year ago
I have adjusted the issue title according the very likely root case of the problem. I will try to reproduce it and hopefully fix it. I guess that we need to upload each file in block of 60MB or similar.
Thanks for the report and debug information!
Any solution for this issue ?
Hello!
It needs fixing in several places. Basically around the code there are some XXX:
comments that assumed that one single block upload was ok (but there are also some other places not marked with such comments). This assumption was wrong. I need to sit down and review and adjust all API calls related to file and block uploads.
As a possible workaround, at least on Unix split(1)
can be used as a workaround.
Please also see #70, probably the limit was changed to even lower block size.
Updated with #76
the file only 68MB
python transferwee.py upload -v "audio.m4a"
i try add this code in 587
logger.debug(blocks)