Skip to content

Instantly share code, notes, and snippets.

@atduskgreg
Created January 23, 2009 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atduskgreg/51194 to your computer and use it in GitHub Desktop.
Save atduskgreg/51194 to your computer and use it in GitHub Desktop.
greg@gabc:~/code/sofa (master) $couchapp push http://127.0.0.1:5984/sofa-hello
Pushing CouchApp in /Users/greg/code/sofa to http://127.0.0.1:5984/sofa-hello/_design/sofa
Traceback (most recent call last):
File "/usr/local/bin/couchapp", line 8, in <module>
load_entry_point('Couchapp==0.1.7', 'console_scripts', 'couchapp')()
File "/Library/Python/2.5/site-packages/Couchapp-0.1.7-py2.5.egg/couchapp/bin/couchapp_cli.py", line 99, in main
push(appdir, appname, dbstring)
File "/Library/Python/2.5/site-packages/Couchapp-0.1.7-py2.5.egg/couchapp/bin/couchapp_cli.py", line 42, in push
fm.push_app(appdir, appname,verbose=True)
File "/Library/Python/2.5/site-packages/Couchapp-0.1.7-py2.5.egg/couchapp/file_manager.py", line 195, in push_app
self.push_directory(attach_dir, docid)
File "/Library/Python/2.5/site-packages/Couchapp-0.1.7-py2.5.egg/couchapp/file_manager.py", line 458, in push_directory
db.put_attachment(design, value, filename)
File "build/bdist.macosx-10.5-i386/egg/couchdb/client.py", line 442, in put_attachment
File "build/bdist.macosx-10.5-i386/egg/couchdb/client.py", line 843, in put
File "build/bdist.macosx-10.5-i386/egg/couchdb/client.py", line 869, in _request
File "build/bdist.macosx-10.5-i386/egg/couchdb/client.py", line 864, in _make_request
File "build/bdist.macosx-10.5-i386/egg/httplib2/__init__.py", line 1050, in request
File "build/bdist.macosx-10.5-i386/egg/httplib2/__init__.py", line 854, in _request
File "build/bdist.macosx-10.5-i386/egg/httplib2/__init__.py", line 824, in _conn_request
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py", line 924, in getresponse
response.begin()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py", line 385, in begin
version, status, reason = self._read_status()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py", line 349, in _read_status
raise BadStatusLine(line)
httplib.BadStatusLine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment