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

Windows computer name with special character does not start server #426

Open
simracingstudio opened this issue Jan 15, 2021 · 2 comments
Open

Comments

@simracingstudio
Copy link

Hi,

If you have a computer name with a special character like:
Nathanaêl

The start_server raises un utf8 error while invoking
socket.getfqdn()

image

@dddomodossola
Copy link
Collaborator

@simracingstudio Can you please provide more information? It would be helpful to know the python version and the complete traceback.
Please try with a newer python version

@dddomodossola
Copy link
Collaborator

@simracingstudio this is a python bug, here is the issue https://bugs.python.org/issue26227 .
As you can see it is pending, still not released.
Three possible workarounds:

  • Use linux instead of Windows;
  • Use python 3.5 (it was fixed in that release)
  • Use a computer name with no 'special' characters.

I think that we will get a solution in the next python version ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants