atheme-legacy / iris

web irc client for the atheme platform
Other
38 stars 22 forks source link

chan_list_enabled: true #30

Open fnaveira opened 11 years ago

fnaveira commented 11 years ago

Auto-selecting reactor: epoll Traceback (most recent call last): File "./run.py", line 106, in run_twistd(args1, args2) File "./run.py", line 21, in run_twistd run() File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 27, in run app.run(runApp, ServerOptions) File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 652, in run runApp(config) File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 23, in runApp _SomeApplicationRunner(config).run() File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 386, in run self.application = self.createOrGetApplication() File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 446, in createOrGetApplication ser = plg.makeService(self.config.subOptions) File "/var/www/iris/twisted/plugins/webirc.py", line 44, in makeService site = RootSite(config['staticpath']) File "/var/www/iris/qwebirc/root.py", line 85, in init register(engines.AthemeEngine, "a") File "/var/www/iris/qwebirc/root.py", line 77, in register sobj = service("/" + path, _args, *_kwargs) File "/var/www/iris/qwebirc/engines/athemeengine.py", line 34, in init chanlist = self.do_list() File "/var/www/iris/qwebirc/engines/athemeengine.py", line 89, in do_list channel = { "name": lineitems[0], "users": int(lineitems[1]) } ValueError: invalid literal for int() with base 10: 'un'

dwfreed commented 11 years ago

Your Atheme setup either doesn't have the ALIS module loaded, or you've hit an issue with ALIS. From IRC, what happens if you do '/msg alis list * -maxmatches -1' (or whatever you named alis)?

fnaveira commented 11 years ago

hi dwfreed the module alis is loaded and work fine, when i put the command the alis return list channels

fnaveira commented 11 years ago

my robot is ALiS, and I Use atheme 6.0.8

fnaveira commented 11 years ago

In the atheme 7.0.5 the channel list and the cloud list work but in the atheme 6.0.8 not working