I don't have the actual HTTP request / response data.
I would like to have the exception convey more information about what
exactly went wrong (ie. what the HTTP status code was, the raw bytes
received, etc.) rather than getting something coming from inside simplejson.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
couchdb...@googlecode.com
unread,
Apr 1, 2014, 3:39:00 PM4/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to couchdb...@googlegroups.com
Comment #1 on issue 233 by djc.ochtman: CouchDB errors are not reported
I guess we could start by wrapping the decode in a try-catch and raising
another exception with better data (e.g. HTTP headers and the data flowing
into the decode)?
couchdb...@googlecode.com
unread,
Jul 15, 2014, 3:54:02 AM7/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to couchdb...@googlegroups.com
Comment #2 on issue 233 by djc.ochtman: CouchDB errors are not reported