Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django error from session/ TypeError: expected string or buffer #16

Open
ksnabb opened this issue Aug 8, 2012 · 0 comments
Open

Django error from session/ TypeError: expected string or buffer #16

ksnabb opened this issue Aug 8, 2012 · 0 comments

Comments

@ksnabb
Copy link
Member

ksnabb commented Aug 8, 2012

Traceback (most recent call last):

File "/l/apps/softgis/geonition20.env/lib/python2.6/site-packages/Django-1.4-py2.6.egg/django/core/handlers/base.py", line 111, in get_response
response = callback(request, _callback_args, *_callback_kwargs)

File "/l/apps/softgis/geonition20.env/lib/python2.6/site-packages/gntauth-4.0.1-py2.6.egg/gntauth/views.py", line 243, in session
return HttpResponse(request.session.session_key)

File "build/bdist.linux-x86_64/egg/geonition_utils/http.py", line 13, in init
message_to_json(message),

File "build/bdist.linux-x86_64/egg/geonition_utils/http.py", line 104, in message_to_json
message_dict = json.loads(message)

File "/usr/lib64/python2.6/site-packages/simplejson/init.py", line 307, in loads
return _default_decoder.decode(s)

File "/usr/lib64/python2.6/site-packages/simplejson/decoder.py", line 335, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())

TypeError: expected string or buffer

This error needs to be looked into

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant