atheme-legacy / iris

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

iris errors on startup #51

Open Jerlag01 opened 6 years ago

Jerlag01 commented 6 years ago

I'm new to this. but i got qwebirc working before on it's own. but when i start iris after shutting qwebirc down it shows following errors:

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 "C:\Python27\lib\site-packages\twisted\scripts\twistd.py", line 31, in run app.run(runApp, ServerOptions) File "C:\Python27\lib\site-packages\twisted\application\app.py", line 674, in run runApp(config) File "C:\Python27\lib\site-packages\twisted\scripts\twistd.py", line 25, in runApp runner.run() File "C:\Python27\lib\site-packages\twisted\application\app.py", line 381, in run self.application = self.createOrGetApplication() File "C:\Python27\lib\site-packages\twisted\application\app.py", line 448, in createOrGetApplication ser = plg.makeService(self.config.subOptions) File "C:\users\administrator\ircclient\twisted\plugins\webirc.py", line 44, in makeService site = RootSite(config['staticpath']) File "C:\users\administrator\ircclient\qwebirc\root.py", line 85, in init register(engines.AthemeEngine, "a") File "C:\users\administrator\ircclient\qwebirc\root.py", line 77, in register sobj = service("/" + path, *args, *kwargs) File "C:\users\administrator\ircclient\qwebirc\engines\athemeengine.py", line 34, in init chanlist = self.do_list() File "C:\users\administrator\ircclient\qwebirc\engines\athemeengine.py", line 74, in do_list output = self.do_xmlrpc(self.conn.atheme.command, ("", "", "0.0.0.0", "ALIS", "LIST", "", "-maxmatches", "-1")) File "C:\users\administrator\ircclient\qwebirc\engines\athemeengine.py", line 59, in do_xmlrpc result = rpc(*params) File "C:\Python27\lib\xmlrpclib.py", line 1243, in call return self.send(self.name, args) File "C:\Python27\lib\xmlrpclib.py", line 1602, in request verbose=self.verbose File "C:\Python27\lib\xmlrpclib.py", line 1283, in request return self.single_request(host, handler, request_body, verbose) File "C:\Python27\lib\xmlrpclib.py", line 1311, in single_request self.send_content(h, request_body) File "C:\Python27\lib\xmlrpclib.py", line 1459, in send_content connection.endheaders(request_body) File "C:\Python27\lib\httplib.py", line 1038, in endheaders self._send_output(message_body) File "C:\Python27\lib\httplib.py", line 882, in _send_output self.send(msg) File "C:\Python27\lib\httplib.py", line 844, in send self.connect() File "C:\Python27\lib\httplib.py", line 821, in connect self.timeout, self.source_address) File "C:\Python27\lib\socket.py", line 575, in create_connection raise err

can some help me with this please?