#1343: TorCtl python issues ----------------------+----------------------------------------------------- Reporter: hololeap | Type: defect Status: closed | Priority: minor Milestone: | Component: Torctl Version: 0.2.1.25 | Resolution: wontfix Keywords: | Parent: Points: | Actualpoints: ----------------------+----------------------------------------------------- Changes (by atagar):
* status: new => closed * resolution: None => wontfix Old description: > The latest stable TorCtl svn > (https://svn.torproject.org/svn/torctl/trunk) consistantly fails with the > following error > > Traceback (most recent call last): > File "/home/admin/tor/torctl2/python/TorCtl/TorCtl.py", line 560, in > _eventLoop > self._handleFn(timestamp, reply) > File "/home/admin/tor/torctl2/python/TorCtl/TorCtl.py", line 1094, in > _handle1 > self._map1.get(event.event_name, self.unknown_event)(event) > File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 1855, > in circ_status_event > self.check_circuit_pool() > File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 1807, > in check_circuit_pool > self.build_circuit("255.255.255.255", 80) > File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 1817, > in build_circuit > circ = self.c.build_circuit(self.selmgr.select_path()) > File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 1237, > in select_path > return self.path_selector.select_path(self.pathlen) > File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 896, > in select_path > if self.path_restrict.path_is_ok(path): > File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 118, > in path_is_ok > if not rs.path_is_ok(path): > File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 589, > in path_is_ok > if r.continent != prev.continent: > AttributeError: GeoIPRouter instance has no attribute 'continent' > Terminated > > [Automatically added by flyspray2trac: Operating System: Other Linux] New description: The latest stable TorCtl svn (https://svn.torproject.org/svn/torctl/trunk) consistantly fails with the following error Traceback (most recent call last): File "/home/admin/tor/torctl2/python/TorCtl/TorCtl.py", line 560, in _eventLoop self._handleFn(timestamp, reply) File "/home/admin/tor/torctl2/python/TorCtl/TorCtl.py", line 1094, in _handle1 self._map1.get(event.event_name, self.unknown_event)(event) File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 1855, in circ_status_event self.check_circuit_pool() File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 1807, in check_circuit_pool self.build_circuit("255.255.255.255", 80) File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 1817, in build_circuit circ = self.c.build_circuit(self.selmgr.select_path()) File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 1237, in select_path return self.path_selector.select_path(self.pathlen) File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 896, in select_path if self.path_restrict.path_is_ok(path): File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 118, in path_is_ok if not rs.path_is_ok(path): File "/home/admin/tor/torctl2/python/TorCtl/PathSupport.py", line 589, in path_is_ok if r.continent != prev.continent: AttributeError: GeoIPRouter instance has no attribute 'continent' Terminated [Automatically added by flyspray2trac: Operating System: Other Linux] -- Comment: This doesn't seem to be disrupting the BW auths. Resolving. https://blog.torproject.org/blog/torctl-deprecation-and-stem-plans -- Ticket URL: <https://trac.torproject.org/projects/tor/ticket/1343#comment:5> Tor Bug Tracker & Wiki <https://trac.torproject.org/> The Tor Project: anonymity online _______________________________________________ tor-bugs mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs
