Advertisement
ve2hkw

Untitled

Oct 31st, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. user@user-HP-Compaq-nc6320-EN186UT-ABA ~/build/Burrito/dht stuffs/networked_db $ python3 ./main.py
  2. 2014-10-31 21:09:38-0400 [-] Log opened.
  3. 2014-10-31 21:09:38-0400 [-] b'*\xd5\xde\xc7s\xe3\xc2\xa6\xa2\xa0\xfe\x84\rn\x1fMTg{\xdb'
  4. 2014-10-31 21:09:38-0400 [-] KademliaProtocol starting on 8468
  5. 2014-10-31 21:09:38-0400 [-] Traceback (most recent call last):
  6. 2014-10-31 21:09:38-0400 [-] File "./main.py", line 41, in <module>
  7. 2014-10-31 21:09:38-0400 [-] server.bootstrap([("127.0.0.1", 8469)]).addCallback(bootstrapDone, server)
  8. 2014-10-31 21:09:38-0400 [-] File "/home/user/build/Burrito/dht stuffs/networked_db/kademlia/network.py", line 119, in bootstrap
  9. 2014-10-31 21:09:38-0400 [-] ds[addr] = self.protocol.ping(addr, self.node.id)
  10. 2014-10-31 21:09:38-0400 [-] File "/usr/local/lib/python3.4/dist-packages/rpcudp/protocol.py", line 86, in func
  11. 2014-10-31 21:09:38-0400 [-] msgID = sha1(str(random.getrandbits(255))).digest()
  12. 2014-10-31 21:09:38-0400 [-] TypeError: Unicode-objects must be encoded before hashing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement