Git Product home page Git Product logo

Comments (3)

gbin avatar gbin commented on August 24, 2024

The room format doesn't seem right ... here is the copy paste of our config here at Mondial Telecom so you can get a clearer example :

import logging

BOT_LOG_LEVEL = logging.DEBUG
BOT_DATA_DIR = '/var/lib/r2'
BOT_LOG_FILE = '/var/log/err/err.log'

BOT_ADMINS = ('[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
)
BOT_IDENTITY = {
'username' : '[email protected]',
'password' : 'xxxxxxxxx'
}

DEV_ROOM = "[email protected]"
GENERAL_ROOM = "[email protected]"
SCRUM_ROOM = "[email protected]"
OPS_ROOM = "[email protected]"
SD_ROOM = "[email protected]"
JIRA_USER = "[email protected]"
JIRA_OPS_USER = "[email protected]"
JIRA_SD_USER = "[email protected]"

CHATROOM_PRESENCE = (DEV_ROOM, GENERAL_ROOM, SCRUM_ROOM, OPS_ROOM, SD_ROOM)
CHATROOM_RELAY = {
JIRA_USER : (DEV_ROOM,),
JIRA_OPS_USER : (OPS_ROOM,),
JIRA_SD_USER : (SD_ROOM,)
}

CHATROOM_FN = 'r2 d2'
HIPCHAT_MODE = True
BOT_EXTRA_PLUGIN_DIR = '/opt/err-testplatform'

from errbot.

gbin avatar gbin commented on August 24, 2024

CHATROOM_FN = 'r2 d2' <- this really needs to match the first and last name of the user you gave for the bot

from errbot.

aadis avatar aadis commented on August 24, 2024

Ah, that clears it, thanks!

I was using _TEST_ROOM = '12345_test' instead of _TEST_ROOM = '[email protected]' .

Your example cleared it up, and it's working now.

from errbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.