Bug #3093
commit 9b91e06 "tvhlog: move to the simple node system" breaks web UI after clicking "Apply configuration (run-time only)"
100%
Description
Enabling debug and trace from command line works fine though.
Used git bisect to trace the commit.
History
Updated by Jaroslav Kysela about 9 years ago
I cannot reproduce this here. Which browser ? Any error in the javascript console ?
Updated by Heinrich Lech about 9 years ago
Firefox 40.0.3, I'll have a look to the javascript console.
I also discovered that once clicked the button, the tvheadend process cannot be exited by hitting strg-c in the terminal where I started it nor by the commands "kill" or "killall" (in another terminal of course).
Closing the terminal window (started in the window manager) works though (process is killed then).
Updated by Mark Clarkstone about 9 years ago
Heinrich Lech wrote:
Firefox 40.0.3, I'll have a look to the javascript console.
I also discovered that once clicked the button, the tvheadend process cannot be exited by hitting strg-c in the terminal where I started it nor by the commands "kill" or "killall" (in another terminal of course).
Closing the terminal window (started in the window manager) works though (process is killed then).
Just tried here on my windows machine using Chrome & it works fine here, no errors etc.
Have you tried running Firefox in safe mode to rule out any extension/add-on you have installed?
Updated by Jaroslav Kysela about 9 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|9de43dcf38caa63f270aa69dc69abd9115330eea.
Updated by Jaroslav Kysela about 9 years ago
It wasn't UI related. There was a mutex issue when the debug path was changed. Fixed now.