sublime-less2css
sublime-less2css copied to clipboard
UnicodeDecodeError
Not used less2css for a while, but when I try saving a .less file I keep getting this error. I've updated the package, less and nodejs.
Writing file /Users/lain/Documents/.../www/content/themes/elverumsregionen/assets/css/app.less with encoding UTF-8
Traceback (most recent call last):
File "./sublime_plugin.py", line 362, in run_
File "./less2css.py", line 45, in run
File "./lesscompiler.py", line 75, in convertOne
File "./lesscompiler.py", line 285, in parseBaseDirs
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 33: ordinal not in range(128)`
Any thoughts on what's wrong?
This would occur when you have a non ascii character within a string.
What encoding type are you using?
This is related to #53, if you're not using ubuntu you could try using that branch