PerfectCarl / dogvibes

Automatically exported from code.google.com/p/dogvibes
0 stars 0 forks source link

api_server timeout exception #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
2010-06-13 19:04:12 INFO: 200 GET 
/joeljoel/dogvibes/getAlbumArt?album=Miclub%20-%20The%20Curriculum&artist=Canibu
s&size=130 (85.224.93.56) 2538.47ms
2010-06-13 19:04:12 INFO: 200 GET 
/joeljoel/dogvibes/getAlbumArt?album=Legendary%20Classics%20Volume%201&artist=R.
A.%20The%20Rugged%20Man&size=130 (85.224.93.56) 1914.44ms
2010-06-13 19:04:12 INFO: 200 GET 
/joeljoel/dogvibes/getAlbumArt?album=Greatest%20Features&artist=Jedi%20Mind%20Tr
icks&size=130 (85.224.93.56) 1636.59ms
2010-06-13 19:04:12 ERROR: Exception in callback <bound method 
AsyncHTTPClient._handle_timeout of <tornado.httpclient.AsyncHTTPClient object 
at 0x9d89fac>>
Traceback (most recent call last):
  File "/home/manulito/dogvibesyt/dogvibes/src/tornado/ioloop.py", line 238, in _run_callback
    callback()
  File "/home/manulito/dogvibesyt/dogvibes/src/tornado/httpclient.py", line 150, in _handle_timeout
    self._perform()
  File "/home/manulito/dogvibesyt/dogvibes/src/tornado/httpclient.py", line 214, in _perform
    self.io_loop.remove_handler(fd)
  File "/home/manulito/dogvibesyt/dogvibes/src/tornado/ioloop.py", line 133, in remove_handler
    self._impl.unregister(fd)
IOError: [Errno 2] No such file or directory
{u'album': [u'Army Of The Pharaohs: The Unholy Terror'], u'size': [u'180'], 
u'artist': [u'Jedi Mind Tricks']}
2010-06-13 19:04:51 INFO: 200 GET 
/joeljoel/dogvibes/getAlbumArt?album=Army%20Of%20The%20Pharaohs%3A%20The%20Unhol
y%20Terror&artist=Jedi%20Mind%20Tricks&size=180 (85.224.93.56) 1.60ms

Original issue reported on code.google.com by tilljoel on 13 Jun 2010 at 5:23