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
~/gems/ruby-3.4.2@gemset/gems/google-cloud-document_ai-v1-1.4.0/lib/google/cloud/document_ai/v1/document_processor_service/client.rb:2507:in 'block in <class:Configuration>': uninitialized constant GRPC::Core::Channel (NameError)
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
^^^^^^^^^
from ~/gems/ruby-3.4.2@gemset/gems/gapic-common-0.25.0/lib/gapic/config.rb:84:in 'block in Google::Cloud::DocumentAI::V1::DocumentProcessorService::Client::Configuration#create_setter'
from ~/gems/ruby-3.4.2@gemset/gems/google-cloud-document_ai-v1-1.4.0/lib/google/cloud/document_ai/v1/document_processor_service/client.rb:94:in 'Google::Cloud::DocumentAI::V1::DocumentProcessorService::Client.configure'
Providing credentials in the Google::Cloud::DocumentAI#configure doesn't work either (google-cloud-document_ai 2.0.0, behaves like credentials are missing altogether). Only works when credentials are provided directly when initializing a client instance:
Environment details
google-cloud-document_ai-v1
1.4.0Steps to reproduce
Google::Cloud::DocumentAI::V1::DocumentProcessorService::Client.configure
block.Code example
Full backtrace
Additional information
grpc
1.70.1 doesn't have these constants:Providing credentials in the
Google::Cloud::DocumentAI#configure
doesn't work either (google-cloud-document_ai
2.0.0, behaves like credentials are missing altogether). Only works when credentials are provided directly when initializing a client instance:The text was updated successfully, but these errors were encountered: