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

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb2 in position 7: invalid start byte

Open helloyan opened this issue 9 years ago • 3 comments

Traceback (most recent call last): File "D:\PortableProgram\Sublime Text 3\sublime_plugin.py", line 574, in run_ return self.run(edit) File "D:\PortableProgram\Sublime Text 3\Data\Packages\sublime-csscomb\CSScomb.py", line 27, in run combed = self.comb(originalBuffer, syntax, config) File "D:\PortableProgram\Sublime Text 3\Data\Packages\sublime-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 0xb2 in position 7: invalid start byte

helloyan avatar Apr 08 '16 09:04 helloyan

doenst work too

Alecto avatar Oct 06 '16 14:10 Alecto

Me too. Error occurs if using -moz* prefixes in the sort-order settings.

napastyuk avatar May 10 '17 14:05 napastyuk

Me too.

Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 818, in run_ return self.run(edit) File "C:\Users\myusername\AppData\Roaming\Sublime Text 3\Packages\CSScomb\CSScomb.py", line 27, in run combed = self.comb(originalBuffer, syntax, config) File "C:\Users\myusername\AppData\Roaming\Sublime Text 3\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 0x91 in position 0: invalid start byte

FRITS-Kh avatar Mar 13 '18 15:03 FRITS-Kh