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

Error with tooltip #107

Open
A-312 opened this issue Apr 27, 2020 · 3 comments
Open

Error with tooltip #107

A-312 opened this issue Apr 27, 2020 · 3 comments

Comments

@A-312
Copy link

A-312 commented Apr 27, 2020

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"
}
@varp
Copy link
Collaborator

varp commented Apr 29, 2020

That's very weird because all tests have been passed with success. Anyway, I'll try to reproduce your case and let you to know

@varp
Copy link
Collaborator

varp commented Apr 29, 2020

Please, post the version of ST you are using with build number.

@A-312
Copy link
Author

A-312 commented Apr 29, 2020

3211 and I installed your package with package control

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

2 participants