-
Notifications
You must be signed in to change notification settings - Fork 615
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
Double Post Response #65
Comments
Just before I dig in the code, are you sure you are not running 2 instances ? |
sudo ps aux|grep err says there is only one running. |
And I imagine that if you kill it, err logs out from hipchat ... I say that because once I had a production AND a dev err running from 2 different machines logged in. Did it start to occur after an upgrade ? Without -d (daemon) it still behave the same ? With no -H (mode XMPP only) it behaves the same ? |
I had just pulled the latest from the repo as well when this started, fwiw. |
Kill -9 does indeed log it out if Hipchat. Still have the same double response when just starting up with -H as well. |
Ha I see what is going on. working on it... |
Ok, this should fix it : b1e9de5 |
Indeed! Thankee sir! |
Connected to Hipchat ( -d -H) with and w/out Async enabled. All command responses are doubled. For example, if I !help, I get two separate and complete help responses back. Cranking the log files down to DEBUG do not seem to provide any clues for why that is.
The text was updated successfully, but these errors were encountered: