Skip to content

Commit

Permalink
Disable hangouts interactions since login is broken
Browse files Browse the repository at this point in the history
Apparently hangouts changed the login method and the tokens are no
longer valid and there is no good way to get a new token.

Giving up on hangouts for now.

See yakyak/hangupsjs#52
  • Loading branch information
joakin committed Feb 6, 2017
1 parent fb473a0 commit 00490a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const irc = require('./lib/irc')
// require('./lib/server')

if (process.env.NODE_ENV === 'production') {
hangouts(config.hangouts.token, config.hangouts.user, config.hangouts.password)
// No hangouts since it is very flaky
// hangouts(config.hangouts.token, config.hangouts.user, config.hangouts.password)
irc(config.irc.server, config.irc.channels, config.irc.user, config.irc.password)
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"concat-stream": "^1.5.1",
"hangupsjs": "^1.3.1",
"hangupsjs": "^1.3.4",
"irc": "^0.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit 00490a0

Please sign in to comment.