Advertisement
banjax

Untitled

Aug 18th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. 23:57:46 #metal <banjax> .l
  2. Unhandled exception in thread started by <function run at 0x7f1fbf536e60>
  3. Traceback (most recent call last):
  4. File "core/main.py", line 68, in run
  5. out = func(input.inp, **kw)
  6. File "plugins/lastfm.py", line 71, in lastfm
  7. linkshort = web.isgd(link)
  8. File "plugins/util/web.py", line 29, in isgd
  9. request = http.get_json("http://is.gd/create.php?%s" % params)
  10. File "plugins/util/http.py", line 51, in get_json
  11. return json.loads(get(*args, **kwargs))
  12. File "plugins/util/http.py", line 31, in get
  13. return open(*args, **kwargs).read()
  14. File "plugins/util/http.py", line 84, in open
  15. return opener.open(request)
  16. File "/usr/lib/python2.7/urllib2.py", line 404, in open
  17. response = self._open(req, data)
  18. File "/usr/lib/python2.7/urllib2.py", line 422, in _open
  19. '_open', req)
  20. File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
  21. result = func(*args)
  22. File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
  23. return self.do_open(httplib.HTTPConnection, req)
  24. File "/usr/lib/python2.7/urllib2.py", line 1187, in do_open
  25. r = h.getresponse(buffering=True)
  26. File "/usr/lib/python2.7/httplib.py", line 1045, in getresponse
  27. response.begin()
  28. File "/usr/lib/python2.7/httplib.py", line 409, in begin
  29. version, status, reason = self._read_status()
  30. File "/usr/lib/python2.7/httplib.py", line 365, in _read_status
  31. line = self.fp.readline(_MAXLINE + 1)
  32. File "/usr/lib/python2.7/socket.py", line 476, in readline
  33. data = self._sock.recv(self._rbufsize)
  34. socket.timeout: timed out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement