bosnobot icon indicating copy to clipboard operation
bosnobot copied to clipboard

A problem with database_logger

Open ghost opened this issue 14 years ago • 0 comments

Hi,

Trying to log messages into the database and getting an error: File "/home/foomor/.virtualenvs/bot/src/bosnobot/bosnobot/message_handlers/database_logger.py", line 44, in process_message s = select([channels], channels.c.name == message.channel.name) AttributeError: 'NoneType' object has no attribute 'name'

Here it is http://github.com/brosner/bosnobot/blob/master/bosnobot/message_handlers/database_logger.py#L43

ghost avatar Oct 26 '10 21:10 ghost