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
Hi,
I got following error while uploading file as page blob-
azure/storage/blobservice.py", line 1318, in put_page_blob_from_path
retry_wait)
IOError: close() called during concurrent operation on the same file object.
Hi! Is this something you can repro consistently? Could you include the code I can use to repro it, including the size of the file you are trying to upload?
The text was updated successfully, but these errors were encountered:
Description:
Hi,
I got following error while uploading file as page blob-
azure/storage/blobservice.py", line 1318, in put_page_blob_from_path
retry_wait)
IOError: close() called during concurrent operation on the same file object.
Thanks,
Vaibhav
Original Issue: Azure/azure-sdk-for-python#341
Comments (1):
@huguesv commented on 2015-04-14 23:08:56:
The text was updated successfully, but these errors were encountered: