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
Getting error when enabling debugging in Aspose Words cloud ruby sdk,
AsposeWordsCloud.configure do |config|
config.client_data['ClientId'] = ENV['ASPOSE_CLIENT_ID']
config.client_data['ClientSecret'] = ENV['ASPOSE_CLIENT_SECRET']
config.debugging = true
end
@api_client = AsposeWordsCloud::WordsApi.new
Error trace:
3: from /Users/avs/.rvm/gems/ruby-2.7.8/gems/aspose_words_cloud-24.12.0/lib/aspose_words_cloud/api/words_api.rb:43:in `initialize'
2: from /Users/avs/.rvm/gems/ruby-2.7.8/gems/aspose_words_cloud-24.12.0/lib/aspose_words_cloud/api/words_api.rb:14926:in `request_token'
1: from /Users/avs/.rvm/gems/ruby-2.7.8/gems/aspose_words_cloud-24.12.0/lib/aspose_words_cloud/api_client.rb:80:in `call_api'
/Users/avs/.rvm/gems/ruby-2.7.8/gems/aspose_words_cloud-24.12.0/lib/aspose_words_cloud/api_client.rb:135:in `build_request': undefined local variable or method `req_body' for #<AsposeWordsCloud::ApiClient:0x00007f87c74d9a30> (NameError)