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
No manager customer ID is specified. The example will print the hierarchies of all accessible customer IDs:
/Users/xxx/.rbenv/versions/3.1.0/lib/ruby/gems/3.0.0/gems/google-ads-googleads-25.0.1/lib/google/ads/google_ads/v15/services/customer_service/client.rb:570:in `channel_pool': uninitialized constant Gapic::ServiceStub::ChannelPool (NameError)
from /Users/xxx/.rbenv/versions/3.1.0/lib/ruby/gems/3.0.0/gems/google-ads-googleads-25.0.1/lib/google/ads/google_ads/v15/services/customer_service/client.rb:141:in `initialize'
from /Users/xxx/.rbenv/versions/3.1.0/lib/ruby/gems/3.0.0/gems/google-ads-googleads-25.0.1/lib/google/ads/google_ads/factories/v15/services.rb:1420:in `new'
from /Users/xxx/.rbenv/versions/3.1.0/lib/ruby/gems/3.0.0/gems/google-ads-googleads-25.0.1/lib/google/ads/google_ads/factories/v15/services.rb:1420:in `customer'
from /Users/xxx/.rbenv/versions/3.1.0/lib/ruby/3.0.0/delegate.rb:87:in `method_missing'
from get_account_hierarchy.rb:145:in `get_account_hierarchy'
from get_account_hierarchy.rb:185:in `<main>'
Anything else we should know about your project / environment:
The text was updated successfully, but these errors were encountered:
I'm not able to reproduce. Can you double-check what version of gapic-common you have installed? Try updating that library and see if that resolves your issue.
Describe the bug:
Getting
uninitialized constant Gapic::ServiceStub::ChannelPool
when running the get_account_hierarchy examplegoogle-ads-ruby/examples/account_management/get_account_hierarchy.rb
Line 45 in 51e655c
Steps to Reproduce:
ruby get_account_hierarchy.rb
Expected behavior:
Did not expect
uninitialized constant Gapic::ServiceStub::ChannelPool
Client library version and API version:
Client library version: 25.0.1
Google Ads API version: V15
Request/Response Logs:
➜ script git:(develop) ✗ ruby get_account_hierarchy.rb
Anything else we should know about your project / environment:
The text was updated successfully, but these errors were encountered: