/location/index/espace-de-stockage/la-seyne-sur-mer/1

copystream called with size=672


/error/ticket/index/

copystream called with size=672

<class 'socket.timeout'> timed out

/error/ticket/index/

copystream called with size=672

<class 'socket.timeout'> timed out

/error/ticket/index/

copystream called with size=672

<class 'socket.timeout'> timed out

/error/ticket/index/

copystream called with size=672

<class 'socket.timeout'> timed out

>From what I understand the POST request is sent 4 times.

The first time, an exception is found so a ticket request is sent to my 
"error" application that handles tickets (configured in routes_onerror).

So the next 3 requests are sent to my ticket handler but they end up 
raising an IOError due to this line in fileutils.py (L465):

data = src.read(size)

The IOError itself gives little information. It just prints "timed out".

What bothers me though is that this error causes a top-level python error 
that completely stalls the server: I had to close my shell to actually shut 
it down.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to