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
It only seems to happen reliably if the length is close to the first multiple for some reason, but I think I remember that it has happened for larger multiples too. Anybody able to reproduce?
I have the following script:
I get an error when the file length is close to a multiple of the chunksize:
Changing the chunksize or the lengths of the files allows me to avoid the error.
The error seems to happen before or when the tiny leftover chunk is read (since the previous
print
was displayed.)The files read look like the following:
With special symbols showing:
The text was updated successfully, but these errors were encountered: