Hello,

I was using s3cmd info <file> to view info about my S3 objects, but it
stopped working.   I included the error output here, but sanitized out
my client's bucket and filenames.  If having those would help, I can
try to reproduce using a public file.   Thanks!

$ s3cmd info s3://my_bucket/my_file

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    An unexpected error has occurred.
  Please report the following lines to:
  s3tools-general@lists.sourceforge.net
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

S3cmd:  0.9.8.2
Python: 2.5.2 (r252:60911, May 28 2008, 19:19:25)  [GCC 4.2.4 (Debian 4.2.4-1)]

Traceback (most recent call last):
  File "/usr/bin/s3cmd", line 1040, in <module>
    main()
  File "/usr/bin/s3cmd", line 1020, in main
    cmd_func(args)
  File "/usr/bin/s3cmd", line 284, in cmd_info
    info = s3.object_info(uri)
  File "/usr/lib/python2.5/site-packages/S3/S3.py", line 204, in object_info
    response = self.send_request(request)
  File "/usr/lib/python2.5/site-packages/S3/S3.py", line 308, in send_request
    response["data"] =  http_response.read()
  File "/usr/lib/python2.5/httplib.py", line 509, in read
    return self._read_chunked(amt)
  File "/usr/lib/python2.5/httplib.py", line 548, in _read_chunked
    chunk_left = int(line, 16)
ValueError: invalid literal for int() with base 16: ''


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    An unexpected error has occurred.
    Please report the above lines to:
  s3tools-general@lists.sourceforge.net
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


 --Joseph Sheedy

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to