You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Sublime Text 2 on a Windows 8.1 machine with Python installed. I get this error for every operation I try to execute, but points to different locations within JSHint.py depending on what operation. Any idea what could cause this?
Regards,
Daníel
The text was updated successfully, but these errors were encountered:
I have same problem. Log from ST2 console:
Traceback (most recent call last):
File ".\sublime_plugin.py", line 362, in run_
return self.run(edit)
File ".\JSHint.py", line 32, in run
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb3 in position 16: ordinal not in range(128)
I think that is caused by utf8 character ine the path to linted file.
Hi,
I'm using Sublime Text 2 on a Windows 8.1 machine with Python installed. I get this error for every operation I try to execute, but points to different locations within JSHint.py depending on what operation. Any idea what could cause this?
Regards,
Daníel
The text was updated successfully, but these errors were encountered: