在我的heroku应用上获取请求超时,无法从Windows ping主机,但是我可以从postMan调用我的rest api
SocketException:主机查找失败:“ plantspricemainapp.herokuapp.com”
我试图从中获取数据 https://plantspricemainapp.herokuapp.com/retrieve_plants_price/date 如果IAM使用邮递员工作正常,那么IAM就会变得越来越混乱 SocketException:主机查找失败:'plantspricemainapp.herokuapp.com'
也无法ping Plantspricemainapp.herokuapp.com或www.plantspricemainapp.herokuapp.com收到请求超时
E / flutter(15318):SocketException:失败的主机查找:'plantspricemainapp.herokuapp.com'(操作系统错误:没有与主机名相关的地址,errno = 7) E / flutter(15318):#0 IOClient.send(package:http / src / io_client.dart:33:23)
var response =等待http.get(“ https://plantspricemainapp.herokuapp.com/retrieve_plants_price/date”);
预计我应该得到与邮递员电话相同的答复
实际: E / flutter(15318):SocketException:失败的主机查找:'plantspricemainapp.herokuapp.com'(操作系统错误:没有与主机名相关的地址,errno = 7) E / flutter(15318):#0 IOClient.send(package:http / src / io_client.dart:33:23)