Skip to content

Instantly share code, notes, and snippets.

@rcoh
Created April 1, 2013 15:53
Show Gist options
  • Save rcoh/5285744 to your computer and use it in GitHub Desktop.
Save rcoh/5285744 to your computer and use it in GitHub Desktop.
.....
File "./filepicker/client/url_client.py", line 102, in get_file_info_response
url = urls_lib.sanitize_url(url, strict=True)
File "./filepicker/urls_lib.py", line 50, in sanitize_url
error()
File "./filepicker/urls_lib.py", line 38, in error
raise exceptions_lib.FilepickerException("Invalid Url", 400)
TypeError: 'AuthException' object is not callable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment