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
I use 'pickle' to serialize the data to oss, but when I use aiooss2 to download and deserialize the data with 'pickle.loads()', the following error occurs:
_pickle.UnpicklingError: pickle data was truncated
But this will not happen if I use oss2.
The size of the file downloaded by aiooss2 is smaller than that of oss2.
I would appreciate it if you could help me with this problem.
The text was updated successfully, but these errors were encountered:
lt2000
changed the title
Lost newline character in downloaded file
'pickle.loads()' error
Aug 3, 2023
lt2000
changed the title
'pickle.loads()' error
download file error
Aug 3, 2023
I use 'pickle' to serialize the data to oss, but when I use aiooss2 to download and deserialize the data with 'pickle.loads()', the following error occurs:
_pickle.UnpicklingError: pickle data was truncated
But this will not happen if I use oss2.
The size of the file downloaded by aiooss2 is smaller than that of oss2.
I would appreciate it if you could help me with this problem.
The text was updated successfully, but these errors were encountered: