-
Notifications
You must be signed in to change notification settings - Fork 39
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
Hippybot not joining rooms/channels #15
Comments
Sorry for the delay in getting onto this, github decided to stop sending me notifications again, I'll take a look this weekend. |
@quixeybrian can you paste your config? (If you care about this any longer, as I said sorry for the delay). |
Unfortunately, I had to move on to a different bot structure. I suspect it's the same issue that Will Bot has run into lately in that the API calls are limited, so any roster over 100 people or any room list over 100 rooms will have issues. (I suspect, but can't confirm.) Thanks for getting back to me. |
That's perfectly understandable, I'd have done the same, thanks for letting me know, hopefully I'll get the time to look into it anyway. 😺 |
I'm actually getting the same issue here. The bot joins hipchat but can't join the room. I receive an error message titled "ERROR:jabberbot:item-not-found" My conf is the default conf file (with user info changed) |
How many users do you have Ericbrown? |
5 in the test room that I'm using. That's also the total on this hipchat account. Only 1 room total as well. |
Not in the room, in your total roster. |
Yeah. 5. Total. (I updated my response). This is a test account with 1 room and 5 total users. |
Same problem. Attached is my config: [connection] username = ******** password = ******** nickname = I am Robot channels = channel1 channel2 channel3 [plugins] load = hippybot.plugins.rot13 hippybot.plugins.wave [hipchat] api_auth_token = ******** respond_to_all = true |
Ah... this only happens if I use the XMPP room name instead of the HipChat room name. Everything is working now. |
Aha, that'd make sense, it generates the appropriate XMPP room name from the HC one, could be improved by having it detect an XMPP name and just use that without altering it. |
Cool, thnx! =) |
Unsure if this is related, but it's throwing an
"ERROR:jabberbot:item-not-found"
upon start.
I installed via pip install hippybot, but I had to manually install beautifulsoup via pip as well.
I've verified from the XMPP (hipchat.com/account/xmpp) page that the room names are correct. I'm using the XMPP names, but I've also tried the HipChat room names.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: