Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

NonASCII data in map/reduce functions when using stdlib json #227

Open
djc opened this issue Jul 12, 2014 · 0 comments
Open

NonASCII data in map/reduce functions when using stdlib json #227

djc opened this issue Jul 12, 2014 · 0 comments
Labels

Comments

@djc
Copy link
Owner

djc commented Jul 12, 2014

From kxepal on August 03, 2013 15:57:16

What steps will reproduce the problem? See test_script.py

What is the expected output?

Reduced result

What do you see instead?

Traceback (most recent call last):
File "couchview.py", line 43, in
for row in db.query(params_fun, reduce_to_sum, language='python', group=True):
File "/home/user/.virtualenvs/bikes/local/lib/python2.7/site-packages/CouchDB-0.10dev-py2.7.egg/couchdb/client.py", line 1158, in iter
return iter(self.rows)
File "/home/user/.virtualenvs/bikes/local/lib/python2.7/site-packages/CouchDB-0.10dev-py2.7.egg/couchdb/client.py", line 1177, in rows
self._fetch()
File "/home/user/.virtualenvs/bikes/local/lib/python2.7/site-packages/CouchDB-0.10dev-py2.7.egg/couchdb/client.py", line 1164, in _fetch
data = self.view._exec(self.options)
File "/home/user/.virtualenvs/bikes/local/lib/python2.7/site-packages/CouchDB-0.10dev-py2.7.egg/couchdb/client.py", line 1060, in _exec
content = json.encode(body).encode('utf-8')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd1 in position 51: ordinal not in range(128) Please use labels and text to provide additional information. Python-2.7.3
couchdb-python-0.8 and 0.10dev
stdlib json (there is no problem if simplejson used)

Attachment: test_script.py

Original issue: http://code.google.com/p/couchdb-python/issues/detail?id=227

@djc djc removed the bug label Jul 28, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant