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
Hi there,
just tried to launch boss on couple server with debian. I did installed all requirements but still I'm getting this:
Traceback (most recent call last):
File "boss.py", line 347, in <module>
options.logfile, options.verbosity)
File "/usr/local/lib/python2.7/dist-packages/irckit-0.1.1-py2.7.egg/irc.py", line 51, in __init__
self.logger = self.get_logger('ircconnection.logger', self.logfile)
File "/usr/local/lib/python2.7/dist-packages/irckit-0.1.1-py2.7.egg/irc.py", line 58, in get_logger
handler = RotatingFileHandler(filename, maxBytes=1024*1024, backupCount=2)
File "/usr/lib/python2.7/logging/handlers.py", line 117, in __init__
BaseRotatingHandler.__init__(self, filename, mode, encoding, delay)
File "/usr/lib/python2.7/logging/handlers.py", line 64, in __init__
logging.FileHandler.__init__(self, filename, mode, encoding, delay)
File "/usr/lib/python2.7/logging/__init__.py", line 901, in __init__
self.baseFilename = os.path.abspath(filename)
File "/usr/lib/python2.7/posixpath.py", line 367, in abspath
if not isabs(path):
File "/usr/lib/python2.7/posixpath.py", line 61, in isabs
return s.startswith('/')
AttributeError: 'int' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered:
Hi there,
just tried to launch boss on couple server with debian. I did installed all requirements but still I'm getting this:
The text was updated successfully, but these errors were encountered: