Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python exception #16

Open
jeffeb3 opened this issue Nov 24, 2015 · 0 comments
Open

python exception #16

jeffeb3 opened this issue Nov 24, 2015 · 0 comments

Comments

@jeffeb3
Copy link

jeffeb3 commented Nov 24, 2015

I'm seeing this error (twice now, not sure if the first one was the same unicode character):

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
     self.run()
   File "/usr/local/lib/python2.7/dist-packages/catkin_tools/execution/controllers.py", line 445, in run
     wide_log('\n'.join(lines))
   File "/usr/local/lib/python2.7/dist-packages/catkin_tools/common.py", line 450, in wide_log
    wide_log_fn(msg, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/catkin_tools/common.py", line 419, in disabled_wide_log
    log(msg, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/catkin_tools/common.py", line 272, in log
    print(*args, **kwargs)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2018' in position 178: ordinal not in     range(128)

Let me know if there are more details I can provide (I saved the build folder but I'd have to "clean" any files you want for private info).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant