Ticket #2007: twistd.log

File twistd.log, 78.3 KB (added by PRabahy, at 2013-06-22T22:41:25Z)

Example log file

Line 
12013-05-12 10:55:29-0400 [Negotiation,133,85.89.172.146] Banana.reportReceiveError: an error occured during receive
22013-05-12 10:55:35-0400 [Negotiation,133,85.89.172.146] Unhandled Error
3        Traceback (most recent call last):
4          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\python\context.py", line 81, in callWithContext
5            return func(*args,**kw)
6          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\selectreactor.py", line 146, in _doReadOrWrite
7            why = getattr(selectable, method)()
8          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 137, in doRead
9            return Connection.doRead(self)
10          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 460, in doRead
11            rval = self.protocol.dataReceived(data)
12        --- <exception caught here> ---
13          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 639, in dataReceived
14            self.handleData(chunk)
15          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 870, in handleData
16            self.handleClose(count)
17          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 1068, in handleClose
18            obj, ready_deferred = child.receiveClose()
19          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 249, in receiveClose
20            self.url)
21          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 351, in getTrackerForYourReference
22            tracker = trackerclass(self, clid, url, interfaceName)
23          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 292, in __init__
24            url_tubid = SturdyRef(url).getTubRef().getTubID()
25          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
26            decode_furl(url)
27          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
28            location_hints = decode_location_hints(hints)
29          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
30            "(hostname, but no port)" % hint_s)
31        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
32       
332013-05-12 10:55:38-0400 [-] Unhandled Error
34        Traceback (most recent call last):
35          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
36            current.result = callback(current.result, *args, **kw)
37          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
38            d.addCallback(lambda res: self._doCall(delivery))
39          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
40            return obj.doRemoteCall(delivery.methodname, args, kwargs)
41          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
42            res = meth(*args, **kwargs)
43        --- <exception caught here> ---
44          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
45            self._publish(announcement)
46          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
47            nodeid = b32decode(SturdyRef(furl).tubID.upper())
48          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
49            decode_furl(url)
50          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
51            location_hints = decode_location_hints(hints)
52          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
53            "(hostname, but no port)" % hint_s)
54        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
55       
562013-05-12 10:55:39-0400 [-] Unhandled Error
57        Traceback (most recent call last):
58          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
59            current.result = callback(current.result, *args, **kw)
60          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
61            d.addCallback(lambda res: self._doCall(delivery))
62          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
63            return obj.doRemoteCall(delivery.methodname, args, kwargs)
64          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
65            res = meth(*args, **kwargs)
66        --- <exception caught here> ---
67          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
68            self._publish(announcement)
69          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
70            nodeid = b32decode(SturdyRef(furl).tubID.upper())
71          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
72            decode_furl(url)
73          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
74            location_hints = decode_location_hints(hints)
75          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
76            "(hostname, but no port)" % hint_s)
77        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
78       
792013-05-12 10:55:39-0400 [Negotiation,134,85.89.172.146] Banana.reportReceiveError: an error occured during receive
802013-05-12 10:55:39-0400 [Negotiation,134,85.89.172.146] Unhandled Error
81        Traceback (most recent call last):
82          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\python\context.py", line 81, in callWithContext
83            return func(*args,**kw)
84          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\selectreactor.py", line 146, in _doReadOrWrite
85            why = getattr(selectable, method)()
86          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 137, in doRead
87            return Connection.doRead(self)
88          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 460, in doRead
89            rval = self.protocol.dataReceived(data)
90        --- <exception caught here> ---
91          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 639, in dataReceived
92            self.handleData(chunk)
93          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 870, in handleData
94            self.handleClose(count)
95          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 1068, in handleClose
96            obj, ready_deferred = child.receiveClose()
97          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 249, in receiveClose
98            self.url)
99          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 351, in getTrackerForYourReference
100            tracker = trackerclass(self, clid, url, interfaceName)
101          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 292, in __init__
102            url_tubid = SturdyRef(url).getTubRef().getTubID()
103          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
104            decode_furl(url)
105          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
106            location_hints = decode_location_hints(hints)
107          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
108            "(hostname, but no port)" % hint_s)
109        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
110       
1112013-05-12 10:55:42-0400 [-] Unhandled Error
112        Traceback (most recent call last):
113          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
114            current.result = callback(current.result, *args, **kw)
115          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
116            d.addCallback(lambda res: self._doCall(delivery))
117          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
118            return obj.doRemoteCall(delivery.methodname, args, kwargs)
119          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
120            res = meth(*args, **kwargs)
121        --- <exception caught here> ---
122          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
123            self._publish(announcement)
124          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
125            nodeid = b32decode(SturdyRef(furl).tubID.upper())
126          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
127            decode_furl(url)
128          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
129            location_hints = decode_location_hints(hints)
130          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
131            "(hostname, but no port)" % hint_s)
132        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
133       
1342013-05-12 10:55:42-0400 [-] Unhandled Error
135        Traceback (most recent call last):
136          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
137            current.result = callback(current.result, *args, **kw)
138          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
139            d.addCallback(lambda res: self._doCall(delivery))
140          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
141            return obj.doRemoteCall(delivery.methodname, args, kwargs)
142          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
143            res = meth(*args, **kwargs)
144        --- <exception caught here> ---
145          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
146            self._publish(announcement)
147          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
148            nodeid = b32decode(SturdyRef(furl).tubID.upper())
149          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
150            decode_furl(url)
151          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
152            location_hints = decode_location_hints(hints)
153          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
154            "(hostname, but no port)" % hint_s)
155        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
156       
1572013-05-12 10:55:42-0400 [Negotiation,135,85.89.172.146] Banana.reportReceiveError: an error occured during receive
1582013-05-12 10:55:42-0400 [Negotiation,135,85.89.172.146] Unhandled Error
159        Traceback (most recent call last):
160          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\python\context.py", line 81, in callWithContext
161            return func(*args,**kw)
162          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\selectreactor.py", line 146, in _doReadOrWrite
163            why = getattr(selectable, method)()
164          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 137, in doRead
165            return Connection.doRead(self)
166          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 460, in doRead
167            rval = self.protocol.dataReceived(data)
168        --- <exception caught here> ---
169          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 639, in dataReceived
170            self.handleData(chunk)
171          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 870, in handleData
172            self.handleClose(count)
173          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 1068, in handleClose
174            obj, ready_deferred = child.receiveClose()
175          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 249, in receiveClose
176            self.url)
177          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 351, in getTrackerForYourReference
178            tracker = trackerclass(self, clid, url, interfaceName)
179          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 292, in __init__
180            url_tubid = SturdyRef(url).getTubRef().getTubID()
181          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
182            decode_furl(url)
183          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
184            location_hints = decode_location_hints(hints)
185          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
186            "(hostname, but no port)" % hint_s)
187        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
188       
1892013-05-12 10:55:44-0400 [-] Unhandled Error
190        Traceback (most recent call last):
191          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
192            current.result = callback(current.result, *args, **kw)
193          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
194            d.addCallback(lambda res: self._doCall(delivery))
195          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
196            return obj.doRemoteCall(delivery.methodname, args, kwargs)
197          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
198            res = meth(*args, **kwargs)
199        --- <exception caught here> ---
200          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
201            self._publish(announcement)
202          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
203            nodeid = b32decode(SturdyRef(furl).tubID.upper())
204          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
205            decode_furl(url)
206          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
207            location_hints = decode_location_hints(hints)
208          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
209            "(hostname, but no port)" % hint_s)
210        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
211       
2122013-05-12 10:55:44-0400 [-] Unhandled Error
213        Traceback (most recent call last):
214          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
215            current.result = callback(current.result, *args, **kw)
216          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
217            d.addCallback(lambda res: self._doCall(delivery))
218          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
219            return obj.doRemoteCall(delivery.methodname, args, kwargs)
220          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
221            res = meth(*args, **kwargs)
222        --- <exception caught here> ---
223          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
224            self._publish(announcement)
225          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
226            nodeid = b32decode(SturdyRef(furl).tubID.upper())
227          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
228            decode_furl(url)
229          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
230            location_hints = decode_location_hints(hints)
231          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
232            "(hostname, but no port)" % hint_s)
233        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
234       
2352013-05-12 10:55:44-0400 [Negotiation,136,85.89.172.146] Banana.reportReceiveError: an error occured during receive
2362013-05-12 10:55:44-0400 [Negotiation,136,85.89.172.146] Unhandled Error
237        Traceback (most recent call last):
238          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\python\context.py", line 81, in callWithContext
239            return func(*args,**kw)
240          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\selectreactor.py", line 146, in _doReadOrWrite
241            why = getattr(selectable, method)()
242          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 137, in doRead
243            return Connection.doRead(self)
244          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 460, in doRead
245            rval = self.protocol.dataReceived(data)
246        --- <exception caught here> ---
247          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 639, in dataReceived
248            self.handleData(chunk)
249          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 870, in handleData
250            self.handleClose(count)
251          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 1068, in handleClose
252            obj, ready_deferred = child.receiveClose()
253          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 249, in receiveClose
254            self.url)
255          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 351, in getTrackerForYourReference
256            tracker = trackerclass(self, clid, url, interfaceName)
257          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 292, in __init__
258            url_tubid = SturdyRef(url).getTubRef().getTubID()
259          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
260            decode_furl(url)
261          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
262            location_hints = decode_location_hints(hints)
263          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
264            "(hostname, but no port)" % hint_s)
265        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
266       
2672013-05-12 10:55:47-0400 [-] Unhandled Error
268        Traceback (most recent call last):
269          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
270            current.result = callback(current.result, *args, **kw)
271          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
272            d.addCallback(lambda res: self._doCall(delivery))
273          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
274            return obj.doRemoteCall(delivery.methodname, args, kwargs)
275          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
276            res = meth(*args, **kwargs)
277        --- <exception caught here> ---
278          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
279            self._publish(announcement)
280          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
281            nodeid = b32decode(SturdyRef(furl).tubID.upper())
282          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
283            decode_furl(url)
284          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
285            location_hints = decode_location_hints(hints)
286          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
287            "(hostname, but no port)" % hint_s)
288        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
289       
2902013-05-12 10:55:47-0400 [-] Unhandled Error
291        Traceback (most recent call last):
292          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
293            current.result = callback(current.result, *args, **kw)
294          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
295            d.addCallback(lambda res: self._doCall(delivery))
296          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
297            return obj.doRemoteCall(delivery.methodname, args, kwargs)
298          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
299            res = meth(*args, **kwargs)
300        --- <exception caught here> ---
301          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
302            self._publish(announcement)
303          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
304            nodeid = b32decode(SturdyRef(furl).tubID.upper())
305          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
306            decode_furl(url)
307          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
308            location_hints = decode_location_hints(hints)
309          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
310            "(hostname, but no port)" % hint_s)
311        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
312       
3132013-05-12 10:55:47-0400 [Negotiation,137,85.89.172.146] Banana.reportReceiveError: an error occured during receive
3142013-05-12 10:55:47-0400 [Negotiation,137,85.89.172.146] Unhandled Error
315        Traceback (most recent call last):
316          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\python\context.py", line 81, in callWithContext
317            return func(*args,**kw)
318          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\selectreactor.py", line 146, in _doReadOrWrite
319            why = getattr(selectable, method)()
320          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 137, in doRead
321            return Connection.doRead(self)
322          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 460, in doRead
323            rval = self.protocol.dataReceived(data)
324        --- <exception caught here> ---
325          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 639, in dataReceived
326            self.handleData(chunk)
327          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 870, in handleData
328            self.handleClose(count)
329          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 1068, in handleClose
330            obj, ready_deferred = child.receiveClose()
331          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 249, in receiveClose
332            self.url)
333          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 351, in getTrackerForYourReference
334            tracker = trackerclass(self, clid, url, interfaceName)
335          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 292, in __init__
336            url_tubid = SturdyRef(url).getTubRef().getTubID()
337          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
338            decode_furl(url)
339          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
340            location_hints = decode_location_hints(hints)
341          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
342            "(hostname, but no port)" % hint_s)
343        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
344       
3452013-05-12 10:55:49-0400 [-] Unhandled Error
346        Traceback (most recent call last):
347          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
348            current.result = callback(current.result, *args, **kw)
349          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
350            d.addCallback(lambda res: self._doCall(delivery))
351          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
352            return obj.doRemoteCall(delivery.methodname, args, kwargs)
353          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
354            res = meth(*args, **kwargs)
355        --- <exception caught here> ---
356          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
357            self._publish(announcement)
358          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
359            nodeid = b32decode(SturdyRef(furl).tubID.upper())
360          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
361            decode_furl(url)
362          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
363            location_hints = decode_location_hints(hints)
364          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
365            "(hostname, but no port)" % hint_s)
366        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
367       
3682013-05-12 10:55:49-0400 [-] Unhandled Error
369        Traceback (most recent call last):
370          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
371            current.result = callback(current.result, *args, **kw)
372          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
373            d.addCallback(lambda res: self._doCall(delivery))
374          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
375            return obj.doRemoteCall(delivery.methodname, args, kwargs)
376          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
377            res = meth(*args, **kwargs)
378        --- <exception caught here> ---
379          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
380            self._publish(announcement)
381          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
382            nodeid = b32decode(SturdyRef(furl).tubID.upper())
383          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
384            decode_furl(url)
385          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
386            location_hints = decode_location_hints(hints)
387          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
388            "(hostname, but no port)" % hint_s)
389        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
390       
3912013-05-12 10:55:49-0400 [Negotiation,138,85.89.172.146] Banana.reportReceiveError: an error occured during receive
3922013-05-12 10:55:49-0400 [Negotiation,138,85.89.172.146] Unhandled Error
393        Traceback (most recent call last):
394          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\python\context.py", line 81, in callWithContext
395            return func(*args,**kw)
396          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\selectreactor.py", line 146, in _doReadOrWrite
397            why = getattr(selectable, method)()
398          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 137, in doRead
399            return Connection.doRead(self)
400          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 460, in doRead
401            rval = self.protocol.dataReceived(data)
402        --- <exception caught here> ---
403          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 639, in dataReceived
404            self.handleData(chunk)
405          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 870, in handleData
406            self.handleClose(count)
407          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 1068, in handleClose
408            obj, ready_deferred = child.receiveClose()
409          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 249, in receiveClose
410            self.url)
411          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 351, in getTrackerForYourReference
412            tracker = trackerclass(self, clid, url, interfaceName)
413          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 292, in __init__
414            url_tubid = SturdyRef(url).getTubRef().getTubID()
415          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
416            decode_furl(url)
417          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
418            location_hints = decode_location_hints(hints)
419          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
420            "(hostname, but no port)" % hint_s)
421        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
422       
4232013-05-12 10:55:52-0400 [-] Unhandled Error
424        Traceback (most recent call last):
425          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
426            current.result = callback(current.result, *args, **kw)
427          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
428            d.addCallback(lambda res: self._doCall(delivery))
429          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
430            return obj.doRemoteCall(delivery.methodname, args, kwargs)
431          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
432            res = meth(*args, **kwargs)
433        --- <exception caught here> ---
434          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
435            self._publish(announcement)
436          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
437            nodeid = b32decode(SturdyRef(furl).tubID.upper())
438          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
439            decode_furl(url)
440          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
441            location_hints = decode_location_hints(hints)
442          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
443            "(hostname, but no port)" % hint_s)
444        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
445       
4462013-05-12 10:55:52-0400 [-] Unhandled Error
447        Traceback (most recent call last):
448          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
449            current.result = callback(current.result, *args, **kw)
450          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
451            d.addCallback(lambda res: self._doCall(delivery))
452          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
453            return obj.doRemoteCall(delivery.methodname, args, kwargs)
454          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
455            res = meth(*args, **kwargs)
456        --- <exception caught here> ---
457          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
458            self._publish(announcement)
459          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
460            nodeid = b32decode(SturdyRef(furl).tubID.upper())
461          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
462            decode_furl(url)
463          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
464            location_hints = decode_location_hints(hints)
465          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
466            "(hostname, but no port)" % hint_s)
467        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
468       
4692013-05-12 10:55:52-0400 [Negotiation,139,85.89.172.146] Banana.reportReceiveError: an error occured during receive
4702013-05-12 10:55:52-0400 [Negotiation,139,85.89.172.146] Unhandled Error
471        Traceback (most recent call last):
472          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\python\context.py", line 81, in callWithContext
473            return func(*args,**kw)
474          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\selectreactor.py", line 146, in _doReadOrWrite
475            why = getattr(selectable, method)()
476          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 137, in doRead
477            return Connection.doRead(self)
478          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 460, in doRead
479            rval = self.protocol.dataReceived(data)
480        --- <exception caught here> ---
481          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 639, in dataReceived
482            self.handleData(chunk)
483          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 870, in handleData
484            self.handleClose(count)
485          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 1068, in handleClose
486            obj, ready_deferred = child.receiveClose()
487          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 249, in receiveClose
488            self.url)
489          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 351, in getTrackerForYourReference
490            tracker = trackerclass(self, clid, url, interfaceName)
491          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 292, in __init__
492            url_tubid = SturdyRef(url).getTubRef().getTubID()
493          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
494            decode_furl(url)
495          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
496            location_hints = decode_location_hints(hints)
497          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
498            "(hostname, but no port)" % hint_s)
499        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
500       
5012013-05-12 10:55:54-0400 [-] Unhandled Error
502        Traceback (most recent call last):
503          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
504            current.result = callback(current.result, *args, **kw)
505          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
506            d.addCallback(lambda res: self._doCall(delivery))
507          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
508            return obj.doRemoteCall(delivery.methodname, args, kwargs)
509          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
510            res = meth(*args, **kwargs)
511        --- <exception caught here> ---
512          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
513            self._publish(announcement)
514          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
515            nodeid = b32decode(SturdyRef(furl).tubID.upper())
516          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
517            decode_furl(url)
518          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
519            location_hints = decode_location_hints(hints)
520          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
521            "(hostname, but no port)" % hint_s)
522        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
523       
5242013-05-12 10:55:54-0400 [-] Unhandled Error
525        Traceback (most recent call last):
526          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
527            current.result = callback(current.result, *args, **kw)
528          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
529            d.addCallback(lambda res: self._doCall(delivery))
530          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
531            return obj.doRemoteCall(delivery.methodname, args, kwargs)
532          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
533            res = meth(*args, **kwargs)
534        --- <exception caught here> ---
535          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
536            self._publish(announcement)
537          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
538            nodeid = b32decode(SturdyRef(furl).tubID.upper())
539          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
540            decode_furl(url)
541          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
542            location_hints = decode_location_hints(hints)
543          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
544            "(hostname, but no port)" % hint_s)
545        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
546       
5472013-05-12 10:55:54-0400 [Negotiation,140,85.89.172.146] Banana.reportReceiveError: an error occured during receive
5482013-05-12 10:55:54-0400 [Negotiation,140,85.89.172.146] Unhandled Error
549        Traceback (most recent call last):
550          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\python\context.py", line 81, in callWithContext
551            return func(*args,**kw)
552          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\selectreactor.py", line 146, in _doReadOrWrite
553            why = getattr(selectable, method)()
554          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 137, in doRead
555            return Connection.doRead(self)
556          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 460, in doRead
557            rval = self.protocol.dataReceived(data)
558        --- <exception caught here> ---
559          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 639, in dataReceived
560            self.handleData(chunk)
561          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 870, in handleData
562            self.handleClose(count)
563          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 1068, in handleClose
564            obj, ready_deferred = child.receiveClose()
565          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 249, in receiveClose
566            self.url)
567          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 351, in getTrackerForYourReference
568            tracker = trackerclass(self, clid, url, interfaceName)
569          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 292, in __init__
570            url_tubid = SturdyRef(url).getTubRef().getTubID()
571          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
572            decode_furl(url)
573          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
574            location_hints = decode_location_hints(hints)
575          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
576            "(hostname, but no port)" % hint_s)
577        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
578       
5792013-05-12 10:55:57-0400 [-] Unhandled Error
580        Traceback (most recent call last):
581          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
582            current.result = callback(current.result, *args, **kw)
583          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
584            d.addCallback(lambda res: self._doCall(delivery))
585          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
586            return obj.doRemoteCall(delivery.methodname, args, kwargs)
587          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
588            res = meth(*args, **kwargs)
589        --- <exception caught here> ---
590          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
591            self._publish(announcement)
592          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
593            nodeid = b32decode(SturdyRef(furl).tubID.upper())
594          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
595            decode_furl(url)
596          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
597            location_hints = decode_location_hints(hints)
598          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
599            "(hostname, but no port)" % hint_s)
600        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
601       
6022013-05-12 10:55:57-0400 [-] Unhandled Error
603        Traceback (most recent call last):
604          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
605            current.result = callback(current.result, *args, **kw)
606          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
607            d.addCallback(lambda res: self._doCall(delivery))
608          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
609            return obj.doRemoteCall(delivery.methodname, args, kwargs)
610          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
611            res = meth(*args, **kwargs)
612        --- <exception caught here> ---
613          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
614            self._publish(announcement)
615          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
616            nodeid = b32decode(SturdyRef(furl).tubID.upper())
617          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
618            decode_furl(url)
619          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
620            location_hints = decode_location_hints(hints)
621          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
622            "(hostname, but no port)" % hint_s)
623        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
624       
6252013-05-12 10:55:57-0400 [Negotiation,141,85.89.172.146] Banana.reportReceiveError: an error occured during receive
6262013-05-12 10:55:57-0400 [Negotiation,141,85.89.172.146] Unhandled Error
627        Traceback (most recent call last):
628          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\python\context.py", line 81, in callWithContext
629            return func(*args,**kw)
630          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\selectreactor.py", line 146, in _doReadOrWrite
631            why = getattr(selectable, method)()
632          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 137, in doRead
633            return Connection.doRead(self)
634          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 460, in doRead
635            rval = self.protocol.dataReceived(data)
636        --- <exception caught here> ---
637          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 639, in dataReceived
638            self.handleData(chunk)
639          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 870, in handleData
640            self.handleClose(count)
641          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 1068, in handleClose
642            obj, ready_deferred = child.receiveClose()
643          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 249, in receiveClose
644            self.url)
645          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 351, in getTrackerForYourReference
646            tracker = trackerclass(self, clid, url, interfaceName)
647          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 292, in __init__
648            url_tubid = SturdyRef(url).getTubRef().getTubID()
649          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
650            decode_furl(url)
651          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
652            location_hints = decode_location_hints(hints)
653          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
654            "(hostname, but no port)" % hint_s)
655        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
656       
6572013-05-12 10:55:59-0400 [-] Unhandled Error
658        Traceback (most recent call last):
659          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
660            current.result = callback(current.result, *args, **kw)
661          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
662            d.addCallback(lambda res: self._doCall(delivery))
663          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
664            return obj.doRemoteCall(delivery.methodname, args, kwargs)
665          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
666            res = meth(*args, **kwargs)
667        --- <exception caught here> ---
668          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
669            self._publish(announcement)
670          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
671            nodeid = b32decode(SturdyRef(furl).tubID.upper())
672          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
673            decode_furl(url)
674          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
675            location_hints = decode_location_hints(hints)
676          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
677            "(hostname, but no port)" % hint_s)
678        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
679       
6802013-05-12 10:55:59-0400 [-] Unhandled Error
681        Traceback (most recent call last):
682          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
683            current.result = callback(current.result, *args, **kw)
684          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
685            d.addCallback(lambda res: self._doCall(delivery))
686          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
687            return obj.doRemoteCall(delivery.methodname, args, kwargs)
688          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
689            res = meth(*args, **kwargs)
690        --- <exception caught here> ---
691          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
692            self._publish(announcement)
693          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
694            nodeid = b32decode(SturdyRef(furl).tubID.upper())
695          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
696            decode_furl(url)
697          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
698            location_hints = decode_location_hints(hints)
699          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
700            "(hostname, but no port)" % hint_s)
701        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
702       
7032013-05-12 10:55:59-0400 [Negotiation,142,85.89.172.146] Banana.reportReceiveError: an error occured during receive
7042013-05-12 10:55:59-0400 [Negotiation,142,85.89.172.146] Unhandled Error
705        Traceback (most recent call last):
706          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\python\context.py", line 81, in callWithContext
707            return func(*args,**kw)
708          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\selectreactor.py", line 146, in _doReadOrWrite
709            why = getattr(selectable, method)()
710          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 137, in doRead
711            return Connection.doRead(self)
712          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 460, in doRead
713            rval = self.protocol.dataReceived(data)
714        --- <exception caught here> ---
715          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 639, in dataReceived
716            self.handleData(chunk)
717          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 870, in handleData
718            self.handleClose(count)
719          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 1068, in handleClose
720            obj, ready_deferred = child.receiveClose()
721          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 249, in receiveClose
722            self.url)
723          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 351, in getTrackerForYourReference
724            tracker = trackerclass(self, clid, url, interfaceName)
725          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 292, in __init__
726            url_tubid = SturdyRef(url).getTubRef().getTubID()
727          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
728            decode_furl(url)
729          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
730            location_hints = decode_location_hints(hints)
731          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
732            "(hostname, but no port)" % hint_s)
733        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
734       
7352013-05-12 10:56:02-0400 [-] Unhandled Error
736        Traceback (most recent call last):
737          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
738            current.result = callback(current.result, *args, **kw)
739          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
740            d.addCallback(lambda res: self._doCall(delivery))
741          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
742            return obj.doRemoteCall(delivery.methodname, args, kwargs)
743          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
744            res = meth(*args, **kwargs)
745        --- <exception caught here> ---
746          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
747            self._publish(announcement)
748          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
749            nodeid = b32decode(SturdyRef(furl).tubID.upper())
750          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
751            decode_furl(url)
752          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
753            location_hints = decode_location_hints(hints)
754          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
755            "(hostname, but no port)" % hint_s)
756        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
757       
7582013-05-12 10:56:02-0400 [-] Unhandled Error
759        Traceback (most recent call last):
760          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py", line 542, in _runCallbacks
761            current.result = callback(current.result, *args, **kw)
762          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 554, in <lambda>
763            d.addCallback(lambda res: self._doCall(delivery))
764          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 589, in _doCall
765            return obj.doRemoteCall(delivery.methodname, args, kwargs)
766          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 60, in doRemoteCall
767            res = meth(*args, **kwargs)
768        --- <exception caught here> ---
769          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 86, in remote_publish
770            self._publish(announcement)
771          File "c:\users\prabahy\downloads\allmydata-tahoe-1.9.2\src\allmydata\introducer\server.py", line 97, in _publish
772            nodeid = b32decode(SturdyRef(furl).tubID.upper())
773          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
774            decode_furl(url)
775          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
776            location_hints = decode_location_hints(hints)
777          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
778            "(hostname, but no port)" % hint_s)
779        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
780       
7812013-05-12 10:56:02-0400 [Negotiation,143,85.89.172.146] Banana.reportReceiveError: an error occured during receive
7822013-05-12 10:56:02-0400 [Negotiation,143,85.89.172.146] Unhandled Error
783        Traceback (most recent call last):
784          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\python\context.py", line 81, in callWithContext
785            return func(*args,**kw)
786          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\selectreactor.py", line 146, in _doReadOrWrite
787            why = getattr(selectable, method)()
788          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 137, in doRead
789            return Connection.doRead(self)
790          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\tcp.py", line 460, in doRead
791            rval = self.protocol.dataReceived(data)
792        --- <exception caught here> ---
793          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 639, in dataReceived
794            self.handleData(chunk)
795          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 870, in handleData
796            self.handleClose(count)
797          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\banana.py", line 1068, in handleClose
798            obj, ready_deferred = child.receiveClose()
799          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 249, in receiveClose
800            self.url)
801          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\broker.py", line 351, in getTrackerForYourReference
802            tracker = trackerclass(self, clid, url, interfaceName)
803          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 292, in __init__
804            url_tubid = SturdyRef(url).getTubRef().getTubID()
805          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 875, in __init__
806            decode_furl(url)
807          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 828, in decode_furl
808            location_hints = decode_location_hints(hints)
809          File "C:\Users\PRabahy\Downloads\allmydata-tahoe-1.9.2\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\referenceable.py", line 787, in decode_location_hints
810            "(hostname, but no port)" % hint_s)
811        foolscap.referenceable.BadFURLError: bad connection hint '85.89.172.146' (hostname, but no port)
812       
8132013-05-19 18:49:14-0400 [-] Log opened.
8142013-05-19 18:49:14-0400 [-] twistd 11.0.0 (C:\Python27\python.exe 2.7.3) starting up.
8152013-05-19 18:49:14-0400 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
8162013-05-19 18:49:14-0400 [-] foolscap.pb.Listener starting on 50213
8172013-05-19 18:49:14-0400 [-] My pid: 2444
8182013-05-19 18:49:14-0400 [-] twisted.internet.protocol.DatagramProtocol starting on 62595
8192013-05-19 18:49:14-0400 [-] Starting protocol <twisted.internet.protocol.DatagramProtocol instance at 0x035E7648>
8202013-05-19 18:49:14-0400 [-] (Port 62595 Closed)
8212013-05-19 18:49:14-0400 [-] Stopping protocol <twisted.internet.protocol.DatagramProtocol instance at 0x035E7648>
8222013-06-01 10:03:17-0400 [-] Received SIGINT, shutting down.
8232013-06-01 10:03:18-0400 [-] (TCP Port 50213 Closed)
8242013-06-01 10:03:18-0400 [-] Main loop terminated.
8252013-06-01 10:03:18-0400 [-] Server Shut Down.
8262013-06-01 10:03:18-0400 [-] Server Shut Down.
8272013-06-01 10:05:29-0400 [-] Log opened.
8282013-06-01 10:05:29-0400 [-] twistd 11.0.0 (C:\Python27\python.exe 2.7.3) starting up.
8292013-06-01 10:05:29-0400 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
8302013-06-01 10:05:29-0400 [-] foolscap.pb.Listener starting on 50213
8312013-06-01 10:05:29-0400 [-] My pid: 5408
8322013-06-01 10:05:29-0400 [-] twisted.internet.protocol.DatagramProtocol starting on 64949
8332013-06-01 10:05:29-0400 [-] Starting protocol <twisted.internet.protocol.DatagramProtocol instance at 0x03DB9350>
8342013-06-01 10:05:29-0400 [-] (Port 64949 Closed)
8352013-06-01 10:05:29-0400 [-] Stopping protocol <twisted.internet.protocol.DatagramProtocol instance at 0x03DB9350>
8362013-06-01 23:37:52-0400 [-] Unhandled Error
837        Traceback (most recent call last):
838        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=7dk5) (during method=RIIntroducerSubscriberClient_v2.tahoe.allmydata.com:announce_v2)
839       
8402013-06-02 04:37:11-0400 [-] Unhandled Error
841        Traceback (most recent call last):
842        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=r7cd) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
843       
8442013-06-02 04:52:39-0400 [-] Unhandled Error
845        Traceback (most recent call last):
846        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=r7cd) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
847       
8482013-06-02 05:23:53-0400 [-] Unhandled Error
849        Traceback (most recent call last):
850        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=r7cd) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
851       
8522013-06-02 05:41:00-0400 [-] Unhandled Error
853        Traceback (most recent call last):
854        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=r7cd) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
855       
8562013-06-04 10:07:19-0400 [-] Unhandled Error
857        Traceback (most recent call last):
858        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=zduk) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
859       
8602013-06-08 04:30:33-0400 [-] Unhandled Error
861        Traceback (most recent call last):
862        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=r3cd) (during method=RIIntroducerSubscriberClient_v2.tahoe.allmydata.com:announce_v2)
863       
8642013-06-10 01:45:30-0400 [-] Unhandled Error
865        Traceback (most recent call last):
866        Failure: foolscap.ipb.DeadReferenceError: replaced by a new connection
867       
8682013-06-10 01:57:19-0400 [-] Unhandled Error
869        Traceback (most recent call last):
870        Failure: foolscap.ipb.DeadReferenceError: replaced by a new connection
871       
8722013-06-10 01:57:32-0400 [-] Unhandled Error
873        Traceback (most recent call last):
874        Failure: foolscap.ipb.DeadReferenceError: replaced by a new connection
875       
8762013-06-12 10:54:35-0400 [-] Unhandled Error
877        Traceback (most recent call last):
878        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=umnj) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
879       
8802013-06-12 11:29:00-0400 [-] Unhandled Error
881        Traceback (most recent call last):
882        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=umnj) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
883       
8842013-06-12 12:15:50-0400 [-] Unhandled Error
885        Traceback (most recent call last):
886        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=umnj) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
887       
8882013-06-12 13:28:52-0400 [-] Unhandled Error
889        Traceback (most recent call last):
890        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=umnj) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
891       
8922013-06-12 19:55:54-0400 [-] Unhandled Error
893        Traceback (most recent call last):
894        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=umnj) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
895       
8962013-06-13 10:47:44-0400 [-] Unhandled Error
897        Traceback (most recent call last):
898        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=umnj) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
899       
9002013-06-13 13:45:59-0400 [-] Unhandled Error
901        Traceback (most recent call last):
902        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=umnj) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
903       
9042013-06-13 18:29:17-0400 [-] Unhandled Error
905        Traceback (most recent call last):
906        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=umnj) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
907       
9082013-06-15 09:39:27-0400 [-] Unhandled Error
909        Traceback (most recent call last):
910        Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=umnj) (during method=RIIntroducerSubscriberClient.tahoe.allmydata.com:announce)
911       
9122013-06-16 22:38:22-0400 [-] Log opened.
9132013-06-16 22:38:22-0400 [-] twistd 11.0.0 (C:\Python27\python.exe 2.7.3) starting up.
9142013-06-16 22:38:22-0400 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
9152013-06-16 22:38:22-0400 [-] foolscap.pb.Listener starting on 50213
9162013-06-16 22:38:22-0400 [-] My pid: 1964
9172013-06-16 22:38:22-0400 [-] twisted.internet.protocol.DatagramProtocol starting on 62791
9182013-06-16 22:38:22-0400 [-] Starting protocol <twisted.internet.protocol.DatagramProtocol instance at 0x03AD9350>
9192013-06-16 22:38:23-0400 [-] (Port 62791 Closed)
9202013-06-16 22:38:23-0400 [-] Stopping protocol <twisted.internet.protocol.DatagramProtocol instance at 0x03AD9350>