How to fix socket.gaierror: (11004, 'getaddrinfo failed') error in GAE?

家住魔仙堡 提交于 2019-11-28 01:19:54

FIXED! after days looking for this problem: I just deleted this line "0.0.0.0 localhost " from my hosts file located in "C:\Windows\System32\drivers\etc" thanks anyway!!

Had same problem here, I had to add

127.0.0.1 myhostname

and

::1 myhostname

to /etc/hosts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!