sublime-csscomb icon indicating copy to clipboard operation
sublime-csscomb copied to clipboard

UnicodeDecodeError

Open HbIXA opened this issue 10 years ago • 2 comments
trafficstars

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

HbIXA avatar Aug 21 '15 05:08 HbIXA

doenst work too

Alecto avatar Oct 06 '16 14:10 Alecto

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.

dmegatool avatar Jan 08 '18 14:01 dmegatool