Created
December 9, 2010 19:33
-
-
Save xentek/735195 to your computer and use it in GitHub Desktop.
Cloudcity Errors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$: ./cloudcity | |
Cleaning up... | |
Traceback (most recent call last): | |
File "/usr/local/bin/duplicity", line 825, in <module> | |
with_tempdir(main) | |
File "/usr/local/bin/duplicity", line 818, in with_tempdir | |
fn() | |
File "/usr/local/bin/duplicity", line 783, in main | |
cleanup(col_stats) | |
File "/usr/local/bin/duplicity", line 594, in cleanup | |
col_stats.backend.delete(extraneous) | |
File "/usr/local/lib/python2.6/dist-packages/duplicity/backends/cloudfilesbackend.py", line 125, in delete | |
self.container.delete_object(file) | |
File "/usr/local/lib/python2.6/dist-packages/cloudfiles/utils.py", line 43, in decorator | |
return f(*args, **kwargs) | |
File "/usr/local/lib/python2.6/dist-packages/cloudfiles/container.py", line 428, in delete_object | |
raise ResponseError(response.status, response.reason) | |
ResponseError: 404: Not Found | |
Performing backup. Please wait... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment