Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OS Error: No address associated with hostname, errno = 7 [duplicate]

Tags:

flutter

dart

I'm using dio instead of http. When I send a login request to the API, I get this error:

SocketException: Failed host lookup: 'MY URL' (OS Error: No address associated with hostname, errno = 7)

What is this for?

like image 523
nawkljbcoakjbco Avatar asked Nov 22 '25 10:11

nawkljbcoakjbco


1 Answers

1 You do have internet permissions in manifest. 2 Internet Off. 3 Url is wrong.

like image 133
Johny Saini Avatar answered Nov 25 '25 00:11

Johny Saini