-
Notifications
You must be signed in to change notification settings - Fork 522
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
ArgumentError: invalid byte sequence in UTF-8 Use --trace for backtrace #696
Comments
Save your files with UTF-8 encoding for now. Koala probably should support ISO-1252 and similar as well. |
I have just created new file "main.sass". I open it in Koala and it immediately shows me this message: ArgumentError: invalid byte sequence in UTF-8 Use --trace for backtrace. What's wrong with it? |
What encoding are you using? Both for main.sass and its references. |
I just created two folders, SASS and CSS, and in SASS folder I created usual *.txt file and renamed it in main.sass, the file is empty, without any code. I open Koala, drag my SASS folder into, and immediately the error appears - "Save your files with UTF-8 encoding for now. Koala probably should support ISO-1252" |
@TorvaldC That's because this problem happens only with the SASS compiler. |
Sorry, the text of error in previous post is different it is - ArgumentError: invalid byte sequence in UTF-8 Use --trace for backtrace |
No. I am aware of it can cause incorrect work of the program. So I always check the path to the file. But previously I worked only with less, and there were no problems at all. Yesterday I decided to try sass, and faced this problem. |
This problem is, probably, because you have any non utf-8 chars in your "C:/user/[name]" |
I had the same problem. I just solved it, changing my folder name, i used accent é... without it, it works :) |
If you don't want to change you home folder name, try this:
replace: with:
replace: with: |
我的win10系统,账号是汉字,就出现了这个问题,通过上述方法可以解决, |
2024 - language fix still working, win11, thanks |
Koala version
Bug report or feature request?
The text was updated successfully, but these errors were encountered: