-
Notifications
You must be signed in to change notification settings - Fork 171
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
USERNAME KeyError when private Hipchat server is set #364
Comments
Also, for both python 2.7 and python 3.6, following the quickstart guide, when I configure it for just hipchat and no other backend (no slack, no rocketchat, no console), it puts the # on the wrong side of the quotes on the config.py, like this:
Which results in extra errors on startup :( |
@phiro69 thanks for the report - the latter bug will be fixed in the next release! As for your first bug - yep, python 3.6 is fine - the problem is a missing setting. You'll need to set a As you get it sorted, if you're up for putting together a PR that would make this easier for other folks, it'd be happily accepted! |
Thanks, adding WILL_USERNAME and repeating the WILL_HIPCHAT_USERNAME value got me past that, and there's no errors. However, it seems to stall after Scheduler Started, and never gets to "Chat Client Started". There's no cpu usage, and I can't find logs/syslog has no relevant entries. Any ideas where I can see where it's hanging/what it's waiting on?
|
Found the debug settings in config.py, it's having issues getting to the jabber/xmpp id address. Picking at this... |
That was the issue, our private server may show your jabber id as @chat.btf.hipchat.com, but I was able to set it to @ourdomain.com and it was able to connect. It responded to a @name hi, so I should it down and I'm going to start molding Will to my nefarious needs ;) What issue exactly were you inviting me to fix with a pr? The #'s on the inside of the quotes, or? |
I'm going through the quickstart and ran into some trouble, I've isolated it down to when I add the WILL_HIPCHAT_SERVER (we run a private, internal hipchat server) env variable to my will.sh script:
This results in the following:
Any ideas what I'm doing wrong? Is Python 3.6 OK to use?
The text was updated successfully, but these errors were encountered: