Created
July 25, 2014 23:26
-
-
Save kyleterry/e2b0ed52d878f8d6ca81 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/bin/tenyks", line 9, in <module> | |
load_entry_point('tenyks==0.2.1', 'console_scripts', 'tenyks')() | |
File "/usr/lib64/python2.7/site-packages/tenyks-0.2.1-py2.7.egg/tenyks/core.py", line 215, in main | |
robot = Robot() | |
File "/usr/lib64/python2.7/site-packages/tenyks-0.2.1-py2.7.egg/tenyks/core.py", line 51, in __init__ | |
self.bootstrap_connections() | |
File "/usr/lib64/python2.7/site-packages/tenyks-0.2.1-py2.7.egg/tenyks/core.py", line 70, in bootstrap_connections | |
conn.connect() | |
File "/usr/lib64/python2.7/site-packages/tenyks-0.2.1-py2.7.egg/tenyks/connection.py", line 75, in connect | |
self.logger.debug(unicode(e, errors='replace')) | |
TypeError: coercing to Unicode: need string or buffer, error found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment