Bug #2337
Unable to set DVR settings from commit 2208332 onwards
0%
Description
Hi! I can't seem to find this reported and can't figure out why I have this issue on my system (amd64 uClibc compile). From commit 2208332 onwards (Sep 08, 2014) Configuration->Digital Video Recorder options are all blank. Even though I have migrated from the previous version none of the entries show up. Interestingly the Media container list box does not list Matroska / Passthrough. Any thoughts? Thanks.
History
Updated by Jaroslav Kysela about 10 years ago
Try another browser or try to catch the javascript errors.. Unfortunately, here works all ok (firefox)..
Updated by Ramesh Rajagopal about 10 years ago
Tried Chrome and Iceweasel on my Debian box and Internet Explorer and Chrome on Windows 8 Laptop - same issue. Autorec settings are not recognised either. Seems like when the dvr configs moved from dvr/config to dvr/config/* something has gone wrong?
This is what I get from the chrome javascript console:
Failed to load resource: the server responded with a status of 404 (Not found)
http://192.168.1.151:9981/tablemgr
Uncaught TypeError: Cannot read property 'errormsg' of undefined dvr.js:1264
Opening :9981/api/intlconv/charsets works OK
Both :9981/dvr_containers and :9981/dvr_caches returns "1 Unknown returncode"
Looks like there are may be some html files not copied over on my system ? Shall investigate ....
Updated by Jaroslav Kysela about 10 years ago
It looks that you mix old .js files with new tvh binary.. It looks like a bad installation.. dvr.js file has now only about 450 lines...
Updated by Ramesh Rajagopal about 10 years ago
Yep, that was indeed the case - somehow I managed to mix up the different versions and only transferred the binary over to my test machine. Now works as expected except that it does not backup up my configuration (so have to use the -B switch). Shall investigate... How do I mark as "solved"?