Skip to content

Always errors in Sublime 3.2.2 #5

@kdemarest

Description

@kdemarest

On Mac OS Catalina, using node v12.13.0, running ynd simple file.sh results in an error.

Here is the .onsave file:
VAR:
ENV:
PATH: /usr/bin/
CONSOLE : right

LISTENER:
- CMD : ./encrypt.sh
WATCH: *.secret.hjson

and here is the error:

Exception in thread Thread-24:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "/private/var/folders/92/ws9tlt0x3pd8fck971qx1p5h0000gn/T/AppTranslocation/01EF777C-26AF-45D2-BEFA-AF533D58C85B/d/Sublime Text.app/Contents/MacOS/Packages/Default.sublime-package/exec.py", line 152, in read_fileno
decoder_cls = codecs.getincrementaldecoder(self.listener.encoding)
AttributeError: 'CmdProcess' object has no attribute 'encoding'

Exception in thread Thread-25:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "/private/var/folders/92/ws9tlt0x3pd8fck971qx1p5h0000gn/T/AppTranslocation/01EF777C-26AF-45D2-BEFA-AF533D58C85B/d/Sublime Text.app/Contents/MacOS/Packages/Default.sublime-package/exec.py", line 152, in read_fileno
decoder_cls = codecs.getincrementaldecoder(self.listener.encoding)
AttributeError: 'CmdProcess' object has no attribute 'encoding'

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