Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created April 4, 2013 20:04
Show Gist options
  • Save groovecoder/5313709 to your computer and use it in GitHub Desktop.
Save groovecoder/5313709 to your computer and use it in GitHub Desktop.
File "/vagrant/apps/landing/views.py", line 93, in apps_newsletter
optin=optin)
File "/vagrant/vendor/src/basket-client/basket/base.py", line 69, in subscribe
return request('post', 'subscribe', data=kwargs)
File "/vagrant/vendor/src/basket-client/basket/base.py", line 57, in request
return parse_response(res)
File "/vagrant/vendor/src/basket-client/basket/base.py", line 27, in parse_response
if res.error:
AttributeError: 'Response' object has no attribute 'error'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment