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

Building gtalk throws version error for node-xmpp #32

Open
d2kagw opened this issue Jul 13, 2013 · 4 comments
Open

Building gtalk throws version error for node-xmpp #32

d2kagw opened this issue Jul 13, 2013 · 4 comments

Comments

@d2kagw
Copy link

d2kagw commented Jul 13, 2013

When I added Gtalk as a package and try to build (on heroku) I get this error:

No compatible version found: node-xmpp@'>=1.0.0-0'

Full stack trace here: https://gist.github.com/d2kagw/56a28618240a8c45b3dc

My Hubot dependancy file is:

"dependencies": {
    "hubot":         "2.5.5",
    "hubot-scripts": "2.4.6",
    "hubot-gtalk": ">= 0.0.1"
},
....

Any ideas?

@ghost
Copy link

ghost commented Jul 27, 2013

I have this problem, too.

@danylevskyi
Copy link

Same problem.

@gluck
Copy link

gluck commented Aug 27, 2013

You need to rebuild the package from sources to make this work as the author fixed it but didn't publish an updated version.
However beware that gtalk group chat is no longer supported (#30), so your hubot can only answer direct chat requests, making it a bit useless ...

@henry74
Copy link

henry74 commented Nov 11, 2013

I suggest using a replacement npm package which has all the same configuration files.
https://npmjs.org/package/hubot-gtalk-gluck

The only changes to make are to packages.json:

  "dependencies": {
    "hubot":         ">= 2.6.0 < 3.0.0",
    "hubot-scripts": ">= 2.5.0 < 3.0.0",
    "hubot-gtalk-gluck": ">= 2.1.2"
  },

And in your Procfile:

web: bin/hubot -a gtalk-gluck -n yourbot

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

No branches or pull requests

4 participants