Created
July 1, 2013 14:32
-
-
Save funrep/5901352 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-07-01 16:31:03+0200 [-] Log opened. | |
2013-07-01 16:31:03+0200 [-] Traceback (most recent call last): | |
2013-07-01 16:31:03+0200 [-] File "pickupbot", line 36, in <module> | |
2013-07-01 16:31:03+0200 [-] cli.from_commandline() | |
2013-07-01 16:31:03+0200 [-] File "/home/test/pypickbot-master/pypickupbot/cli.py", line 77, in from_commandline | |
2013-07-01 16:31:03+0200 [-] factory = IrcBotFactory() | |
2013-07-01 16:31:03+0200 [-] File "/home/test/pypickbot-master/pypickupbot/irc.py", line 244, in __init__ | |
2013-07-01 16:31:03+0200 [-] self.channels = config.getlist('Server', 'channels') | |
2013-07-01 16:31:03+0200 [-] File "/home/test/pypickbot-master/pypickupbot/config.py", line 92, in getlist | |
2013-07-01 16:31:03+0200 [-] s = get(section, option) | |
2013-07-01 16:31:03+0200 [-] File "/usr/lib/python2.7/ConfigParser.py", line 618, in get | |
2013-07-01 16:31:03+0200 [-] raise NoOptionError(option, section) | |
2013-07-01 16:31:03+0200 [-] ConfigParser.NoOptionError: No option 'channels' in section: 'Server' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment