Advertisement
Guest User

Traceback URLLIB2

a guest
May 24th, 2014
968
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.84 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "<stdin>", line 1, in <module>
  3.   File "/app/.heroku/python/lib/python2.7/urllib2.py", line 127, in urlopen
  4.     return _opener.open(url, data, timeout)
  5.   File "/app/.heroku/python/lib/python2.7/urllib2.py", line 410, in open
  6.     response = meth(req, response)
  7.   File "/app/.heroku/python/lib/python2.7/urllib2.py", line 523, in http_response
  8.     'http', request, response, code, msg, hdrs)
  9.   File "/app/.heroku/python/lib/python2.7/urllib2.py", line 448, in error
  10.     return self._call_chain(*args)
  11.   File "/app/.heroku/python/lib/python2.7/urllib2.py", line 382, in _call_chain
  12.     result = func(*args)
  13.   File "/app/.heroku/python/lib/python2.7/urllib2.py", line 531, in http_error_default
  14.     raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  15. urllib2.HTTPError: HTTP Error 999: Request denied
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement