-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled exception in Windows 10 chinese #190
Comments
@xmlspyspring I think |
Sorry, I pasted the wrong console output, the correct output is as follows:
|
@xmlspyspring I think the problem is with locale. Can you try once by change your wifi name to english. |
I ran the following code and got the following error:
code:
console output:
My Environment: windows 10 chinese
I have solved this problem:
In file lib/src/services/impls/host_scanner_service_impl.dart Line 110
change
Ping(host, count: 1, timeout: timeoutInSeconds)
to
Ping(host, count: 1, timeout: timeoutInSeconds,forceCodepage: true
then run and get:
Too little information obtained, many are null. I want to get more information, especially the mac address.
The text was updated successfully, but these errors were encountered: