Sublime Forum

Sublimelinter Javascript not working, problem with unicode c

#1

Hello

I’ve problems with the sublimelinter. (JS jshint)
When i execute the lint, i get following in the console and the “no lints found” message.

File “.\SublimeLinter.py”, line 431, in _update_view
File “.\SublimeLinter.py”, line 143, in run_once
File “.\sublimelinter\modules\base_linter.py”, line 281, in run
File “.\sublimelinter\modules\base_linter.py”, line 204, in executable_check
File “.\subprocess.py”, line 633, in init
File “.\subprocess.py”, line 842, in _execute_child
UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xfc’ in position 16: ordinal not in range(128)

I’ve installed the sublimelinter with the Package Controll.

Thanks for help.

Krutius

PS: Is this the right place for this problem, or should i create an an Issue on the GitHub repo?
github.com/SublimeLinter/SublimeLinter

Edit:
Ok, I think i know the problem: In the windows username is an ‘ü’.
Now I will create an Issue in the SublimeLinter GitHub repo.

0 Likes