Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chan_list_enabled: true #30

Open
fnaveira opened this issue Aug 4, 2013 · 4 comments
Open

chan_list_enabled: true #30

fnaveira opened this issue Aug 4, 2013 · 4 comments

Comments

@fnaveira
Copy link

fnaveira commented Aug 4, 2013

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
Copy link

dwfreed commented Aug 4, 2013

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
Copy link
Author

fnaveira commented Aug 4, 2013

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

@fnaveira
Copy link
Author

fnaveira commented Aug 4, 2013

my robot is ALiS, and I Use atheme 6.0.8

@fnaveira
Copy link
Author

fnaveira commented Aug 4, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants