Guest User

Untitled

a guest
Aug 6th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 102, in _get_https_content_py3
  3. lp_page = urllib.request.urlopen(request, cafile=LAUNCHPAD_PPA_CERT)
  4. File "/usr/lib/python3.5/urllib/request.py", line 163, in urlopen
  5. return opener.open(url, data, timeout)
  6. File "/usr/lib/python3.5/urllib/request.py", line 472, in open
  7. response = meth(req, response)
  8. File "/usr/lib/python3.5/urllib/request.py", line 582, in http_response
  9. 'http', request, response, code, msg, hdrs)
  10. File "/usr/lib/python3.5/urllib/request.py", line 510, in error
  11. return self._call_chain(*args)
  12. File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
  13. result = func(*args)
  14. File "/usr/lib/python3.5/urllib/request.py", line 590, in http_error_default
  15. raise HTTPError(req.full_url, code, msg, hdrs, fp)
  16. urllib.error.HTTPError: HTTP Error 404: Not Found
  17.  
  18. During handling of the above exception, another exception occurred:
  19.  
  20. Traceback (most recent call last):
  21. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 327, in get_ppa_info
  22. ret = get_ppa_info_from_lp(user, ppa)
  23. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 92, in get_ppa_info_from_lp
  24. return get_info_from_lp(lp_url)
  25. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 88, in get_info_from_lp
  26. return _get_https_content_py3(lp_url)
  27. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 108, in _get_https_content_py3
  28. raise PPAException("Error reading %s: %s" % (lp_url, reason), e)
  29. softwareproperties.ppa.PPAException: 'Error reading https://launchpad.net/api/1.0/~djcj/+archive/ubuntu/vlc-stable: Not Found'
  30.  
  31. During handling of the above exception, another exception occurred:
  32.  
  33. Traceback (most recent call last):
  34. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 393, in shortcut_handler
  35. return PPAShortcutHandler(shortcut)
  36. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 356, in __init__
  37. info = get_ppa_info(self.shortcut)
  38. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 339, in get_ppa_info
  39. _get_suggested_ppa_message(user, ppa))
  40. softwareproperties.shortcuts.ShortcutException: Cannot add PPA: 'ppa:~djcj/ubuntu/vlc-stable'.
  41. The user named '~djcj' has no PPA named 'ubuntu/vlc-stable'
  42. Please choose from the following available PPAs:
  43. * 'aegisub': Aegisub
  44. * 'hybrid': Hybrid
  45. * 'mediainfo': MediaInfo
  46. * 'mkvtoolnix': MKVtoolnix
  47. * 'nightingale': Nightingale Media Player
  48. * 'screenfetch': screenFetch
  49. Error: 'ppa:djcj/vlc-stable' invalid
Add Comment
Please, Sign In to add comment