shamblett / mqtt_client

A server and browser based MQTT client for dart
Other
548 stars 176 forks source link

flutter assets errors #91

Closed SarahKaren4 closed 5 years ago

SarahKaren4 commented 5 years ago

Lost connection to device. Error writing "build/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/rich_alert/assets/success.png" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/AssetManifest.json" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/FontManifest.json" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/LICENSE" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/rich_alert/assets/error.png" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/rich_alert/assets/warning.png" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/material_design_icons_flutter/lib/fonts/materialdesignicons-webfont.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/fonts/MaterialIcons-Regular.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/assets/catalog.png" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/

shamblett commented 5 years ago

Can't see what this has to do with the mqtt_client, looks more like a flutter runtime error of some kind, maybe ask on the flutter dev lists

bhanuka96 commented 5 years ago

Lost connection to device. Error writing "build/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/rich_alert/assets/success.png" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/AssetManifest.json" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/FontManifest.json" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/LICENSE" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/rich_alert/assets/error.png" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/rich_alert/assets/warning.png" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/packages/material_design_icons_flutter/lib/fonts/materialdesignicons-webfont.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/fonts/MaterialIcons-Regular.ttf" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/ Error writing "build/flutter_assets/assets/catalog.png" to DevFS: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:49701/

Do you solve this error?

bttcJ commented 5 years ago

Do you solve this error?

SarahKaren4 commented 5 years ago

No my flutter app is still stopping whe I add assets

xhidnoda commented 5 years ago

This, problem happen to me one time, and don't really know if related...but when i management in the correct way the MQTT connection, the error is disappear.