Skip to content

Supybot Website

Sections
Personal tools
You are here: Home » Supybot Discussion Forums » Developer Forum » recurring traceback error

 • recurring traceback error

Document Actions
Replies: 3   Views: 4405
Up one level
You need to be a registered member to post to this forum. Register now.

 • recurring traceback error

Posted by xcamel at 21:51 March 14, 2005
Not exactly sure what's causing this but..I figure it's a "devs" thing

ERROR 2005-03-14T21:25:31 Exception printing value:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/supybot/registry.py", line 125, in close
s = value.serialize()
File "/usr/lib/python2.3/site-packages/supybot/registry.py", line 343, in serialize
return str(self)
File "/usr/lib/python2.3/site-packages/supybot/registry.py", line 588, in __str__
values = self()
File "/usr/lib/python2.3/site-packages/supybot/registry.py", line 351, in __call__
self.set(_cache)
File "/usr/lib/python2.3/site-packages/supybot/registry.py", line 580, in set
v = self.Value(s, '')
File "/usr/lib/python2.3/site-packages/supybot/registry.py", line 456, in __init__
self.__parent.__init__(*args, **kwargs)
File "/usr/lib/python2.3/site-packages/supybot/registry.py", line 302, in __init__
self.setValue(default)
File "/usr/lib/python2.3/site-packages/supybot/registry.py", line 478, in setValue
self.error()
File "/usr/lib/python2.3/site-packages/supybot/registry.py", line 313, in error
raise e
InvalidRegistryValue: unset has no docstring. If you're getting this message, report it, because we forgot to put a proper help string here.
ERROR 2005-03-14T21:25:31 Exception id: 0xa79e3
INFO 2005-03-14T21:25:31 Flushers flushed and garbage collected.
Member
Posts: 21

 • Re: recurring traceback error

Posted by jemfinch at 00:52 March 15, 2005
We're gonna punt on this one until the next release, because the error message we programmed in (that you're seeing) is really bad. If it comes up again after the next release, do please post it again.

Jeremy
Anonymous
Posts: n/a

 • Re: recurring traceback error

Posted by jamessan at 01:21 March 15, 2005

I'm almost positive that's your bot trying to load Babelfish and getting confused over the change to the default languages. See if:

  @config supybot.plugins.Babelfish.languages [config default supybot.plugins.Babelfish.languages]

fixes things.

Manager
Posts: 104

 • Re: recurring traceback error

Posted by xcamel at 17:11 March 15, 2005
We have a WINNER!!
(Thanks!)
Member
Posts: 21

 

Powered by Plone

This site conforms to the following standards: