Re: [web2py] Re: failed to seek; server does not accept Range HTTP header

2010-04-02 Thread Thadeus Burgess
2.28.2 So it is a Totem issue and not a setting in Rocket? If so, that is fine by me. -Thadeus On Fri, Apr 2, 2010 at 6:54 AM, mr.freeze nat...@freezable.com wrote: What version of Totem are you using? Looks like they fixed it by buffering the downloaded portion locally on 2.28 and

[web2py] Re: failed to seek; server does not accept Range HTTP header

2010-04-02 Thread mdipierro
Mind that return False is the same as return False, in fact you must return a dict() a string, a helper, a stream or anything else will be serialized with str() On Apr 2, 1:17 am, Thadeus Burgess thade...@thadeusb.com wrote: I have a controller as follows def stream():    id = request.args(0)