Guest User

Untitled

a guest
Jul 4th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "Downloader.py", line 5, in <module>
  3. response = urllib2.urlopen(file_path)
  4. File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
  5. return opener.open(url, data, timeout)
  6. File "/usr/lib/python2.7/urllib2.py", line 435, in open
  7. response = meth(req, response)
  8. File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
  9. 'http', request, response, code, msg, hdrs)
  10. File "/usr/lib/python2.7/urllib2.py", line 473, in error
  11. return self._call_chain(*args)
  12. File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
  13. result = func(*args)
  14. File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
  15. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  16. urllib2.HTTPError: HTTP Error 404: Not Found
Advertisement
Add Comment
Please, Sign In to add comment