Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. michael@ubuntu-fra:~/xud-docker$ ./xud.sh -b update-lnd
  2. 1) Simnet
  3. 2) Testnet
  4. 3) Mainnet
  5. Please choose the network: 2
  6. Launching testnet environment...
  7. Exception in thread Thread-3:
  8. Traceback (most recent call last):
  9. File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
  10. self.run()
  11. File "/usr/lib/python3.7/threading.py", line 865, in run
  12. self._target(*self._args, **self._kwargs)
  13. File "../pull.py", line 199, in update
  14. result = get_pull_image(branch, image)
  15. File "../pull.py", line 161, in get_pull_image
  16. d2 = get_image_digest(m2)
  17. File "../pull.py", line 133, in get_image_digest
  18. return metadata["Image"]
  19. TypeError: 'NoneType' object is not subscriptable
  20.  
  21. Exception in thread Thread-5:
  22. Traceback (most recent call last):
  23. File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
  24. self.run()
  25. File "/usr/lib/python3.7/threading.py", line 865, in run
  26. self._target(*self._args, **self._kwargs)
  27. File "../pull.py", line 199, in update
  28. result = get_pull_image(branch, image)
  29. File "../pull.py", line 161, in get_pull_image
  30. d2 = get_image_digest(m2)
  31. File "../pull.py", line 133, in get_image_digest
  32. return metadata["Image"]
  33. TypeError: 'NoneType' object is not subscriptable
  34.  
  35. Exception in thread Thread-1:
  36. Traceback (most recent call last):
  37. File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
  38. self.run()
  39. File "/usr/lib/python3.7/threading.py", line 865, in run
  40. self._target(*self._args, **self._kwargs)
  41. File "../pull.py", line 199, in update
  42. result = get_pull_image(branch, image)
  43. File "../pull.py", line 161, in get_pull_image
  44. d2 = get_image_digest(m2)
  45. File "../pull.py", line 133, in get_image_digest
  46. return metadata["Image"]
  47. TypeError: 'NoneType' object is not subscriptable
  48.  
  49. ^CFailed to launch testnet environment. For more details, see /home/michael/.xud-docker/testnet/xud-docker.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement