Skip to content

Instantly share code, notes, and snippets.

@alivedise
Created September 26, 2013 15:58
Show Gist options
  • Select an option

  • Save alivedise/6716226 to your computer and use it in GitHub Desktop.

Select an option

Save alivedise/6716226 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/local/bin/b2gperf", line 9, in <module>
load_entry_point('b2gperf==0.8', 'console_scripts', 'b2gperf')()
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/b2gperf/b2gperf.py", line 607, in cli
marionette.start_session()
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/marionette/marionette.py", line 444, in start_session
self.session = self._send_message('newSession', 'value')
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/marionette/marionette.py", line 335, in _send_message
response = self.client.send(message)
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/marionette/client.py", line 85, in send
self.connect()
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/marionette/client.py", line 67, in connect
self.sock.connect((self.addr, self.port))
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 61] Connection refused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment