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

unicode errors when creating a node #17

Open
frueter opened this issue Oct 29, 2017 · 1 comment
Open

unicode errors when creating a node #17

frueter opened this issue Oct 29, 2017 · 1 comment

Comments

@frueter
Copy link

frueter commented Oct 29, 2017

I started getting the below errors every time I create a node with tabtabtab.
Any ideas what might be causing this?

Traceback (most recent call last):
  File "/ohufx/pipeline/tools/nuke/python/tabtabtab.py", line 479, in update
    self.things_model.set_filter(text)
  File "/ohufx/pipeline/tools/nuke/python/tabtabtab.py", line 245, in set_filter
    self.update()
  File "/ohufx/pipeline/tools/nuke/python/tabtabtab.py", line 259, in update
    if nonconsec_find(filtertext, uiname.lower(), anchored=True):
  File "/ohufx/pipeline/tools/nuke/python/tabtabtab.py", line 126, in nonconsec_find
    if "".join(haystack).startswith(needle.lstrip(" ")):
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 38: ordinal not in range(128)
@frueter
Copy link
Author

frueter commented Oct 29, 2017

I just found NateScarelet's branch which fixes this.

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