groupby / hubot-hangups

Hubot adapter using hangups
39 stars 3 forks source link

Throw event in case cherrypy fails to create server #24

Closed dexpetkovic closed 2 years ago

dexpetkovic commented 9 years ago

As user when I start hubot process with hubot-hangups integration I want to be able to see in logs if for any reason cherrypy failed to create server i.e. due to already occupied port on the server.

ehacke commented 9 years ago

@dexpetkovic Yes, this is actually two issues that we need to fix.

  1. Need to properly output all stdout from HangoutsBot and Hangups
  2. Need to automatically assign an available port for the cherrypy server