-
Notifications
You must be signed in to change notification settings - Fork 381
SocketException: Connection failed (OS Error: Machine is not on the network, errno = 64 #729
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
Comments
[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: SocketException: Connection failed (OS Error: Machine is not on the network, errno = 64), address = login.parker.com, port = 443 |
This doesn't look like an |
Can you tell me what is the issue? Why did you close this issue? Are you identify the root cause of the issue? |
Can you tell me in which case, http.post() request throw this error? |
@sitakantasundaray you should provide us a reproducer (i.e. a Dart code that we can run and observe the problem you're observing), and tell us why it doesn't work the way you expect and why you think it's a problem with the |
@osa1 tell me, why http.post() request throw this error? |
Connection failed (OS Error: Machine is not on the network, errno=64)
Case 1:
Connect to Wi-fi network (ex- Situ Wifi) => try to login => Login successfuly
Case 2:
change wi-fi connection => Connected with IOT devices => try to login => Login Failed
Case 3:
Change to Previous connected (Situ Wi-Fi ) => Now ,
http.post() =>SocketException: Connection failed (OS Error: Machine is not on the network, errno = 64.
Don't know what going on .
If check youtube, login in the browser, All working fine.
The text was updated successfully, but these errors were encountered: