If there is anything else I can do to provide more information, please let me know. I am also a Python programmer, so if you give me some guidance I may be able to submit a patch or pull request.
#!python
Traceback (most recent call last):
195 File "/svr/irc/sg101bot/sg101bot/sg101botlib/main.py", line 53, in run
196 self.bot.start()
197 File "/svr/irc/sg101bot/sg101bot/sg101botlib/bot.py", line 28, in start
198 super(Bot, self).start()
199 File "/svr/irc/sg101bot/local/lib/python2.7/site-packages/irc/bot.py", line 260, in start
200 super(SingleServerIRCBot, self).start()
201 File "/svr/irc/sg101bot/local/lib/python2.7/site-packages/irc/client.py", line 1212, in start
202 self.ircobj.process_forever()
203 File "/svr/irc/sg101bot/local/lib/python2.7/site-packages/irc/client.py", line 264, in process_f orever
204 self.process_once(timeout)
205 File "/svr/irc/sg101bot/local/lib/python2.7/site-packages/irc/client.py", line 245, in process_o nce
206 self.process_data(i)
207 File "/svr/irc/sg101bot/local/lib/python2.7/site-packages/irc/client.py", line 210, in process_d ata
208 c.process_data()
209 File "/svr/irc/sg101bot/local/lib/python2.7/site-packages/irc/client.py", line 643, in process_d ata
210 self._handle_event(Event(command, NickMask(prefix), target, arguments))
211 File "/svr/irc/sg101bot/local/lib/python2.7/site-packages/irc/client.py", line 647, in _handle_e vent
212 self.irclibobj._handle_event(self, event)
213 File "/svr/irc/sg101bot/local/lib/python2.7/site-packages/irc/client.py", line 384, in _handle_e vent
214 result = handler.callback(connection, event)
215 File "/svr/irc/sg101bot/local/lib/python2.7/site-packages/irc/bot.py", line 173, in _on_namreply
216 self.channels[ch].add_user(nick)
217 File "/svr/irc/sg101bot/local/lib/python2.7/site-packages/irc/dict.py", line 30, in __getitem__
218 return super(KeyTransformingDict, self).__getitem__(key)
219 KeyError: u'*'
Hi -
First of all, thanks for this library.
I recently upgraded to version 8.3 after using a several year old version. I have an IRC bot that will occasionally crash with the following traceback. Can you take a look?
If there is anything else I can do to provide more information, please let me know. I am also a Python programmer, so if you give me some guidance I may be able to submit a patch or pull request.
Thanks!