Created
October 7, 2011 18:19
-
-
Save kyleterry/1270995 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
######################## Exception ############################# | |
Traceback (most recent call last): | |
File "/home/kyle/code/beehive/lib/aquameta/helpers/json.py", line 18, in wrap | |
response = func(request, *a, **kw) | |
File "/home/kyle/.virtualenvs/beehive/local/lib/python2.7/site-packages/django/utils/decorators.py", line 110, in _wr | |
apped_view | |
return middleware.process_response(request, response) | |
File "/home/kyle/.virtualenvs/beehive/local/lib/python2.7/site-packages/django/middleware/cache.py", line 96, in proc | |
ess_response | |
if not response.status_code == 200: | |
AttributeError: 'dict' object has no attribute 'status_code' | |
################################################################ | |
[07/Oct/2011 11:15:16] "GET /purchasing/po/64568/info-panel?purchaseline=575580&detail_counter=1 HTTP/1.1" 200 91 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment