Skip to content

unicode errors when creating a node #17

@frueter

Description

@frueter

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions