-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unable to connect, charmap codec can't decode byte #39
Comments
That's a strange error, something is choking on some unexpected character in some string. |
Hi again, I seem to have fixed the issue: I changed in with open(self._local("templates.json", branch=TEMPLDIR), 'r') as f: to... with open(self._local("templates.json", branch=TEMPLDIR), 'r', encoding="utf-8") as f: Which seem to have done the trick! Will report back with any other issues I find |
Ah! Fixing the encoding is probably a good idea. Have you customized the templates or are they just the default ones? |
I believe I remember adding the template-cartesian-graph with Toltec which probably caused the re-encoding. |
Hello!
Lovely tool here, however sadly I cannot seem to connect to my RM2 - 2.14.1.866 [Toltec installed, no DDVK hacks]
....and the config file:
Log output for debuggingg:
The text was updated successfully, but these errors were encountered: