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

UnicodeDecodeError #67

Open
HbIXA opened this issue Aug 21, 2015 · 2 comments
Open

UnicodeDecodeError #67

HbIXA opened this issue Aug 21, 2015 · 2 comments

Comments

@HbIXA
Copy link

HbIXA commented Aug 21, 2015

Not work sort

Console
Traceback (most recent call last):
File "C:\Users*\Downloads\Sublime Text Build 3083 x64\sublime_plugin.py", line 556, in run_
return self.run(edit)
File "C:\Users*\Downloads\Sublime Text Build 3083 x64\Data\Packages\CSScomb\CSScomb.py", line 35, in run
combed = self.comb(originalBuffer, syntax, config)
File "C:\Users*\Downloads\Sublime Text Build 3083 x64\Data\Packages\CSScomb\CSScomb.py", line 53, in comb
sublime.error_message('CSScomb error:\n%s' % stderr.decode('utf-8'))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xad in position 7: invalid start byte

@Alecto
Copy link

Alecto commented Oct 6, 2016

doenst work too

@dmegatool
Copy link

Check that NodeJS is working. I had a very similar error (UnicodeDecodeError: 'utf-8' codec can't decode byte 0x82 in position 82: invalid start byte). I had NodeJS installed but it seems the installation failed. When testing with "node -v" in the command line, I wouldn't get the version.

So in the end I end up completly reinstalling NodeJS from scratch, made sure it worked correctly by checking in the Windows command line. Then cssComb worked. Wish I had the error about NodeJS.

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

3 participants