Campaign budget operation update results in SIGSEGV
owahltinez opened this issue · 1 comments
owahltinez commented
Campaign budget operation update results in SIGSEGV. The following code triggers the issue, tested in Docker and running the library version 23.1.0
:
client_opts = dict(..., use_proto_plus=True)
client = GoogleAdsClient.load_from_dict(client_opts, version='v16')
op = client.get_type("CampaignBudgetOperation")
campaign_budget = op.update
field_mask = protobuf_helpers.field_mask(None, campaign_budget._pb)
client.copy_from(op.update_mask, field_mask)
Am I doing something wrong? Is there a better or different way to update the campaign budget operation?
BenRKarl commented
@owahltinez can you share the full stack trace for the error you're receiving?