kkcz
Results
1
comments of
kkcz
Got the same error. line 108, in get_nodes index = bisect.bisect_left(self.ring, search_entry) % self.ring_len TypeError: unorderable types: tuple() < NoneType() Looks like python2 x python3 incompatibility, so I changed line 108...