Created
March 31, 2012 12:24
-
-
Save mapio/2263346 to your computer and use it in GitHub Desktop.
Curlish error
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
$ curlish -i https://graph.facebook.com/me | |
Traceback (most recent call last): | |
File "/Users/santini/.virtualenvs/948ddccbe548751e/bin/curlish", line 9, in <module> | |
load_entry_point('curlish==1.2', 'console_scripts', 'curlish')() | |
File "/Users/santini/.virtualenvs/948ddccbe548751e/lib/python2.7/site-packages/curlish.py", line 648, in main | |
site = get_site(args.site, extra_args[url_arg]) | |
File "/Users/santini/.virtualenvs/948ddccbe548751e/lib/python2.7/site-packages/curlish.py", line 363, in get_site | |
base_url = site.get('base_url') | |
AttributeError: 'str' object has no attribute 'get' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment