Critical error on Couchapp push with Ubuntu
I am hoping that in posting this, someone is able to save a little time and frustration. On my Ubuntu 10.10 machine with CouchDB 1.0.1 installed, I began experiencing the following error every time I attempted to ‘couchapp push’ my couchapp changes: [CRITICAL] Expecting object: line 2 column 3 (char 4) After a bit of noggin scratching (and perhaps a little mumbled cussing), I started thinking about the fact I had not upgraded my couchapp install since long before I last upgraded CouchDb. Running the following cleared up all error and put me back in the happy land of ‘couchapp push’: “easy_install -U couchapp” Yup… Just a version issue… Hope this saves someone a few gray hairs… -Matt