Hi Everyone, Sorry if this question is very basic, I am new to Vagrant:
I am getting a weird error with the vagrant-softlayer plugin and I wanted to see if anyone could point me in the right direction. I am doing this simple vagrant box add command and keep getting the following error: "translation missing: en.vagrant_softlayer.errors.api_error". I am not sure what this error message is saying. I have tried this and gotten the same result on cygwin and centos. Meanwhile, my curl access to the softlayer REST client is working. Please let me know if you have any thoughts on what might be going wrong here. All the best, Matt On Tuesday, July 1, 2014 at 8:27:38 PM UTC-4, Paul O'Flynn wrote: > > Ok I have verified that this is a Windows-only issue and have logged an > issue <https://github.com/audiolize/vagrant-softlayer/issues/10> on the > GitHub repo of the plugin, thanks. > > > On Tue, Jul 1, 2014 at 8:59 AM, Paul O'Flynn <[email protected] > <javascript:>> wrote: > >> P.S. I did install the DevKit and add it to my path before I ran the >> plugin install attempt below, thx. >> >> >> On Monday, June 30, 2014 11:52:54 PM UTC-7, Torben Knerr wrote: >> >>> Hi Paul, >>> >>> you can run `VAGRANT_LOG=DEBUG vagrant plugin install vagrant-softlayer` >>> to get more information on what's going wrong. >>> >>> I suspect you might need to have the Ruby DevKit installed for compiling >>> the json gem: >>> http://rubyinstaller.org/add-ons/devkit/ >>> >>> HTH, >>> Torben >>> >>> >>> >>> >>> On Tue, Jul 1, 2014 at 7:20 AM, Paul O'Flynn <[email protected]> wrote: >>> >>>> I'd love to use this plugin but I can't install it :-( I am on Win 7, >>>> Cygwin, vagrant 1.6.3 (got the same error with 1.5.1). >>>> >>>> Also, while I'm here, where is the best place to get support/ask >>>> questions? >>>> >>>> Thanks in advance, >>>> >>>> Paul >>>> >>>> >>>> >>>> $ vagrant plugin install vagrant-softlayer >>>> Installing the 'vagrant-softlayer' plugin. This can take a few >>>> minutes... >>>> Bundler, the underlying system Vagrant uses to install plugins, >>>> reported an error. The error is shown below. These errors are usually >>>> caused by misconfigured plugin installations or transient network >>>> issues. The error from Bundler is: >>>> >>>> An error occurred while installing json (1.8.1), and Bundler cannot >>>> continue. >>>> Make sure that `gem install json -v '1.8.1'` succeeds before bundling. >>>> >>>> >>>> >>>> >>>> On Thursday, February 27, 2014 10:05:37 AM UTC-8, Julio Lajara wrote: >>>>> >>>>> Hi Emyl, have you ever experienced transaction hangs while using the >>>>> plugin? >>>>> >>>>> Ive made some additions to the plugin that I wanted to test so I >>>>> uninstalled the current 0.2 and went into my git repo and ran the normal >>>>> vagrant plugin install but for some reason the changes I added arent >>>>> reflected in the plugin installed by vagrant. Any idea why that is? Im >>>>> not >>>>> fully familiar with how ruby works yet so im kind of stumped. >>>>> >>>>> On Monday, November 18, 2013 9:06:38 AM UTC-5, Emyl wrote: >>>>>> >>>>>> Hi all, >>>>>> >>>>>> I'm very excited in announcing a new provider plugin for managing >>>>>> SoftLayer Cloud Computing instances! >>>>>> >>>>>> For anyone interested, here is the project page: >>>>>> >>>>>> https://github.com/audiolize/vagrant-softlayer >>>>>> >>>>>> Any comment/advice/feedback would be greatly appreciated! >>>>>> >>>>>> Cheers, >>>>>> Emyl >>>>>> >>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Vagrant" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Vagrant" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/vagrant-up/4NCPswy106s/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > > Paul > > > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
