Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bakthat configure errors out #5

Closed
tk422 opened this issue Feb 6, 2013 · 1 comment
Closed

bakthat configure errors out #5

tk422 opened this issue Feb 6, 2013 · 1 comment

Comments

@tk422
Copy link

tk422 commented Feb 6, 2013

Hey there I was running 'bakthat configure' and got the following:

AWS Access Key:
AWS Secret Key:
S3 Bucket Name: test
Traceback (most recent call last):
File "/usr/local/bin/bakthat", line 9, in
load_entry_point('bakthat==0.3.0', 'console_scripts', 'bakthat')()
File "/usr/local/bin/bakthat.py", line 528, in main
app.run()
File "/usr/local/lib/python2.6/dist-packages/aaargh.py", line 157, in run
return func(**kwargs)
File "/usr/local/bin/bakthat.py", line 400, in configure
default_destination = raw_input("Default destination ({}): ".format(DEFAULT_DESTINATION))
ValueError: zero length field name in format

It seems to happen no matter what i enter for s3 bucket name (which ironically I am not using because I want to use this for glacier)

@tsileo
Copy link
Owner

tsileo commented Feb 6, 2013

Hi,

My bad, I forget to put indices in the format specs to be Python2.6 compatible,

It should be fixed (updated both on github and pypi), let me know if you encounter any issues or if you have any questions.

@tsileo tsileo closed this as completed Feb 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants