John Molohan wrote:
> Duncan Webb wrote:
>> John Molohan wrote:
>>   
>>> John Molohan wrote:
>>>     
>>>> don locke wrote:
>>>>   
>>>>       
>>>>> I've posted a patch that should fix this.
>>>>>
>>>>> Line - 611
>>>>> fv.res += DisplayGroups(str(fconfig), expandAll)
>>>>>
>>>>> should be
>>>>>
>>>>>  fv.res += DisplayGroups(fconfig, expandAll)
>>>>>
>>>>>
>>>>> Don.
>>>>>     
>>>>>         
>>>> Hi Don,
>>>>
>>>> Thanks for the quick reply. I now get this traceback:
>>>>
>>>> *web.Server Traceback (most recent call last):*
>>>>
>>>> <type 'exceptions.TypeError'>: 'float' object is not iterable
>>>>
>>>> <http://freevo:8080/config.rpy#tbend>
>>>> /usr/lib/python2.5/site-packages/twisted/web/server.py, line 160 in process
>>>> 158    try:
>>>> 159      resrc = self.site.getResourceFor(self)
>>>> 160      self.render(resrc)
>>>> 161    except:
>>>> *Self*
>>>> site       
>>>> twisted.web.server.Site instance @ 0xb6e0948cL <twisted.web.server.Site 
>>>> instance at 0xb6e0948c>
>>>>
>>>> *Locals*
>>>> resrc      
>>>> __builtin__.ConfigResource instance @ 0xb6e1174cL 
>>>> <__builtin__.ConfigResource instance at 0xb6e1174c>
>>>> self       
>>>> twisted.web.server.Request instance @ 0xb6e097acL <GET /config.rpy 
>>>> HTTP/1.1>
>>>>
>>>> /usr/lib/python2.5/site-packages/twisted/web/server.py, line 167 in render
>>>> 165  def render(self, resrc):
>>>> 166    try:
>>>> 167      body = resrc.render(self)
>>>> 168    except UnsupportedMethod, e:
>>>> *Locals*
>>>> resrc      
>>>> __builtin__.ConfigResource instance @ 0xb6e1174cL 
>>>> <__builtin__.ConfigResource instance at 0xb6e1174c>
>>>> self       
>>>> twisted.web.server.Request instance @ 0xb6e097acL <GET /config.rpy 
>>>> HTTP/1.1>
>>>>
>>>> *Globals*
>>>> UnsupportedMethod  |<class 'twisted.web.server.UnsupportedMethod'>|
>>>>
>>>> /usr/lib/python2.5/site-packages/freevo/www/web_types.py, line 100 in 
>>>> render
>>>> 98      # thus we return the self._render methode
>>>> 99      # which hopefully will do something usefull
>>>> 100      return self._render(request)
>>>> 101
>>>> *Locals*
>>>> self       
>>>> __builtin__.ConfigResource instance @ 0xb6e1174cL 
>>>> <__builtin__.ConfigResource instance at 0xb6e1174c>
>>>> request    
>>>> twisted.web.server.Request instance @ 0xb6e097acL <GET /config.rpy 
>>>> HTTP/1.1>
>>>>
>>>> /usr/share/freevo/htdocs/config.rpy, line 611 in _render
>>>> 609    fv.res += '<div class="VarGroups">\n'
>>>> 610    fv.res += '\n<form id="config" class="searchform" 
>>>> action="config.rpy" method="get">\n'
>>>> 611    fv.res += DisplayGroups(fconfig, expandAll)
>>>> 612        fv.res + '</div>\n'
>>>> *Locals*
>>>>       
>>> Anyone any ideas on this one?
>>>     
>>
>> I have done a commit since you posted the message, it is still broken?
>>
>> Duncan
>>
>>   
> I'll check as soon as I get home, thanks. As you can tell I'm eager to 
> test this out :)
>
> John
No joy I'm afraid, still the same error.

John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to