Skip to content

Instantly share code, notes, and snippets.

@jmaher
Created October 23, 2009 00:48
Show Gist options
  • Save jmaher/216503 to your computer and use it in GitHub Desktop.
Save jmaher/216503 to your computer and use it in GitHub Desktop.
Macintosh-6:tests joelmaher$ python testAgent.py Traceback (most recent call last):
File "testAgent.py", line 28, in <module>
test_do_all_jobs()
File "testAgent.py", line 20, in test_do_all_jobs
create_job(db, {"jobtype":'xpcshell', "jobname":"test"+str(x)})
File "/Library/Python/2.5/site-packages/testbot-0.2pre-py2.5.egg/testbot/__init__.py", line 21, in create_job
db.create(job)
File "/Users/joelmaher/git/testbot/tests/__init__.py", line 343, in create
File "/Users/joelmaher/git/testbot/tests/__init__.py", line 36, in m
File "/Users/joelmaher/git/testbot/tests/__init__.py", line 61, in request
File "/Users/joelmaher/git/testbot/tests/__init__.py", line 1101, in request
File "/Users/joelmaher/git/testbot/tests/__init__.py", line 887, in _request
File "/Users/joelmaher/git/testbot/tests/__init__.py", line 859, in _conn_request
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py", line 922, in getresponse
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py", line 324, in __init__
AttributeError: 'NoneType' object has no attribute 'makefile'
Macintosh-6:tests joelmaher$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment