Advertisement
Guest User

Untitled

a guest
May 10th, 2015
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. nikolai@newkrypton:~$ sudo add-apt-repository --remove ppa:team-xmbc/ppa
  2. [sudo] password for nikolai:
  3. Traceback (most recent call last):
  4. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 101, in _get_https_content_py3
  5. lp_page = urllib.request.urlopen(request, cafile=LAUNCHPAD_PPA_CERT)
  6. File "/usr/lib/python3.4/urllib/request.py", line 161, in urlopen
  7. return opener.open(url, data, timeout)
  8. File "/usr/lib/python3.4/urllib/request.py", line 469, in open
  9. response = meth(req, response)
  10. File "/usr/lib/python3.4/urllib/request.py", line 579, in http_response
  11. 'http', request, response, code, msg, hdrs)
  12. File "/usr/lib/python3.4/urllib/request.py", line 507, in error
  13. return self._call_chain(*args)
  14. File "/usr/lib/python3.4/urllib/request.py", line 441, in _call_chain
  15. result = func(*args)
  16. File "/usr/lib/python3.4/urllib/request.py", line 587, in http_error_default
  17. raise HTTPError(req.full_url, code, msg, hdrs, fp)
  18. urllib.error.HTTPError: HTTP Error 404: Not Found
  19.  
  20. During handling of the above exception, another exception occurred:
  21.  
  22. Traceback (most recent call last):
  23. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 321, in get_ppa_info
  24. ret = get_ppa_info_from_lp(user, ppa)
  25. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 91, in get_ppa_info_from_lp
  26. return get_info_from_lp(lp_url)
  27. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 87, in get_info_from_lp
  28. return _get_https_content_py3(lp_url)
  29. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 107, in _get_https_content_py3
  30. raise PPAException("Error reading %s: %s" % (lp_url, reason), e)
  31. softwareproperties.ppa.PPAException: 'Error reading https://launchpad.net/api/1.0/~team-xmbc/+archive/ubuntu/ppa: Not Found'
  32.  
  33. During handling of the above exception, another exception occurred:
  34.  
  35. Traceback (most recent call last):
  36. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 101, in _get_https_content_py3
  37. lp_page = urllib.request.urlopen(request, cafile=LAUNCHPAD_PPA_CERT)
  38. File "/usr/lib/python3.4/urllib/request.py", line 161, in urlopen
  39. return opener.open(url, data, timeout)
  40. File "/usr/lib/python3.4/urllib/request.py", line 469, in open
  41. response = meth(req, response)
  42. File "/usr/lib/python3.4/urllib/request.py", line 579, in http_response
  43. 'http', request, response, code, msg, hdrs)
  44. File "/usr/lib/python3.4/urllib/request.py", line 507, in error
  45. return self._call_chain(*args)
  46. File "/usr/lib/python3.4/urllib/request.py", line 441, in _call_chain
  47. result = func(*args)
  48. File "/usr/lib/python3.4/urllib/request.py", line 587, in http_error_default
  49. raise HTTPError(req.full_url, code, msg, hdrs, fp)
  50. urllib.error.HTTPError: HTTP Error 404: Not Found
  51.  
  52. During handling of the above exception, another exception occurred:
  53.  
  54. Traceback (most recent call last):
  55. File "/usr/bin/add-apt-repository", line 119, in <module>
  56. shortcut = shortcut_handler(line)
  57. File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 837, in shortcut_handler
  58. ret = factory(shortcut)
  59. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 382, in shortcut_handler
  60. return PPAShortcutHandler(shortcut)
  61. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 346, in __init__
  62. info = get_ppa_info(self.shortcut)
  63. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 333, in get_ppa_info
  64. _get_suggested_ppa_message(user, ppa))
  65. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 292, in _get_suggested_ppa_message
  66. lp_user = get_info_from_lp(LAUNCHPAD_USER_API % user)
  67. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 87, in get_info_from_lp
  68. return _get_https_content_py3(lp_url)
  69. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 107, in _get_https_content_py3
  70. raise PPAException("Error reading %s: %s" % (lp_url, reason), e)
  71. softwareproperties.ppa.PPAException: 'Error reading https://launchpad.net/api/1.0/~team-xmbc: Not Found'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement