You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Luke Morfitt (JIRA)" <ji...@apache.org> on 2016/07/29 14:43:20 UTC

[jira] [Updated] (LIBCLOUD-842) Azure blob storage - 'Error initializing upload. Code: 400'

     [ https://issues.apache.org/jira/browse/LIBCLOUD-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luke Morfitt updated LIBCLOUD-842:
----------------------------------
    Description: 
When using libcloud version 1.1.0 with azure blob storage we are seeing the following error. This issue does not appear in 0.20.1 and we are currently investigating the differences between the two releases. 


{quote}
Upload Thread - Unhandled exception - Error initializing upload. Code: 400 - <LibcloudError in <libcloud.storage.drivers.azure_blobs.AzureBlobsStorageDriver object at 0x7f1e2778b790> 'Error initializing upload. Code: 400'>
Traceback (most recent call last):
  File "/usr/local/gamesparks/analytics_upload.py", line 383, in FileUploadThread
    object_name=bname)
  File "/usr/local/lib/python2.7/dist-packages/libcloud/storage/drivers/azure_blobs.py", line 838, in upload_object_via_stream
    use_lease=ex_use_lease)
  File "/usr/local/lib/python2.7/dist-packages/libcloud/storage/drivers/azure_blobs.py", line 935, in _put_object
    iterator=iterator)
  File "/usr/local/lib/python2.7/dist-packages/libcloud/storage/base.py", line 654, in _upload_object
    **upload_func_kwargs)
  File "/usr/local/lib/python2.7/dist-packages/libcloud/storage/drivers/azure_blobs.py", line 612, in _upload_in_chunks
    (response.status), driver=self)
LibcloudError: <LibcloudError in <libcloud.storage.drivers.azure_blobs.AzureBlobsStorageDriver object at 0x7f1e2778b790> 'Error initializing upload. Code: 400'>
{quote}

  was:
When using libcloud version 1.1.0 with azure blob storage we are seeing the following error. This issue does not appear in 0.20.1 and we are currently investigating the differences between the two releases. 



Upload Thread - Unhandled exception - Error initializing upload. Code: 400 - <LibcloudError in <libcloud.storage.drivers.azure_blobs.AzureBlobsStorageDriver object at 0x7f1e2778b790> 'Error initializing upload. Code: 400'>
Traceback (most recent call last):
  File "/usr/local/gamesparks/analytics_upload.py", line 383, in FileUploadThread
    object_name=bname)
  File "/usr/local/lib/python2.7/dist-packages/libcloud/storage/drivers/azure_blobs.py", line 838, in upload_object_via_stream
    use_lease=ex_use_lease)
  File "/usr/local/lib/python2.7/dist-packages/libcloud/storage/drivers/azure_blobs.py", line 935, in _put_object
    iterator=iterator)
  File "/usr/local/lib/python2.7/dist-packages/libcloud/storage/base.py", line 654, in _upload_object
    **upload_func_kwargs)
  File "/usr/local/lib/python2.7/dist-packages/libcloud/storage/drivers/azure_blobs.py", line 612, in _upload_in_chunks
    (response.status), driver=self)
LibcloudError: <LibcloudError in <libcloud.storage.drivers.azure_blobs.AzureBlobsStorageDriver object at 0x7f1e2778b790> 'Error initializing upload. Code: 400'>


> Azure blob storage - 'Error initializing upload. Code: 400'
> -----------------------------------------------------------
>
>                 Key: LIBCLOUD-842
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-842
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Storage
>         Environment: Production
>            Reporter: Luke Morfitt
>              Labels: blobstore, storage_drivers
>
> When using libcloud version 1.1.0 with azure blob storage we are seeing the following error. This issue does not appear in 0.20.1 and we are currently investigating the differences between the two releases. 
> {quote}
> Upload Thread - Unhandled exception - Error initializing upload. Code: 400 - <LibcloudError in <libcloud.storage.drivers.azure_blobs.AzureBlobsStorageDriver object at 0x7f1e2778b790> 'Error initializing upload. Code: 400'>
> Traceback (most recent call last):
>   File "/usr/local/gamesparks/analytics_upload.py", line 383, in FileUploadThread
>     object_name=bname)
>   File "/usr/local/lib/python2.7/dist-packages/libcloud/storage/drivers/azure_blobs.py", line 838, in upload_object_via_stream
>     use_lease=ex_use_lease)
>   File "/usr/local/lib/python2.7/dist-packages/libcloud/storage/drivers/azure_blobs.py", line 935, in _put_object
>     iterator=iterator)
>   File "/usr/local/lib/python2.7/dist-packages/libcloud/storage/base.py", line 654, in _upload_object
>     **upload_func_kwargs)
>   File "/usr/local/lib/python2.7/dist-packages/libcloud/storage/drivers/azure_blobs.py", line 612, in _upload_in_chunks
>     (response.status), driver=self)
> LibcloudError: <LibcloudError in <libcloud.storage.drivers.azure_blobs.AzureBlobsStorageDriver object at 0x7f1e2778b790> 'Error initializing upload. Code: 400'>
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)