Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. None
  2. None
  3. None
  4. None
  5. Exception in thread Thread-1:
  6. Traceback (most recent call last):
  7. File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  8. self.run()
  9. File "/home/voegtlin/electrum/lib/network.py", line 758, in run
  10. self.wait_on_sockets()
  11. File "/home/voegtlin/electrum/lib/network.py", line 749, in wait_on_sockets
  12. interface.send_requests()
  13. File "/home/voegtlin/electrum/lib/interface.py", line 262, in send_requests
  14. requests_as_sent = map(copy_request, self.unsent_requests)
  15. File "/home/voegtlin/electrum/lib/interface.py", line 255, in copy_request
  16. request = orig.copy()
  17. AttributeError: 'tuple' object has no attribute 'copy'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement