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 C implementation of grpc is enabled in php.ini and rest transport is enabled from code ->withTransport('rest') the ConversionUploadServiceGapicClient.uploadClickConversions method fails:
PierrickVoulet
added
bug
Something isn't working
P3
Prospects for future development or feature requests that would be nice to have. Typos or minor bugs
labels
Sep 2, 2021
A workaround is to disable the grpc PHP extension.
This does not seem to happen when using GoogleAdsServiceGapicClient.search.
This has a fairly low impact because the rest transport is typically used when grpc is unavailable (i.e. the gRPC PHP extension cannot be installed and enabled on the environment).
When C implementation of
grpc
is enabled in php.ini andrest
transport is enabled from code->withTransport('rest')
theConversionUploadServiceGapicClient.uploadClickConversions
method fails:Originally posted by @rpmgr in #640 (comment)
The text was updated successfully, but these errors were encountered: