Tuesday, July 9, 2019

Error connecting to the service protocol: HttpException: Connection closed before full header was received, uri = http://127.0.0.1...

ปัญหา
  • คือ run emulator สำหรับ flutter ผ่าน VS CODE แล้ว emu ก็รันได้ปกติ แต่ apk ที่ติดตั้งไปแล้วรันมันขึ้นหน้าขาวๆ เลย

  • ที่ debug console มันแสดงประมาณนี้
error connecting to the service protocol: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:...
  • ซึ่งเครื่องนี้ใช้บน Android Studio ก็ไม่มีปัญหาอะไร รันได้ปกตินะ
Solved method 1
  • ที่ terminal ของ vs code ใช้คำสั่งประมาณนี้แทน
--start-paused: NO_PROXY=localhost,127.0.0.1; flutter run
Solved method 2

  • ตัว emulator ใช้ android รุ่นสูงสุด 8.1 พอ เพราะ ตัว 9++ มันมีปัญหา 

Ref: 


Popular Posts