728x90
(플러터) 에러해결: SocketException: Failed to create server socket
Failed to bind web development server:
SocketException: Failed to create server socket (OS Error: Failed to start accept), address = localhost, port = 8139
에러해결:
<해셜방법>
=>
OK, this is also my issue and I manage to find a workaround
1.) on cmd run "ipconfig"
2.) after running the "ipconfig" get the value of IPv4 Address.
3.) then on the app run:
flutter run -d chrome --web-port=8080 --web-hostname= the value of IPv4 Address
결론은:
=> flutter run -d chrome --web-port=8080 --web-hostname=127.0.0.1
728x90
'개발 이야기 > 플러터 개발' 카테고리의 다른 글
플러터// teachable machine - TensorFlow Lite 이용해보자 (0) | 2020.08.04 |
---|---|
플러터 UI를 GUI로 미리 만들어 볼 수 있는 - 플러터스튜디오 (0) | 2020.08.04 |
플러터로 웹개발하기 (0) | 2020.08.04 |
(플러터웹) 에러해결: SocketException: Failed to create server socket (OS Error: Failed to start accept), address = localhost, port = 8139 (0) | 2020.07.30 |
(앱개발후기) 플러터로 첫 앱을 만들어 봤습니다. (0) | 2020.06.04 |