[mythtv-commits] Ticket #12600: Cannot access backend status from embedded web server
MythTV
noreply at mythtv.org
Wed Mar 2 14:42:09 UTC 2016
#12600: Cannot access backend status from embedded web server
-----------------------------------+-----------------------------
Reporter: stuarta | Owner: stuartm
Type: Bug Report - General | Status: new
Priority: minor | Milestone: 0.28
Component: MythTV - Web Frontend | Version: Master Head
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
-----------------------------------+-----------------------------
Comment (by paulh):
The debugger error seems to be a red-herring. The problem is caused by the
changes in [eea78ee7] in particular the 'Switch to using an iframe for
content' part. Anything that uses
{{{
function loadContent(contentURL, jsURL)
}}}
to load the content is now failing.
Using
{{{
function loadFrontendContent(contentURL)
}}}
instead to load the Backend Status works but not sure if that is the
correct fix.
Switching back to using a div for 'content' here
https://github.com/MythTV/mythtv/blob/master/mythtv/html/backend_index.qsp#L64
also works for the Backend Status page but breaks other stuff so isn't the
correct fix.
Hopefully this will point someone in the right direction to fix this
properly :)
--
Ticket URL: <https://code.mythtv.org/trac/ticket/12600#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list