您好,登錄后才能下訂單哦!
這篇文章主要介紹“gethostbyaddr在Python3中引發UnicodeDecodeError怎么解決”,在日常操作中,相信很多人在gethostbyaddr在Python3中引發UnicodeDecodeError怎么解決問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”gethostbyaddr在Python3中引發UnicodeDecodeError怎么解決”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
我正在用Python 3.4.1來構建一個Django項目。
manage.py runserver 引發UnicodeDecodeException。
查看以下(修剪)追溯:
追溯(最近的最后一次呼叫):
文件C:\ Python34\lib\socketserver.py,第429行__init__ self.server_bind()
文件C:\Python34\lib\site-packages\django\core \servers\basehttp.py,第121行,在server_bind 超級(WSGIServer,self).server_bind()
文件C:\Python34\lib\wsgiref \simple_server.py,第50行,server_bind HTTPServer.server_bind(self)
文件C:\Python34\lib\http\server.py,第135行, server_bind self.server_name = socket.getfqdn(host)
文件C:\Python34\lib\socket.py,第460行,getfqdn 主機名,別名,ipaddrs = gethostbyaddr(name)
UnicodeDecodeError:'utf-8'編解碼器無法解碼位置12中的0xcf字節無效連續字節
每個請求,我的主機名:
C:\Users\AnatoliyVik>主機名 AnatoliyVik-ПК
將主機名更改為不再包含西里爾字符解決問題。
感謝@拉法達的指導。
I'm trying to build a Django project with Python 3.4.1. manage.py runserver raises a UnicodeDecodeException.
How can this be resolved? See the below (trimmed) traceback:
Traceback (most recent call last): File "C:\Python34\lib\socketserver.py", line 429, in __init__ self.server_bind() File "C:\Python34\lib\site-packages\django\core\servers\basehttp.py", line 121 , in server_bind super(WSGIServer, self).server_bind() File "C:\Python34\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "C:\Python34\lib\http\server.py", line 135, in server_bind self.server_name = socket.getfqdn(host) File "C:\Python34\lib\socket.py", line 460, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcf in position 12: invalid continuation byte
Per request, my hostname:
C:\Users\AnatoliyVik>hostname AnatoliyVik-ПК
Changing the hostname to no longer include Cyrillic symbols resolves the problem.
Thanks to @Lafada for the guidance.
到此,關于“gethostbyaddr在Python3中引發UnicodeDecodeError怎么解決”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。