Receiving an exception from CouchDB 0.7.0a575 causes an exception like this:
File "/home/jpa/Projects/couchdb/couchdb-python/couchdb/client.py", line
517, in _request
error = data.get('error', {}).get('reason', data)
AttributeError: 'unicode' object has no attribute 'get'
The attached patch fixes this issue.
Original issue reported on code.google.com by juri.pak...@gmail.com on 13 Nov 2007 at 12:20
Original issue reported on code.google.com by
juri.pak...@gmail.com
on 13 Nov 2007 at 12:20Attachments: