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

--verbose flag does not work #49

Closed
dair-targ opened this issue Jun 2, 2012 · 3 comments
Closed

--verbose flag does not work #49

dair-targ opened this issue Jun 2, 2012 · 3 comments
Labels
duplicate Issue already exists

Comments

@dair-targ
Copy link
Contributor


Traceback (most recent call last):
  File "/usr/local/bin/http", line 9, in <module>
    load_entry_point('httpie==0.2.0', 'console_scripts', 'http')()
  File "/usr/local/lib/python2.7/dist-packages/httpie-0.2.0-py2.7.egg/httpie/__main__.py", line 115, in main
    output = _get_output(args, stdout_isatty, response)
  File "/usr/local/lib/python2.7/dist-packages/httpie-0.2.0-py2.7.egg/httpie/__main__.py", line 89, in _get_output
    message=httpmessage.from_request(response.request),
  File "/usr/local/lib/python2.7/dist-packages/httpie-0.2.0-py2.7.egg/httpie/httpmessage.py", line 28, in from_request
    body=request._enc_data,
AttributeError: 'Request' object has no attribute '_enc_data'
@ramsey
Copy link

ramsey commented Jun 12, 2012

I'm having the same problem.

@ramsey
Copy link

ramsey commented Jun 12, 2012

Duplicate of #48 and #50.

@jkbrzt
Copy link
Member

jkbrzt commented Jun 13, 2012

This should be fixed now.

@jkbrzt jkbrzt closed this as completed Jun 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issue already exists
Projects
None yet
Development

No branches or pull requests

3 participants