<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi</div><div dir="ltr"><br><div>Could someone please help me with info on how to start stats-gatherer?</div><div><br></div><div>I am playing with <span style="color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,221)">tahoe 1.13.0 on ubuntu 16.04.5 LTS (but I get the same on OSX)</span></div><div><br></div><div>I was able to execute tahoe create-stats-gatherer </div><div>it created basedir with three files in it: l<span style="color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif;font-size:13px;background-color:rgb(255,255,221)">ocation, port and tahoe-stats-gatherer.tac</span></div><div><br></div><div>the problem is that I cannot start the gatherer now.</div><div>if I do tahoe run I get a message </div><div><span style="color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif;font-size:13px">"Custom logging options; can't monitor logs for proper startup messages"</span><br></div><div>when reading the code of tahoe_start.py (line 79), <span style="font-size:13px;color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif">I found that it will be issued if the started node is neither "client" nor "introducer" It makes sense, the node I try to run is "</span><span class="m_4758895972105157804gmail-searchword0" style="font-size:13px;color:rgb(0,0,0);background-color:rgb(255,255,153);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif">stats</span><span style="font-size:13px;color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif">-</span><span class="m_4758895972105157804gmail-searchword1" style="font-size:13px;color:rgb(0,0,0);background-color:rgb(204,255,204);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif">gatherer</span><span style="font-size:13px;color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif">" so it will never work.</span></div><div><span style="color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif;font-size:13px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif;font-size:13px">if I go with tahoe start I get quite an elaborate list with an error</span></div><div><span style="color:rgb(0,0,0);font-family:Verdana,Arial,"Bitstream Vera Sans",Helvetica,sans-serif;font-size:13px"><br></span></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">2018-09-03T17:21:09+0200 [twisted.scripts._twistd_unix.UnixAppLogger#info] twistd 18.7.0 (/home/tahoe-user/venv/bin/python2 2.7.12) starting up.<br>2018-09-03T17:21:09+0200 [twisted.scripts._twistd_unix.UnixAppLogger#info] reactor class: twisted.internet.epollreactor.EPollReactor.<br>2018-09-03T17:21:09+0200 [-] Unhandled Error<br>        Traceback (most recent call last):<br>          File "/home/tahoe-user/venv/local/lib/python2.7/site-packages/twisted/internet/base.py", line 428, in fireEvent<br>            DeferredList(beforeResults).addCallback(self._continueFiring)<br>          File "/home/tahoe-user/venv/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 322, in addCallback<br>            callbackKeywords=kw)<br>          File "/home/tahoe-user/venv/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 311, in addCallbacks<br>            self._runCallbacks()<br>          File "/home/tahoe-user/venv/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 654, in _runCallbacks<br>            current.result = callback(current.result, *args, **kw)<br>        --- <exception caught here> ---<br>          File "/home/tahoe-user/venv/local/lib/python2.7/site-packages/twisted/internet/base.py", line 441, in _continueFiring<br>            callable(*args, **kwargs)<br>          File "/home/tahoe-user/venv/local/lib/python2.7/site-packages/allmydata/scripts/tahoe_daemonize.py", line 128, in start<br>            srv = service_factory()<br>          File "/home/tahoe-user/venv/local/lib/python2.7/site-packages/allmydata/scripts/tahoe_daemonize.py", line 119, in <lambda><br>            u"stats-gatherer": lambda: namedAny("allmydata.stats.StatsGathererService")(read_config(self.basedir, None), self.basedir, verbose=True),<br>          File "/home/tahoe-user/venv/local/lib/python2.7/site-packages/allmydata/node.py", line 139, in read_config<br>            portnumfile = os.path.join(basedir, portnumfile)<br>          File "/home/tahoe-user/venv/lib/python2.7/posixpath.py", line 68, in join<br>            if b.startswith('/'):<br>        exceptions.AttributeError: 'NoneType' object has no attribute 'startswith'</blockquote></div></div></div></div>