Skip to content
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

UnicodeDecodeError raised on starting server #8

Closed
HyeongRae opened this issue Feb 28, 2019 · 2 comments
Closed

UnicodeDecodeError raised on starting server #8

HyeongRae opened this issue Feb 28, 2019 · 2 comments
Labels
bug Something isn't working server Something about server

Comments

@HyeongRae
Copy link

HyeongRae commented Feb 28, 2019

This is screenshot of traceback,
default

@rishubil rishubil changed the title unicodedecodeerror on server.exe UnicodeDecodeError raised on server Feb 28, 2019
@rishubil rishubil added the bug Something isn't working label Feb 28, 2019
@HyeongRae
Copy link
Author

HyeongRae commented Feb 28, 2019

And this is my config file.
config.zip

@rishubil
Copy link
Owner

It may be happened if your hostname of machine contains non-ASCII charactor.
This issue was described at here.

You can check your hostname by following command on console.

hostname

If your hostname contains non-ASCII charactor, you should change your hostname.
You can change your hostname by following command on console and REBOOT YOUR MACHINE.
(Replace NEW-NAME to what you want)

wmic computersystem where name="%COMPUTERNAME%" rename name="NEW-NAME"

@rishubil rishubil changed the title UnicodeDecodeError raised on server UnicodeDecodeError raised on starting server Feb 28, 2019
@rishubil rishubil added the server Something about server label Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server Something about server
Projects
None yet
Development

No branches or pull requests

2 participants