Created
April 4, 2013 20:04
-
-
Save groovecoder/5313709 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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