Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Exception in thread Thread-3:
  2. Traceback (most recent call last):
  3. File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  4. self.run()
  5. File "/home/ubuntu/workarea/electrum/lib/network.py", line 839, in run
  6. self.wait_on_sockets()
  7. File "/home/ubuntu/workarea/electrum/lib/network.py", line 833, in wait_on_sockets
  8. self.process_responses(interface)
  9. File "/home/ubuntu/workarea/electrum/lib/network.py", line 619, in process_responses
  10. self.process_response(interface, response, callbacks)
  11. File "/home/ubuntu/workarea/electrum/lib/network.py", line 559, in process_response
  12. self.on_get_chunk(interface, response)
  13. File "/home/ubuntu/workarea/electrum/lib/network.py", line 739, in on_get_chunk
  14. idx = self.blockchain.connect_chunk(req_idx, response['result'])
  15. KeyError: 'result'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement