java.net.UnknownHostException: appengine.google.com

前端 未结 5 1619
夕颜
夕颜 2021-02-09 11:18

Got this error. Any idea how to get rid of it?

Yesterday it was working fine but today I got these errors. I saw a known issue with this - link. But I didn\'t find any s

5条回答
  •  故里飘歌
    2021-02-09 12:19

    If you are using Java 8 in your app engine application, you will need to include

     urlfetch  
    

    in appengine-web.xml.

    appengine-web.xml Reference

提交回复
热议问题