You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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)?
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'
The text was updated successfully, but these errors were encountered: