Advertisement
Guest User

Untitled

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