|
|
Bug in conf.py (penso un problema nell'input di `port`):
NetWork [irc.freenode.org]: irc.azzurra.org
Port [6667]: 6667
Verbose (0/1)[1]: 1
Logs (0/1)[1]: 1
Bot’s nick [oBot6651]: obot
NickServe Password (blank for none):
Bot identify Password:
Bot identify Password: j0in
Channels to join [#rebelcode,#rebeltest]: #scacco
Traceback (most recent call last):
File “openbot.py”, line 301, in ?
OpenBot()
File “openbot.py”, line 267, in __init__
self.connect()
File “openbot.py”, line 293, in connect
reactor.connectTCP(self.conf.host, self.conf.port, self)
File “/usr/lib/python2.4/site-packages/twisted/internet/posixbase.py”, line
392, in connectTCP
c = tcp.Connector(host, port, factory, timeout, bindAddress, self)
File “/usr/lib/python2.4/site-packages/twisted/internet/tcp.py”, line 840,
in __init__
raise error.ServiceNameUnknownError(string=”%s (%r)” % (e, port))
twisted.internet.error.ServiceNameUnknownError: Service name given as port
is unknown: service/proto not found (’6667′).
|