
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
File "C:\Users\uamyj\Desktop\sparta\project\1.prac\venv\lib\site-packages\werkzeug\serving.py", line 693, in __init__
super().__init__(server_address, handler) # type: ignore
File "C:\Python36\lib\socketserver.py", line 456, in __init__
self.server_bind()
File "C:\Python36\lib\http\server.py", line 138, in server_bind
self.server_name = socket.getfqdn(host)
File "C:\Python36\lib\socket.py", line 673, in getfqdn
hostname, aliases, ipaddrs = gethostbyaddr(name)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc7 in position 0: invalid continuation byte
