You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use google ads api to uploadClickConversions ,I just get belows:
parking to wait for <0x00000007b7067bb8> (a com.google.api.core.AbstractApiFuture$InternalSettableFuture)
808 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
809 at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:564)
810 at com.google.api.core.AbstractApiFuture.get(AbstractApiFuture.java:53)
811 at com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:247)
812 at com.google.common.util.concurrent.Futures.getUnchecked(Futures.java:1378)
813 at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:53)
814 at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)
815 at com.google.ads.googleads.v17.services.ConversionUploadServiceClient.uploadClickConversions(ConversionUploadServiceClient.java:279)
waiting for a long time, this still wait, noting get。is this a bug?
The text was updated successfully, but these errors were encountered:
when i use google ads api to uploadClickConversions ,I just get belows:
808 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
809 at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:564)
810 at com.google.api.core.AbstractApiFuture.get(AbstractApiFuture.java:53)
811 at com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:247)
812 at com.google.common.util.concurrent.Futures.getUnchecked(Futures.java:1378)
813 at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:53)
814 at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)
815 at com.google.ads.googleads.v17.services.ConversionUploadServiceClient.uploadClickConversions(ConversionUploadServiceClient.java:279)
waiting for a long time, this still wait, noting get。is this a bug?
The text was updated successfully, but these errors were encountered: