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

"cannot load adapter" #9

Open
webdesserts opened this issue Jul 31, 2012 · 1 comment
Open

"cannot load adapter" #9

webdesserts opened this issue Jul 31, 2012 · 1 comment

Comments

@webdesserts
Copy link

I've been getting this error while trying to deploy my hubot to heroku:

[Tue Jul 31 2012 23:34:48 GMT+0000 (UTC)] ERROR Cannot load adapter talker - TypeError: Cannot read property 'prototype' of undefined
2012-07-31T23:34:48+00:00 app[web.1]: TypeError: Cannot call method 'on' of null
2012-07-31T23:34:48+00:00 app[web.1]:     at Object.<anonymous> (/app/node_modules/hubot/bin/hubot:105:19)
2012-07-31T23:34:48+00:00 app[web.1]:     at Object.<anonymous> (/app/node_modules/hubot/bin/hubot:109:4)
2012-07-31T23:34:48+00:00 app[web.1]:     at Module._compile (module.js:446:26)
2012-07-31T23:34:48+00:00 app[web.1]:     at Object.run (/app/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/coffee-script.js:79:25)
2012-07-31T23:34:48+00:00 app[web.1]:     at /app/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/command.js:177:29
2012-07-31T23:34:48+00:00 app[web.1]:     at /app/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/command.js:152:18
2012-07-31T23:34:48+00:00 app[web.1]:     at [object Object].<anonymous> (fs.js:123:5)
2012-07-31T23:34:48+00:00 app[web.1]:     at [object Object].emit (events.js:64:17)
2012-07-31T23:34:48+00:00 app[web.1]:     at Object.oncomplete (fs.js:1190:12)
2012-07-31T23:34:49+00:00 heroku[web.1]: Process exited with status 1
2012-07-31T23:34:49+00:00 heroku[web.1]: State changed from starting to crashed

Any ideas on what the issue might be? I have all my keys, Procfile, and dependencies set correctly to my knowledge.

@webdesserts
Copy link
Author

Fixed it on my end. I updated hubot to 2.3.2
The version downloadable on hubot's site is 2.2.0

Was the adapter still supposed to be backwards compatible?

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

1 participant