flutter given using dio [DioErrorType.DEFAULT]: SocketException: OS Error: Connection refused, errno = 111

An error

[DioErrorType.DEFAULT]: SocketException: OS Error: Connection refused, errno = 111, address = localhost, port = 53766

Here Insert Picture Description

solve

  • I use the Android emulator
  • Path before the request is: http: // localhost: 8080 / getHome
  • It was changed to: http: //192.168.43.178: 8080 / getHome

Here Insert Picture Description

Published 121 original articles · won praise 375 · views 80000 +

Guess you like

Origin blog.csdn.net/qq_43901693/article/details/104072788