gpt4 book ai didi

java - 谷歌地理编码 API : "Rate Limited Dispatcher" error

转载 作者:行者123 更新时间:2023-12-01 21:54:33 24 4
gpt4 key购买 nike

我正在尝试使用 Google Geocode API,但仍然遇到相同的错误:线程“Rate Limited Dispatcher”中出现异常 java.lang.AbstractMethodError: com.google.maps.internal.OkHttpPendingResult$1.onResponse(Lokhttp3/Response;)V

我不明白这是什么意思,也找不到任何解释。

GeoApiContext context = new GeoApiContext.Builder()
.apiKey(...)
.build();
GeocodingResult[] results = GeocodingApi.geocode(context,myaddress).await();
if (results.length > 0){
answerGoogle= results[0].geometry.location;
System.out.println(anwserGoogle);
}

我在第 4 行遇到错误(GeocodingResult[]...)你能帮我吗?

最佳答案

我认为缺少 shutdown() 会导致线程饱和。如果您使用 Spring Boot,您也可以以不同的方式处理此问题,您可以在此处了解更多详细信息 --> Bug in google maps service

关于java - 谷歌地理编码 API : "Rate Limited Dispatcher" error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48870261/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com