Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

W/ManagedChannelImpl: [{0}] Failed to resolve name. status={1}

I am working on and android app and, I implemented FireStore and now I keep on getting this error, it repeats aswell.

 W/ManagedChannelImpl: [{0}] Failed to resolve name. status={1}

Anyone knows what this is?

like image 319
Vital Verleyen Avatar asked Nov 21 '18 13:11

Vital Verleyen


3 Answers

There is no Connection to the internet in the device which your app running on!

like image 128
Mohammad Desouky Avatar answered Sep 21 '22 18:09

Mohammad Desouky


@AlleyOOP is right. Restarting emulator worked for me.

like image 39
Primož Ivančič Avatar answered Sep 18 '22 18:09

Primož Ivančič


The above-mentioned issue occurred to me, this happens because of network connection. Try turning on and of your network connection if it is a physical device.

If Virtual device, Restart the device

like image 43
Naveen S Avatar answered Sep 18 '22 18:09

Naveen S