Created
September 26, 2013 15:58
-
-
Save alivedise/6716226 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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