I just install b3.1.4.0
on a server running Ubuntu 10.10 with python 2.6.6
it works without xlrstats
with
101013 14:43:24 INFO STDOUT Error: 'NoneType' object has no attribute 'rstrip'
File "/home/servers/b3/b3/__init__.py", line 174, in start
console.start()
File "/home/servers/b3/b3/parser.py", line 385, in start
self.startPlugins()
File "/home/servers/b3/b3/parser.py", line 638, in startPlugins
p.onStartup()
File "/home/servers/b3/b3/plugin.py", line 148, in onStartup
self.startup()
File "/home/servers/b3/b3/extplugins/xlrstats.py", line 223, in startup
_request = str(self.webfrontUrl.rstrip('/')) + '/?config=' + str(self.webfrontConfigNr) + '&func=pluginreq'
101013 14:43:24 INFO STDOUT