Guest User

Untitled

a guest
May 22nd, 2018
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. ERROR:gpodder.download:Download failed: Falscher Benutzername/Passwort
  2. Traceback (most recent call last):
  3. File "/usr/lib/python2.7/site-packages/gpodder/download.py", line 743, in run
  4. self.tempname, reporthook=self.status_updated)
  5. File "/usr/lib/python2.7/site-packages/gpodder/download.py", line 279, in retrieve_resume
  6. fp = self.open(url, data)
  7. File "/usr/lib/python2.7/urllib.py", line 205, in open
  8. return getattr(self, name)(url)
  9. File "/usr/lib/python2.7/urllib.py", line 449, in open_https
  10. return self.http_error(url, fp, errcode, errmsg, headers)
  11. File "/usr/lib/python2.7/urllib.py", line 369, in http_error
  12. result = method(url, fp, errcode, errmsg, headers)
  13. File "/usr/lib/python2.7/urllib.py", line 694, in http_error_401
  14. return getattr(self,name)(url, realm)
  15. File "/usr/lib/python2.7/urllib.py", line 776, in retry_https_basic_auth
  16. return self.open(newurl)
  17. File "/usr/lib/python2.7/urllib.py", line 205, in open
  18. return getattr(self, name)(url)
  19. File "/usr/lib/python2.7/urllib.py", line 449, in open_https
  20. return self.http_error(url, fp, errcode, errmsg, headers)
  21. File "/usr/lib/python2.7/urllib.py", line 369, in http_error
  22. result = method(url, fp, errcode, errmsg, headers)
  23. File "/usr/lib/python2.7/urllib.py", line 694, in http_error_401
  24. return getattr(self,name)(url, realm)
  25. File "/usr/lib/python2.7/urllib.py", line 776, in retry_https_basic_auth
  26. return self.open(newurl)
  27. File "/usr/lib/python2.7/urllib.py", line 205, in open
  28. return getattr(self, name)(url)
  29. File "/usr/lib/python2.7/urllib.py", line 449, in open_https
  30. return self.http_error(url, fp, errcode, errmsg, headers)
  31. File "/usr/lib/python2.7/urllib.py", line 369, in http_error
  32. result = method(url, fp, errcode, errmsg, headers)
  33. File "/usr/lib/python2.7/urllib.py", line 694, in http_error_401
  34. return getattr(self,name)(url, realm)
  35. File "/usr/lib/python2.7/urllib.py", line 776, in retry_https_basic_auth
  36. return self.open(newurl)
  37. File "/usr/lib/python2.7/urllib.py", line 205, in open
  38. return getattr(self, name)(url)
  39. File "/usr/lib/python2.7/urllib.py", line 449, in open_https
  40. return self.http_error(url, fp, errcode, errmsg, headers)
  41. File "/usr/lib/python2.7/urllib.py", line 369, in http_error
  42. result = method(url, fp, errcode, errmsg, headers)
  43. File "/usr/lib/python2.7/urllib.py", line 694, in http_error_401
  44. return getattr(self,name)(url, realm)
  45. File "/usr/lib/python2.7/urllib.py", line 771, in retry_https_basic_auth
  46. user, passwd = self.get_user_passwd(host, realm, i)
  47. File "/usr/lib/python2.7/urllib.py", line 787, in get_user_passwd
  48. user, passwd = self.prompt_user_passwd(host, realm)
  49. File "/usr/lib/python2.7/site-packages/gpodder/download.py", line 334, in prompt_user_passwd
  50. raise AuthenticationError(_('Wrong username/password'))
Add Comment
Please, Sign In to add comment