Browser window remains open.
Browser window suddenly closes.
Bad UTF-8 encoding (U+FFFD; REPLACEMENT CHARACTER) found while decoding string: [Notification] queued: advert (🥨KI4OTK Backpack �)
. The Flutter team would greatly appreciate if you could file a bug explaining exactly what you were doing when this happened:
https://github.com/flutter/flutter/issues/new/choose
The source bytes were:
[91, 78, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 93, 32, 113, 117, 101, 117, 101, 100, 58, 32, 97, 100, 118, 101, 114, 116, 32, 40, 240, 159, 165, 168, 75, 73, 52, 79, 84, 75, 32, 66, 97, 99, 107, 112, 97, 99, 107, 32, 239, 191, 189, 41, 10]
I assume the real problem is that there are indeed some non-UTF-8 byte sequences flying around (maybe coming from the MeshCore device?), and the application is somehow promising that they are valid when they aren't, which upsets the runtime like this. But it could be that the runtime is genuinely broken.
I have absolutely no idea what the underlying cause of the bug here is, and I cannot currently program my way out of a paper bag in Dart, but Flutter itself requested I open this issue. I will need help from someone who knows anything about Dart to determine how the message I received might be used to construct an example that reproduces the problem.
I'm not able to provide a log here because it would contain a large amount of identifiable information about people the radio device has been talking to.
Steps to reproduce
flutter run -d edgeExpected results
Browser window remains open.
Actual results
Browser window suddenly closes.
Terminal where I started the app displays:
I assume the real problem is that there are indeed some non-UTF-8 byte sequences flying around (maybe coming from the MeshCore device?), and the application is somehow promising that they are valid when they aren't, which upsets the runtime like this. But it could be that the runtime is genuinely broken.
Code sample
I have absolutely no idea what the underlying cause of the bug here is, and I cannot currently program my way out of a paper bag in Dart, but Flutter itself requested I open this issue. I will need help from someone who knows anything about Dart to determine how the message I received might be used to construct an example that reproduces the problem.
Screenshots or Video
No response
Logs
I'm not able to provide a log here because it would contain a large amount of identifiable information about people the radio device has been talking to.
Flutter Doctor output
Doctor output