yashwantkumargaurav / fb2pdf

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

CannotSendRequest #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
From time to time daemon stuck with the following (repeating) error:

2007-05-25 13:33:53,665 ERROR    Error reading queue
Traceback (most recent call last):
  File "/usr/bin/fbdaemon", line 385, in main
    m = q.read(qtimeout)
  File "/usr/lib/python2.4/site-packages/boto/sqs/queue.py", line 69, in read
    rs = self.get_messages(1, visibility_timeout)
  File "/usr/lib/python2.4/site-packages/boto/sqs/queue.py", line 93, in
get_mes
sages
    response = self.connection.make_request('GET', path)
  File "/usr/lib/python2.4/site-packages/boto/connection.py", line 193, in
make_
request
    headers, data)
  File "/usr/lib/python2.4/site-packages/boto/connection.py", line 147, in
make_
request
    self.connection.request(method, path, data, final_headers)
  File "/usr/lib64/python2.4/httplib.py", line 801, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib64/python2.4/httplib.py", line 818, in _send_request
    self.putrequest(method, url, **skips)
  File "/usr/lib64/python2.4/httplib.py", line 714, in putrequest
    raise CannotSendRequest()
CannotSendRequest

It has to be restarted to solve this.

Original issue reported on code.google.com by kroko...@gmail.com on 28 May 2007 at 5:56

GoogleCodeExporter commented 8 years ago
Reported to BOTO project:

http://code.google.com/p/boto/issues/detail?id=64&can=2&q=

Original comment by kroko...@gmail.com on 28 May 2007 at 6:03

GoogleCodeExporter commented 8 years ago
upgeated to SVN version of boto - let us see if it would help.

Original comment by kroko...@gmail.com on 22 Jun 2007 at 12:36

GoogleCodeExporter commented 8 years ago
Updating boto from SVN seems to fixed this problem

Original comment by kroko...@gmail.com on 27 Jun 2007 at 11:11