I would not be surprised if this is the same / closely related issue
we've seen w/ download.

If my memory serves,  webkit based browsers send a things in a little
different order.  If it's what I suspect, a tcpdump will not show it,
as it is a timing / recovery issue within cherrypy.

Just a thought - take a dump anyway, but don't be deterred if it
doesn't show anything other than a sudden lack of response from the
server.

- Yarko

On Tue, Aug 25, 2009 at 4:36 AM, mdipierro<mdipie...@cs.depaul.edu> wrote:
>
> I have seen this before. I do not know what the problem is. Somebody
> needs to do a tcpdump of the conversation and figure out why the
> timeout occurs.
>
> Massimo
>
> On Aug 25, 3:09 am, mmstud <mms...@gmail.com> wrote:
>> Got it captured. Actually upload process fails quite often with Safari
>> (4.0.3):
>>
>> http://www.screencast.com/users/mmstud/folders/Jing/media/bc50ae72-c8...
>>
>> On Aug 25, 9:44 am, mmstud <mms...@gmail.com> wrote:
>>
>> > Didnt happen with Firefox yesterday. I try today with Safari again.
>>
>> > On Aug 24, 8:53 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>>
>> > > It should not be a problem.
>>
>> > > On Aug 24, 12:02 pm,mmstud<mms...@gmail.com> wrote:
>>
>> > > > I've been using Safari. Can try some hours with Firefox. One thing Im
>> > > > doing, is to hit enter after giving new name to file and sometimes
>> > > > clicking the submit button. Could it submit wrong form with enter?
>>
>> > > > -Marko
>>
>> > > > On Aug 24, 7:59 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>>
>> > > > > I use a macbook and never had this problem. Do you get the probelm
>> > > > > with both the source and binary? Can you reproduce it on different
>> > > > > browsers? Which ones?
>>
>> > > > > Massimo
>>
>> > > > > On Aug 24, 11:48 am,mmstud<mms...@gmail.com> wrote:
>>
>> > > > > > I have seen this happening every 3-5 file upload. Im using admin
>> > > > > > "panel" to upload static files. After 2-4 succesful upload this
>> > > > > > happens:
>>
>> > > > > > Error traceback
>> > > > > > Traceback (most recent call last):
>> > > > > >   File "/Users/mmstud/Downloads/web2py-read-only/gluon/main.py", 
>> > > > > > line
>> > > > > > 320, in wsgibase
>> > > > > >     int(request.env.content_length))
>> > > > > >   File 
>> > > > > > "/Users/mmstud/Downloads/web2py-read-only/gluon/fileutils.py",
>> > > > > > line 267, in copystream
>> > > > > >     data = src.read(size)
>> > > > > >   File 
>> > > > > > "/Users/mmstud/Downloads/web2py-read-only/gluon/wsgiserver.py",
>> > > > > > line 192, in read
>> > > > > >     data = self.rfile.read(size)
>> > > > > >   File 
>> > > > > > "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
>> > > > > > python2.5/socket.py", line 309, in read
>> > > > > >     data = self._sock.recv(recv_size)
>> > > > > > timeout: timed out
>>
>> > > > > > Is it a serious problem? When I re upload same file, it usually 
>> > > > > > works.
>> > > > > > Im doing development on my macbook.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to