[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 wrote: > I have a controller as follows > > def stream(): >    id = request.args(0) >    record = d

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 wrote: > What version of Totem are you using? Looks like they fixed it by > buffering the downloaded portion locally on 2.28 and after: > > https://bugzi

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

2010-04-02 Thread mr.freeze
What version of Totem are you using? Looks like they fixed it by buffering the downloaded portion locally on 2.28 and after: https://bugzilla.gnome.org/show_bug.cgi?id=524771 On Apr 2, 1:17 am, Thadeus Burgess wrote: > I have a controller as follows > > def stream(): >    id = request.args(0) >