|
From: Moshe Y. <mo...@po...> - 2013-12-17 10:58:56
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An unexpected error has occurred.
Please report the following lines to:
s3t...@li...
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Problem: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in
position 42: ordinal not in range(128)
S3cmd: 1.1.0-beta3
Traceback (most recent call last):
File "/usr/bin/s3cmd", line 1800, in <module>
main()
File "/usr/bin/s3cmd", line 1741, in main
cmd_func(args)
File "/usr/bin/s3cmd", line 965, in cmd_sync
return cmd_sync_local2remote(args)
File "/usr/bin/s3cmd", line 900, in cmd_sync_local2remote
s3.object_delete(uri)
File "/usr/share/s3cmd/S3/S3.py", line 402, in object_delete
request = self.create_request("OBJECT_DELETE", uri = uri)
File "/usr/share/s3cmd/S3/S3.py", line 559, in create_request
resource['uri'] = "/" + self.urlencode_string(object)
File "/usr/share/s3cmd/S3/S3.py", line 526, in urlencode_string
error(u"Non-printable character 0x%02x in: %s" % (o, string))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 42:
ordinal not in range(128)
--
Moshe Yudkowsky * mo...@po... * www.pobox.com/~moshe
"There was an crash on the expressway this morning. Fortunately, all the
traffic was backed up."
-- Eli Yudkowsky
|