简体   繁体   中英

Flutter - Unhandled Exception: SocketException:

I am facing below error while accessing the web services in android app. But its working fine in iOS app.Pl help us to resolve this issue

[ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: SocketException: OS Error: Connection refused, errno = 111, address = localhost, port = 47992

Also I have faced the same problem. The way I have solved my problem is,

I made sure that there is no error in my code. Then I uninstalled my app, after that I restarted my phone and install the app again. Then it start working.

I hope this will help..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM