SublimeText-Nodejs icon indicating copy to clipboard operation
SublimeText-Nodejs copied to clipboard

Error with tooltip

Open A-312 opened this issue 4 years ago • 3 comments

On windows, when I click in the menu: image

I got:

Exception in thread Thread-453:
Traceback (most recent call last):
  File "./python3.3/threading.py", line 901, in _bootstrap_inner
  File "C:\Users\A-312\AppData\Roaming\Sublime Text 3\Packages\Nodejs\lib\nodejs_command_thread.py", line 125, in run
    output = self.proc.communicate(timeout=5)[0].decode()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x82 in position 81: invalid start byte

settings:

// Settings in here override those in "Nodejs/Nodejs.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
  "node_path": "C:\\Users\\A-312\\AppData\\Roaming\\Sublime Text 3\\nodejs_bin\\node-v12.16.2-win-x64",
  "encoding": "utf8"
}

A-312 avatar Apr 27 '20 10:04 A-312