mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 574 forks source link

URI must be ascii only "?gems=vagrant\u{2013}aws" (URI::InvalidURIError) #517

Open valugi opened 7 years ago

valugi commented 7 years ago

vagrant plugin install vagrant–aws Installing the 'vagrant–aws' plugin. This can take a few minutes... /opt/vagrant/embedded/lib/ruby/2.3.0/uri/generic.rb:1102:in rescue in merge': URI must be ascii only "?gems=vagrant\u{2013}aws" (URI::InvalidURIError) from /opt/vagrant/embedded/lib/ruby/2.3.0/uri/generic.rb:1099:inmerge' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/api_set.rb:115:in versions' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/api_set.rb:55:infind_all' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/composed_set.rb:55:in block in find_all' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/composed_set.rb:54:inmap' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/composed_set.rb:54:in find_all' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/best_set.rb:31:infind_all' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/installer_set.rb:152:in find_all' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/lib/vagrant/bundler.rb:460:infind_all' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/composed_set.rb:55:in block in find_all' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/composed_set.rb:54:inmap' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/composed_set.rb:54:in find_all' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver.rb:204:infind_possible' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver.rb:229:in search_for' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:131:inblock (2 levels) in ' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:411:in push_state_for_requirements' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:331:inattempt_to_activate_existing_spec' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:318:in attempt_to_activate' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:147:inprocess_topmost_state' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:72:in resolve' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolver.rb:42:inresolve' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/resolver.rb:191:in resolve' from /opt/vagrant/embedded/lib/ruby/2.3.0/rubygems/request_set.rb:368:inresolve' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/lib/vagrant/bundler.rb:303:in internal_install' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/lib/vagrant/bundler.rb:106:ininstall' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/lib/vagrant/plugin/manager.rb:62:in block in install_plugin' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/lib/vagrant/plugin/manager.rb:72:ininstall_plugin' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/plugins/commands/plugin/action/install_gem.rb:29:in call' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/lib/vagrant/action/warden.rb:34:incall' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/lib/vagrant/action/builder.rb:116:in call' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/lib/vagrant/action/runner.rb:66:inblock in run' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/lib/vagrant/util/busy.rb:19:in busy' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/lib/vagrant/action/runner.rb:66:inrun' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/plugins/commands/plugin/command/base.rb:14:in action' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/plugins/commands/plugin/command/install.rb:32:inblock in execute' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/plugins/commands/plugin/command/install.rb:31:in each' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/plugins/commands/plugin/command/install.rb:31:inexecute' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/plugins/commands/plugin/command/root.rb:66:in execute' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/lib/vagrant/cli.rb:42:inexecute' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/lib/vagrant/environment.rb:308:in cli' from /opt/vagrant/embedded/gems/gems/vagrant-1.9.6/bin/vagrant:138:in

'

vagrant -v Vagrant 1.9.6

howdiz commented 6 years ago

hitting a similar issue for vagrant-­vmware-­fusion were you able to get past it?