Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. E:\S.E.N.T.I.N.E.L>python Sentinel.py
  2. Traceback (most recent call last):
  3. File "Sentinel.py", line 18, in <module>
  4. query = market.marketstat(typeid=item, usesystem='30000142')
  5. File "E:\S.E.N.T.I.N.E.L\functions\market.py", line 15, in marketstat
  6. file = urllib.request.urlopen('http://api.eve-central.com/api/marketstat', data)
  7. File "C:\Python34\lib\urllib\request.py", line 153, in urlopen
  8. return opener.open(url, data, timeout)
  9. File "C:\Python34\lib\urllib\request.py", line 461, in open
  10. response = meth(req, response)
  11. File "C:\Python34\lib\urllib\request.py", line 571, in http_response
  12. 'http', request, response, code, msg, hdrs)
  13. File "C:\Python34\lib\urllib\request.py", line 499, in error
  14. return self._call_chain(*args)
  15. File "C:\Python34\lib\urllib\request.py", line 433, in _call_chain
  16. result = func(*args)
  17. File "C:\Python34\lib\urllib\request.py", line 579, in http_error_default
  18. raise HTTPError(req.full_url, code, msg, hdrs, fp)
  19. urllib.error.HTTPError: HTTP Error 500: Internal Server Error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement