-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot load such file -- config (LoadError) #15
Comments
Hi, HTH, |
Thanks for the response. I have understood your point now. I have created the config file and a sample ruby file to get the time at eBay Server. Now, I am getting following message when I execute the sample ruby file to get eBay server time: The API call "GeteBayTime" is invalid or not supported in this release. The XML request is as below: I referred following link: Can you please provide me your inputs on where I am doing anything wrong? Thanks |
Hi, HTH, |
Hi, If I use the code with that request and response, I get following: So, I thought I am not calling the API with correct request and response. Thanks |
Two suggestions: either post some code or have a look at https://github.com/kayoom/ebay_client - the lib I ended up using/forking. B. |
Hi,
I am trying to run add_item.rb. I have already installed config 0.0.1. But when I execute the add_item.rb, I am getting following error:
/home/subhash/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:53:in
'require': cannot load such file -- config (LoadError) from /home/subhash/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:53:in
require'from add_item.rb:6:in `
I am new to ruby and may have missed something. Please help me resolve the issue.
Thanks
The text was updated successfully, but these errors were encountered: