Ask Your Question
1

Bug: SocketServer.py timed out errors on console

asked 2012-01-25 01:08:39 -0500

brycenesbitt gravatar image brycenesbitt
121 3 4 9

updated 2012-01-30 01:53:45 -0500

When running askbot, I get the dozens of the following. What's up?

[25/Jan/2012 01:06:18] "GET /m/common/media/js/wmd/images/wmd-buttons.png HTTP/1.1" 200 11480
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 37436)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 310, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/home/bnesbitt/PycharmProjects/virtualenvs/dj13/local/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 570, in __init__
    BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
  File "/usr/lib/python2.7/SocketServer.py", line 639, in __init__
    self.handle()
  File "/home/bnesbitt/PycharmProjects/virtualenvs/dj13/local/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 610, in handle
    self.raw_requestline = self.rfile.readline()
  File "/usr/lib/python2.7/socket.py", line 447, in readline
    data = self._sock.recv(self._rbufsize)
timeout: timed out
----------------------------------------
delete close flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-01-30 16:07:36 -0500

Evgeny gravatar image Evgeny flag of Chile
11329 50 84 183
http://askbot.org/

I've never seen these appearing in the production logs, so we are not particularly worried about this issue.

If we find a solution, we'll use it in the code.

link publish delete flag offensive edit

Comments

I get it everywhere I run askbot. It appears in the console or on the command line that started askbot -- not the askbot logs.

brycenesbitt ( 2012-02-29 01:10:33 -0500 )edit

I get it everywhere I run askbot. It appears in the console or on the command line that started askbot -- not the askbot logs.

brycenesbitt ( 2012-02-29 01:10:35 -0500 )edit

I am having the same issue while running it through django server, have not tried to deploy it yet. I am running this on Ubuntu 12.04 with python 2.7.3 and have tried it with both Django 1.3.1 and 1.3.4 and get the same errors.

esse ( 2012-11-11 02:13:17 -0500 )edit

I am also having this issue with ubuntu 12.04 & python 2.7

xaph ( 2013-04-16 15:56:46 -0500 )edit
1

This issue happens only with the Django runserver command, nothing to worry about.

Fitoria ( 2013-04-16 15:59:10 -0500 )edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.

create your Q&A site
30 days free trial

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-01-25 01:08:39 -0500

Seen: 199 times

Last updated: Jan 30 '12