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: 'ascii' codec can't decode byte 0xed in position 12: ordinal not in range(128) #61

Open
danielbsig opened this issue Jan 9, 2014 · 1 comment

Comments

@danielbsig
Copy link

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

@th3mon
Copy link

th3mon commented Mar 12, 2014

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.

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