Skip to content
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

Error After Install #3

Closed
djenniex opened this issue Sep 11, 2014 · 4 comments · Fixed by #4
Closed

Error After Install #3

djenniex opened this issue Sep 11, 2014 · 4 comments · Fixed by #4

Comments

@djenniex
Copy link

I get the following error after installing the plugin, I am running version 1.6.2.

Vagrant failed to initialize at a very early stage:

The plugins failed to load properly. The error message given is
shown below.

cannot load such file -- vagrant-Pushbullet/version
@berendt
Copy link
Contributor

berendt commented Oct 22, 2014

I can confirm this with the current version 1.6.5. After installing this plugin the Vagrant CLI is broken.

# vagrant plugin install vagrant-pushbullet                                                                                      
Installing the 'vagrant-pushbullet' plugin. This can take a few minutes...
Installed the plugin 'vagrant-pushbullet (0.0.2)'!
# vagrant init
Vagrant failed to initialize at a very early stage:

The plugins failed to load properly. The error message given is
shown below.

cannot load such file -- vagrant-Pushbullet/version

@berendt berendt mentioned this issue Oct 22, 2014
@berendt
Copy link
Contributor

berendt commented Oct 22, 2014

Is working fine after fixing the module name.

# vagrant pushbullet-config
Welcome to the Pushbullet Setup Guide
This command helps you configure Pushbullet via it's config file: /root/.vagrant.d/pushbullet.rb

To limit notifications to specific devices:
  - If your token is correct you will see your devices below. 
  - Add/remove device id's from the list shown below to: '/root/.vagrant.d/pushbullet.rb'. 
To notify all devices:
  - Leave the DEVICES variable empty in your config file.
...

@brettswift
Copy link
Owner

Thanks. I'll look at this soon.

Brett
Sent from my iPhone

On Oct 22, 2014, at 14:18, Christian Berendt notifications@github.com wrote:

Is working fine after fixing the module name.

vagrant pushbullet-config

Welcome to the Pushbullet Setup Guide
This command helps you configure Pushbullet via it's config file: /root/.vagrant.d/pushbullet.rb

To limit notifications to specific devices:

  • If your token is correct you will see your devices below.
  • Add/remove device id's from the list shown below to: '/root/.vagrant.d/pushbullet.rb'.
    To notify all devices:
  • Leave the DEVICES variable empty in your config file.
    ...

    Reply to this email directly or view it on GitHub.

@brettswift
Copy link
Owner

I guess soon means not so soon. Sorry.

I just re-imaged my macbook and configured it with my boxen module. This plugin installed fine for me.

Are you on a Linux host?

Those files should be lower cased, I'm not sure how they ended up upper case. Thanks for the PR, I'll accept it. Once I get around to testing it I'll release a new version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants