*web.Server Traceback (most recent call last):*

<type 'exceptions.TypeError'>: string indices must be integers

<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 @ 0xb6e2846cL <twisted.web.server.Site instance at 0xb6e2846c>

*Locals*
resrc   
__builtin__.ConfigResource instance @ 0xb6e3070cL <__builtin__.ConfigResource instance at 0xb6e3070c>
self    
twisted.web.server.Request instance @ 0xb6e2878cL <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 @ 0xb6e3070cL <__builtin__.ConfigResource instance at 0xb6e3070c>
self    
twisted.web.server.Request instance @ 0xb6e2878cL <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 @ 0xb6e3070cL <__builtin__.ConfigResource instance at 0xb6e3070c>
request         
twisted.web.server.Request instance @ 0xb6e2878cL <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(str(fconfig), expandAll)
612    fv.res + '</div>\n'
*Locals*
-------------------------------------------------------------------------
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