java.io.IOException: grpc failed

前端 未结 24 1113
野性不改
野性不改 2020-12-02 20:00

When I use call getFromLocationName I get an IOException with description \"grpc failed\".

Code that\'s ran

@Override
public void onMapReady(GoogleMa         


        
24条回答
  •  一个人的身影
    2020-12-02 20:47

    I experienced the same issue and didn't know where the problem was. At all... Until recently, I started noticing that this problem appeared on a real device, when I had configured a proxy. When I used charles on MAC there was no issue with that, but when I started using MITM on Linux, this issue starting popping every time, without exception. Probably need to configure MITM additionally. But the bottom line is, if you turn off your proxy, you should be fine.

    So look into that maybe.

提交回复
热议问题