Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Error_messages" page has been changed by matiu. The comment on this change is: Added a quick prog for formatting error messages less painfully. http://wiki.apache.org/couchdb/Error_messages?action=diff&rev1=24&rev2=25 -------------------------------------------------- Explanation and solution of error messages you may experience while building or running CouchDB. + == Formatting error messages == + + The attached file ([[attachment:whaterr.py]]) is a quick python script that makes error message easier to use. This could probably be turned into a JS bookmark to make it more widely used. + + {{{ + Usage: ./whaterr.py url + + If you have a url that's printing you a horrble painful error message, (especially mustache errors), + this util prints it in a slightly less painful way. + + eg. ./whaterr.py http://localhost:5984/dbname/_design/designname/_list/listname/viewname + eg. ./whaterr.py http://localhost:5984/footprint/_design/footprint/_list/products/products + }}} == Installation errors ==
