APAF icon indicating copy to clipboard operation
APAF copied to clipboard

Error when accessing service details

Open hellais opened this issue 11 years ago • 0 comments

When I try and access the details page of an APAF service I get the following error:

2012-11-21 12:45:13+0100 [HTTPConnection,1,127.0.0.1] [Failure instance: Traceback: <type 'exceptions.TypeError'>: string indices must be integers, not str //local/lib/python2.7/site-packages/cyclone/web.py:958:_execute //local/lib/python2.7/site-packages/twisted/internet/defer.py:290:addCallbacks //local/lib/python2.7/site-packages/twisted/internet/defer.py:551:_runCallbacks //local/lib/python2.7/site-packages/cyclone/web.py:968:_execute_handler --- --- //local/lib/python2.7/site-packages/twisted/internet/defer.py:134:maybeDeferred //local/lib/python2.7/site-packages/cyclone/web.py:1745:wrapper //../apaf/panel/handlers/html.py:75:get //local/lib/python2.7/site-packages/cyclone/web.py:457:render //lib/python2.7/site-packages/cyclone/web.py:575:render_string //local/lib/python2.7/site-packages/cyclone/template.py:262:generate serviceinfo_html.generated.py:48:_execute ]

Steps to reproduce:

Login through the web panel, then go to: http://127.0.0.1:5517/services.html?service=panel

hellais avatar Nov 21 '12 11:11 hellais