Bug #3380
Can't add streaming profile
100%
Description
When I adding a new profile there is only a cancel button to choose on after selecting a profile in the menu. "Old" profiles seems to be ok.
Compiled with
AUTOBUILD_CONFIGURE_EXTRA=--enable-libffmpeg_static ./Autobuild.sh -t precise-amd64
Files
History
Updated by Dave Webster almost 9 years ago
page inspection showed this - Uncaught TypeError: Cannot read property 'groups' of null - tvh.js.gz:430 if that helps.
Updated by Dave Webster almost 9 years ago
page inspection showed this - Uncaught TypeError: Cannot read property 'groups' of null - tvh.js.gz:430 if that helps. same build version 4.1-1154~g38c6fc4 (2015-12-03T21:45:17+0000)
Updated by Prof Yaffle almost 9 years ago
Doing a quick bit of tracing...
idnode.js, line 1246:
tvheadend.idnode_editor_form(uilevel, d, null, panel, { create: true, showpwd: true });
idnode.js, line 820 defines the function as:
tvheadend.idnode_editor_form = function(uilevel, d, meta, panel, conf)
So, meta == null, as that's how the function is called
However, idnode.js, line 863, then goes on to:
if (p.group && meta.groups) {
So it's trying to access property 'groups' of a null value
Updated by Jaroslav Kysela almost 9 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|b6862b49a5ad488b733342a680cca3a335bce707.
Updated by Bengt Madeberg almost 9 years ago
Yes it's ok now, thanks. I see that x265 transcoding is supported now. How do I enable it ? I can only see x264 !?