Skip to content

Instantly share code, notes, and snippets.

@mapio
Created March 31, 2012 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mapio/2263346 to your computer and use it in GitHub Desktop.
Save mapio/2263346 to your computer and use it in GitHub Desktop.
Curlish error
$ 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