Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello!
My colleague, Jason, was able to figure this error out. It looks like you’re using Ruby 2.2.3, while DOProxy needs version 2.1.5. You should be able to fix this by reinstalling droplet_kit using Ruby 2.1.5. Since droplet_kit currently needs 2.2.2+, you’ll need to use an older version of droplet_kit.
So, with that in mind, try running the following:
rbenv global 2.1.5
gem uninstall droplet_kit
gem install droplet_kit -v 1.1.3
Then, see if doproxy.rb works! :)
Thanks, Eris Platform Support Specialist
Hi Erls,
Thanks for your response.
Now I am getting below error
block in get_inventory': undefined method id’ for #String:0x007f0944de3c90 (NoMethodError)
from doproxy.rb:38:in each_line' from doproxy.rb:38:in get_inventory’
from doproxy.rb:29:in initialize' from doproxy.rb:140:in new’
from doproxy.rb:140:in `<main>’oot@doproxy:~/doproxy# ruby doproxy.rb print
doproxy.rb:41:in block in get_inventory': undefined method id’ for #String:0x007fd00f8109c0 (NoMethodError)
from doproxy.rb:38:in each_line' from doproxy.rb:38:in get_inventory’
from doproxy.rb:29:in initialize' from doproxy.rb:140:in new’
from doproxy.rb:140:in `<main>’