我正在尝试运行简单的hello world
烧瓶 应用,但套接字会在Windows 10上引发错误。
File "D:\Python\Python36-32\lib\socket.py", line 673, in getfqdn:
hostname, aliases, ipaddrs = gethostbyaddr(name)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xab in position 80: invalid start byte
我知道我可以破解socket.py源代码中的一些代码,但我还不想这样做。我的主机名是“Pitku”,所以我不知道导致错误的文本/字符是什么。
有没有办法回溯/修复此错误?